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)

https://www.youtube.com/watch?v=UPyEosj5zpY

Any suggestions are welcome

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/9152fd25-e35a-4ac5-b4ec-6210fe72da7cn%40googlegroups.com.

Reply via email to