Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I understand the issues with dynamic typing, but I don't think you can just compare Clojure to other dynamically typed languages, because Clojure is very data driven language. You have lists, vectors, maps and sets. Most of the time this is enough and these are the parameters to functions and also return values of those functions. And on top of that, you don't always have to think about these too, because of the unified sequence abstraction, which allows you to use the same core functions for processing/transforming those underlying types.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: