Ruby java python or lisp
1–10 of 17 posts
Re: Ruby java python or lisp
#2Re: Ruby java python or lisp
#3Try every one of them. I saw your submissions and comments. The time you spend asking these type of questions here at HN would be better spent learning. My guess is you are procrastinating.
Re: Ruby java python or lisp
#4Re: Ruby java python or lisp
#5Try every one of them. I saw your submissions and comments. The time you spend asking these type of questions here at HN would be better spent learning. My guess is you are procrastinating.
ok i'll start but which book should i refer for ruby
Good luck.
Re: Ruby java python or lisp
#6Try every one of them. I saw your submissions and comments. The time you spend asking these type of questions here at HN would be better spent learning. My guess is you are procrastinating.
ok i'll start but which book should i refer for ruby
DIP: http://www.diveintopython.org/toc/index.html
Tutorial: http://docs.python.org/tut/tut.html
Std Modules: http://docs.python.org/modindex.html
Std Library Reference: http://docs.python.org/lib/lib.html
good luck
Re: Ruby java python or lisp
#7Earlier quoted context omitted.
ok i'll start but which book should i refer for ruby
For python I can't recommend a book. Dive in to Python is available online but to be honest the best thing to do is just start using it. It's just not hard. DIP: http://www.diveintopython.org/toc/index.html Tutorial: http://docs.python.org/tut/tut.html Std Modules: http://docs.python.org/modindex.html Std Library Reference: http://docs.python.org/lib/lib.html good luck
Re: Ruby java python or lisp
#8I have also acquired the book "ANSI Common Lisp by Paul Graham", which is a classic and no-nonsense book. I personally find Paul Graham's approach quite refreshing.
Having seen Ruby being employed in various environments, I've also started to learn Ruby. It's a multi-paradigm and dynamic language and hope to use it in a RoR application development. It kind of forces you to think dynamically and that helps you to write more efficient code, I guess.
So far, I couldn't find enough time for either Java or Python.
And oh, lastly I must say: C++ with templates (STL) is quite indispensable. If you master C++ with all its features like STL, you'll find that it can handle a whole lot of things quite elegantly.