|
|
|
|
|
by nikodotio
1244 days ago
|
|
The speed at which I can develop prototypes in clojure is unmatched by anything else. REPL driven development, frontend with reagent, and sharing domain logic code across frontend and backend is invaluable. Adding spec, datascript, and core.async makes previously complex tasks extremely fast and boilerplate free. I usually prototype this way and then move things to a different stack piece by piece when others get involved, as the interop with Java and JavaScript is great. |
|