You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

TylerJay comments on Open thread, Sept. 29 - Oct.5, 2014 - Less Wrong Discussion

6 Post author: polymathwannabe 29 September 2014 01:28PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (339)

You are viewing a single comment's thread. Show more comments above.

Comment author: TylerJay 01 October 2014 02:58:03PM 2 points [-]

I prefer to use Ruby when possible, though I switch to Python (with numpy) for more math-heavy applications. Ruby's ability to chain methods, syntactic sugar, and larger amount of built-in methods makes programming much more fun and efficient than Python, where I'm constantly going back a word to write a new method and enclose what I just wrote in parentheses, or counting parentheses/brackets, which I don't really seem to need to do in Ruby. Python is still much more enjoyable to program in than most other languages, but compared to Ruby, it feels like programming backwards. I also prefer to use Ruby/Rails for prototyping and web development.