http://yandex.money developer, http://youknow.st activist, devschacht translator, functionalhick.online hick; https://github.com/maksugr
First of small repetition. We are already know that Clojure syntax based on s-expressions: function call is a list where first item — name of the function and the rest — arguments. It’s called prefix notation or polish notation.
; clojure
Clojure is a dialect of the Lisp, general-purpose language with dynamic type system. It’s run on JVM and can be compiled to JavaScript (and here we are already talking about…
As it declared in subtitle of the site, publications in this blog will be about explore functional world and about all adventures that it will entail. I have good experience in JavaScript but just a little in another functional…