Comment by dzonga
6 months ago
clojure + lisps have this approach - everything is data. I encourage everyone to dabble in clojure. it changes your mindset. that when you go back to your regular language you will write better programs.
6 months ago
clojure + lisps have this approach - everything is data. I encourage everyone to dabble in clojure. it changes your mindset. that when you go back to your regular language you will write better programs.
Apparently, Ruby takes the opposite approach: everything is object. I bet it leads to a completely different way to think and design, but at least it does not mix the two, is it right? Do you recommend it? (I have a choice to make between Ruby and JavaScript.)