I created an application using mostly Angular. Now I would like to translate the project into Clojurescript. Clojurescript interacts very well with JavaScript, as we all know, but is it possible to do this the other way around?
How is regular JavaScript / Angular code used in JavaScript created using Clojurescript?
The dream was to write new functions in clojurescript and make them work side by side with outdated code.
Any advice or recommendations in this regard are welcome.
angularjs clojurescript
droidballoon
source share