[DZone] Functional Programming with Clojure
Programming/DZone Refcardz / 2010. 11. 2. 14:25
DZone Refcardz 에서 122 번째 치트 시트가 도착하였습니다.
이번에는 Clojure 라는 함수형 프로그래밍 언어입니다.
Functional Programming with Clojure: Simple Concurrency on the JVMClojure is a dialect of the Lisp programming language. It is a multi-purpose language supporting interactive development that encourages functional programming style and simplifies multithreaded programming. This Refcard goes into depth on the history of JVM, Clojure's language foundation, experimentation through Read Eval Print Loop (REPL), the catalog of functions, interoperability, the Clojure ecosystem and more. The authors of this Refcard are veterans of Java-based development, published authors and active bloggers. |
JVM 위에 올라가는 Lisp 언어라고 생각하면 될 것 같습니다. 역시 자바 쪽 프레임워크나 라이브러리가 아니니깐 한번에 확 와닿지는 않네요;;; 이런건 학교에서 배우는 것 같았는데...