Slashdot Mirror


User: trbs

trbs's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Ruby syntax is fun? on Mirah Tries To Make Java Fun With Ruby Syntax · · Score: 1

    That's my thoughts exactly :) I love the idea of ruby, much like I love the idea of purely functional programming languages or highly prototyping language like Javascript. (specially modern JS from Mozilla not the outdated stuff you find in many browsers) But the syntax of some of these languages are just.... horrid... why would anybody want to write code using cryptic symbols in 2011 ? This is where languages like Python have a big upper hand. It's easy to write, it has a strong focus on being well written and understandable (even years after writing the code) and very very fast. Besides that.. it allows you to very easily interact with other languages like c / c++ or Fortran.