ClojureDart
ClojureDart copied to clipboard
Root value of `*out*` can't work on web target
This prevents from running dart test -p node
(or any js target) because cljd.test
uses print
.
Possibilities:
- platform flags (#128)
- root value built on top of
dart:print
(would solve the "where are my output?" with Flutter)
Linked to #205