I'm learning Ruby and I search some Website for learning Ruby
but I want have some Website same as Tutorial with more information
about variable,class,extend... (very detail).
Who can help me this problem? Thanks...
On Thu, May 16, 2013 at 11:42 PM, haxuan lac <lists@ruby-forum.com> wrote:
I'm learning Ruby and I search some Website for learning Ruby
but I want have some Website same as Tutorial with more information
about variable,class,extend... (very detail).
Who can help me this problem? Thanks...
For more knowledge, I suggest reading Structure and Interpretation of
Computer Programs <http://mitpress.mit.edu/sicp/full-text/book/book.html>\.
The book uses LISP, but you can take the principles and create your own
Ruby examples while working through the book -- a way that I use to learn.
- bill
···
On Thu, May 16, 2013 at 12:42 PM, haxuan lac <lists@ruby-forum.com> wrote:
I'm learning Ruby and I search some Website for learning Ruby
but I want have some Website same as Tutorial with more information
about variable,class,extend... (very detail).
Who can help me this problem? Thanks...
On Thu, May 16, 2013 at 12:42 PM, haxuan lac <lists@ruby-forum.com> wrote:
I'm learning Ruby and I search some Website for learning Ruby
but I want have some Website same as Tutorial with more information
about variable,class,extend... (very detail).
Who can help me this problem? Thanks...
I would suggest leaving SaICP off until you k ow o e language well. That
being said, it's still an amazing book. Learn and do it in LISP and there
will be a major effect on your programming.
Ruby monk seems to be getting a lot of attention lately. Ruby Koans and
Katas for intermediate to advanced. Railscasts is essential for Rails.
···
On May 16, 2013 12:26 PM, "Bill Cannon" <w.dee.cannon@gmail.com> wrote:
For more knowledge, I suggest reading Structure and Interpretation of
Computer Programs <http://mitpress.mit.edu/sicp/full-text/book/book.html>\.
The book uses LISP, but you can take the principles and create your own
Ruby examples while working through the book -- a way that I use to learn.
- bill
On Thu, May 16, 2013 at 12:42 PM, haxuan lac <lists@ruby-forum.com> wrote:
I'm learning Ruby and I search some Website for learning Ruby
but I want have some Website same as Tutorial with more information
about variable,class,extend... (very detail).
Who can help me this problem? Thanks...
You could also try my video lectures of my college course on ruby:
YouTube.com/lockersoft
Dave
···
On May 16, 2013, at 10:33 AM, Brandon Weaver <keystonelemur@gmail.com> wrote:
I would suggest leaving SaICP off until you k ow o e language well. That being said, it's still an amazing book. Learn and do it in LISP and there will be a major effect on your programming.
Ruby monk seems to be getting a lot of attention lately. Ruby Koans and Katas for intermediate to advanced. Railscasts is essential for Rails.
On May 16, 2013 12:26 PM, "Bill Cannon" <w.dee.cannon@gmail.com> wrote:
Hello!
You could try both Learn Ruby the Hard Way and Ruby by Code Academy.
For more knowledge, I suggest reading Structure and Interpretation of Computer Programs. The book uses LISP, but you can take the principles and create your own Ruby examples while working through the book -- a way that I use to learn.
- bill
On Thu, May 16, 2013 at 12:42 PM, haxuan lac <lists@ruby-forum.com> wrote:
I'm learning Ruby and I search some Website for learning Ruby
but I want have some Website same as Tutorial with more information
about variable,class,extend... (very detail).
Who can help me this problem? Thanks...
Why do you suggest that the OP not read it when MIT uses it to teach entry
level students?
- bill
···
On Thu, May 16, 2013 at 1:33 PM, Brandon Weaver <keystonelemur@gmail.com>wrote:
I would suggest leaving SaICP off until you k ow o e language well. That
being said, it's still an amazing book. Learn and do it in LISP and there
will be a major effect on your programming.
Ruby monk seems to be getting a lot of attention lately. Ruby Koans and
Katas for intermediate to advanced. Railscasts is essential for Rails.
On May 16, 2013 12:26 PM, "Bill Cannon" <w.dee.cannon@gmail.com> wrote:
For more knowledge, I suggest reading Structure and Interpretation of
Computer Programs <http://mitpress.mit.edu/sicp/full-text/book/book.html>\.
The book uses LISP, but you can take the principles and create your own
Ruby examples while working through the book -- a way that I use to learn.
- bill
On Thu, May 16, 2013 at 12:42 PM, haxuan lac <lists@ruby-forum.com>wrote:
I'm learning Ruby and I search some Website for learning Ruby
but I want have some Website same as Tutorial with more information
about variable,class,extend... (very detail).
Who can help me this problem? Thanks...
The OP does not strike me as being able to handle MIT level loads out of
the gate, considering the failure to Google among other things.
···
On May 16, 2013 12:51 PM, "Bill Cannon" <w.dee.cannon@gmail.com> wrote:
Brandon,
Why do you suggest that the OP not read it when MIT uses it to teach entry
level students?
- bill
On Thu, May 16, 2013 at 1:33 PM, Brandon Weaver <keystonelemur@gmail.com>wrote:
I would suggest leaving SaICP off until you k ow o e language well. That
being said, it's still an amazing book. Learn and do it in LISP and there
will be a major effect on your programming.
Ruby monk seems to be getting a lot of attention lately. Ruby Koans and
Katas for intermediate to advanced. Railscasts is essential for Rails.
On May 16, 2013 12:26 PM, "Bill Cannon" <w.dee.cannon@gmail.com> wrote:
For more knowledge, I suggest reading Structure and Interpretation of
Computer Programs<http://mitpress.mit.edu/sicp/full-text/book/book.html>\.
The book uses LISP, but you can take the principles and create your own
Ruby examples while working through the book -- a way that I use to learn.
- bill
On Thu, May 16, 2013 at 12:42 PM, haxuan lac <lists@ruby-forum.com>wrote:
I'm learning Ruby and I search some Website for learning Ruby
but I want have some Website same as Tutorial with more information
about variable,class,extend... (very detail).
Who can help me this problem? Thanks...
"So, Ruby was a Lisp originally, in theory.
Let's call it MatzLisp from now on. ;-)"
-matz.
If the op is interested in languages that are related to ruby for
grokking ruby I would also suggest reading
The UNIX Programming Environment - Kernighan/Pike
Smalltalk-80: The Language and its Implementation - The "Blue book"
The C Programming Language aka K&R - Kernighan/Ritchie
If you looking to read a book with ruby as the main subject
Meta-Programming Ruby still explains the object model better than most
books on the market.
If your looking for less theoretical computer science and engineering
stuff take a look at: http://ruby.bastardsbook.com/
That seems to have a hodgepodge of information which may be useful for
web project centered pedagogy while learning the language.