Scratch-like visual programming for ClojureScript

Clojure has top-notch development environments (Cider, Calva, Chlorine). For quick demonstrations without installation there is Maria.cloud. Still, the Lisp parantheses can be off-putting for otherwise open and interested coders. With clj-tiles you have a web-site at hand to show and let people start playing with Clojure.
Help them solving their first code puzzels on-line. Because of the graphical blocks, there are no parentheses. Still, the generated code is pure Clojure. With the built in parser, you can even create and demonstrate new graphical puzzles. But there are over 100 of them provided, so this might not be necessary at the beginning.
Give it a try with this basic web-programming example:
https://kloimhardt.github.io/cljtiles.html?page=49

6 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.