> In the meantime, maybe I'm regressing to my academic days, but I have a > hard time getting excited about any non-dynamic language. Also I have > an aversion to curly braces. You'd think Go could at least have a > python-like syntax, but since Ken Thompson invented C, I guess he has > some strange fascination with curly braces and semicolons.
I love curly braces and semi-colons. Semi-colons allow you have multiple statements on one line. Curly braces make it easy to see the start and the end of a block. On the other hand I like Python's way too. But I cannot stand never-ending brace sequences of functional languages, and begin/end blocks of Pascal-like languages. -- Sasha Pachev AskSasha Linux Consulting http://asksasha.com Fast Running Blog. http://fastrunningblog.com Run. Blog. Improve. Repeat. -------------------- BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are the responsibility of their author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. ___________________________________________________________________ List Info (unsubscribe here): http://uug.byu.edu/mailman/listinfo/uug-list
