Fork me on GitHub
#clojurescript
<
2016-01-17
>
mheld20:01:39

oh interesting

mheld20:01:12

hah why would (type x) be nil?

mheld20:01:19

when in should be Keyword

mheld20:01:34

I get (type :about) -> cljs.core/Keyword

mheld20:01:04

oh maybe it’s not

mheld20:01:13

I just borked the print function?

bhauman21:01:39

Must see! A ClojureScript live music coding demo! http://ctford.github.io/klangmeister/ Change the melody by changing the numbers in the vector on line 14.

mfikes22:01:31

(Make sure you try it in non-Safari.) One particular aspect that I find technically cool about @ctford’s solution is that it employs bootstrapped ClojureScript, loading code for compilation, where the code is snatched and bundled by a Clojure macro at initial build time. simple_smile

mfikes22:01:13

It is also cool to see a bootstrapped thing that is definitely “not a REPL” simple_smile