GitXplorerGitXplorer
F

ruby

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
b1a2f13dc301d616046a48df033b69a687a98475

Moving project euler to other repository.

FFazendaaa committed 8 years ago
Unverified
8d286b21f07cf4ccc8feaf11185d9d9f52ec4dae

[NOT SOLVED] Will not work, the problem is the math.

FFazendaaa committed 8 years ago
Unverified
ad07ef9f76dc2b612a4b99931bfda47c47116a85

[NOT SOLVED] Just starting.

FFazendaaa committed 8 years ago
Unverified
dbc47613c6183f791ade9d75eb95c9fc9c7cd490

Adding modifications to class Integer.

FFazendaaa committed 8 years ago
Unverified
5cd4d32559c06834cbbfc8f068c44508a7edf0b6

[NOT SOLVED] Adding shebang.

FFazendaaa committed 8 years ago
Unverified
b9780c82c6e0e3dc37e38b193494599f0a46495e

[NOT SOLVED] Just adding.

FFazendaaa committed 8 years ago

README

The README file for this repository.

Ruby

Computer programs implemented in Ruby

"Ruby is a language of careful balance. Its creator, Yukihiro “Matz” Matsumoto, blended parts of his favorite languages (Perl, Smalltalk, Eiffel, Ada, and Lisp) to form a new language that balanced functional programming with imperative programming." ruby-lang.org

Why Ruby?

"For the most part, Ruby took Perl's string processing and Unix integration as-is, meaning the syntax is identical, and so right there, before anything else happens, you already have the Best of Perl. And that's a great start, especially if you don't take the Rest of Perl." Jeff Atwood

As Jeff said before, Ruby is simmilar with Perl. Since I had a little time to spent with Perl chose Ruby to be my new langague to learn was not diffcult.

I was looking for a simple, a pretty much "english like" programming languague. The options that I was stuck with was Python or Ruby.

A friends said to try Ruby and I started with Learn Ruby The Hard Way, seing that's a great series to start reading once you know a little about programming. The material is in folder the_hard_way.

Project Euler

Projects that I found to be one of the most interesting for those who want to do something in a new language.

"There’s something magical about the way that Ruby just flows from your fingertips." Ben Lewis