-
Notifications
You must be signed in to change notification settings - Fork 0
jurrchen/clojure-jit
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# clojurejit Adds a just in time compilation gen-class that takes method implementations in-line instead of having them defined separately. This requires clojure 1.2.0 ## Usage Interface is exactly like the gen-class macro (http://richhickey.github.com/clojure/clojure.core-api.html#clojure.core/gen-class), except without the following keywords: * prefix * impl-ns * load-impl-ns The input to the methods keyword is still a vector of vectors, but needs 4 elements: name, parameter types, return type, and method implementation as a function. ## Installation lein deps lein javac lein jar ## License Err... none?
About
Just in time gen-class
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published