Aktuelle Änderungen Printable View Änderungen Bearbeiten
MetaProgramming > BooLanguage > IL > IntermediateLanguage > HackingPythonWithEmacs > SearchWiki > PythonIdioms > RubySprache > DomainSpecificLanguages > IronPython > AbstractionsLeak > Recursion > FirstClassFunctions > CodeIsData > ClojureClear TrailClojure is currently fairly hype-free because there's few reasons outside of the language itself to promote it. It has no marketing people, or large corporations with a vested interest in people using it.[1]
Yes, mostly-functional languages with software transactional memory is the big new trend. Many new languages are being created based on this, and Rich was far-seeing to do it in Clojure. Yes, it’s primarily because we’ll all be writing more concurrent software to take advantage of all the cores. DanielWeinreb
svn checkout http://clojure-contrib.googlecode.com/svn/trunk/ clojure-contrib-read-only
svn checkout http://clojure.googlecode.com/svn/trunk/ clojure-read-only
git clone git://github.com/richhickey/clojure.git
git clone git://github.com/richhickey/clojure-contrib.git (defservlet demo
(GET "/"
(html [:h1 "Hello World"]))
(ANY "*"
(page-not-found)))