swannodette / lt-cljs-tutorial

A ClojureScript Programming Language Tutorial for Light Table Users
MIT License
863 stars 123 forks source link

Light Table 0.5.x #37

Closed rtorr closed 10 years ago

rtorr commented 10 years ago

I had trouble running some of the examples in older versions of Light Table.

For example, evaluating

(def another-array #js [1 2 3])

I would get the error

No reader function for tag js core.clj:4327 clojure.core/ex-info

This seems to have been fixed a while ago in Light Table, but I thought I would let you know if others run into this issue. Maybe we could update the README with versions that work correctly.