thoughts on OCaml so far [1/3]
good stuff:
* this is a good functional language
* it's also a good "compromise" language - every Computer Bro who has whinged to me "X is why functional programming isn't good enough" would find those problems solved with this language^
* being able to easily switch between functional and imperative and OO inside the same program is great
* named function arguments is pretty cool, and makes it easier to read other people's code
thoughts on OCaml so far [2/3]
bad stuff:
* it's so ugly... not as ugly as C, but there's still too much punctuation marks
* the book I'm reading (real world ocaml) starts with a guided tour, which covers the basics of the entire language - if I wasn't used to functional programming, this would have put me off completely
* I want to use this language to do a whole bunch of stuff, but I'm scared people will say I can't because it's not as well known as other languages
@lizardsquid renew your brain!! :* <3
the only personal measure of agreement with a language should come from tour experience using it!