Can I create a program in Clojure able to edit it's own code? -
i thinking of creating educational program in clojure show console user edit code in order change running code in part of screen (like game, instance). possible? if so, should study in order able this?
it possible. see interactive programming flappy bird in clojurescript . uses clojurescript , figwheel development environment.
the awesome thing figwheel can change flappybird running code in browser evaluating new code in repl , figwheel push new code browser. changes happened in real time.
you can start studying clojure , clojurescript.
Comments
Post a Comment