Skip to content

Leiningen plugin to transform Clojure modules -> Clojurescript, without having to fork your codebase!

License

Notifications You must be signed in to change notification settings

BirdseyeSoftware/lein-dalap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lein-dalap Build Status

A Leiningen plugin to transform clojure source code into clojurescript.

lein-dalap allows you to author code that works in both the JVM and in the browser, without forking your code and without relying on cljsbuild crossovers.

lein-dalap is inspired by cljx, a leiningen plugin that transforms input source files with a .cljx extension and special meta-data markup into .clj and .cljs output. In contrast with cljx, lein-dalap's input files are plain .clj files and only the .cljs files are auto-generated. It is also simpler to specify custom transformation rules at the project level.

The name dalap is the acronym for Decide As Late As Possible, from lean programming.

Documentation & Examples

Please refer to our documentation site. There is also an example application.

License

Copyright © 2012 Birdseye Software.

Distributed under the MIT License.

About

Leiningen plugin to transform Clojure modules -> Clojurescript, without having to fork your codebase!

Resources

License

Stars

Watchers

Forks

Packages

No packages published