You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Clojure
Hi
Learning a new language is not difficult but setting up the environment and tooling is an issue specially if there is many different solutions and frameworks; while learning clojure/clojurescript I stumbled against a complex and changing eco-system.
This motivated me to create my own framework; The objective is to create an online environment for developing client and server applications. Some of the niceties in the framework follows:
- managed state of components - hot reload; any code change (client and server) will re-render the page in less than 3 seconds (ie. we are not using figwheel, we developed our own solution) - remote procedure calls with callbacks - software events (on/emit) - it is possible to use reagent/react components and external scripts (ie. javascript) - version control system (ie. git)