Hacker News new | ask | show | jobs
by greenlblue 5702 days ago
Anything with first class functions works for me. I pretty much program with closures and have no idea what classes and objects mean. Incidentally the first language I really learned was Ruby but I fell in love with how it handled blocks/lambdas and I haven't really looked back since.
1 comments

    ... have no idea what classes and objects mean ...
I hope you don't have to look for a job with that resume!
Looked at any clojure, erlang, javascript, scala, etc. postings lately? Objects and classes are out. Functional programming is in so I'm in good company and you don't have to pray for me at night.