A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/hiredman/nrepl-cljs-middleware below:

hiredman/nrepl-cljs-middleware: nrepl middleware providing clojurescript compilation

nrepl middleware for compiling clojurescript

nrepl request with `op` of “compiler-cljs” causes `code` to be compiled to javascript, the javascript is returned as the value of `javascript`, wraps code in a function, so evaling the value of `javascript` in js will always result in a function object, invoke it to run your code

use with https://github.com/cemerick/drawbridge/ to get clojurescript compiler with http interface

now if only there was an nrepl client for drawbridge written in clojurescript…

add the following to project.clj

[nrepl-cljs-middleware "0.0.1"]
;; with drawbridge

(def nrepl-handler (cdb/ring-handler
                    :nrepl-handler
                    (-> (clojure.tools.nrepl.server/default-handler)
                        nrepl.cljs.middleware.compile/compile-cljs)))

Copyright (C) 2012 Kevin Downey

Distributed under the Eclipse Public License, the same as Clojure.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4