clojure and scala interop

Viewed 4530

I am familiar that scala classes / objects can be called from clojure, as scala compiles to bytecode, and clojure is comfortable with it.

However is it as painless calling clojure functions, and importing namespaces from scala ?

I would like to mix the excellent lift framework and clojure, basically call clojure code from lift.

2 Answers
Related