Lambda-X / cljs-repl-web

ClojureScript implementation of a browser Read-Eval-Print-Loop
Eclipse Public License 1.0
68 stars 15 forks source link

println function not working #227

Open ktsangop opened 4 years ago

ktsangop commented 4 years ago

First of all thanks for this great project. It really helps us beginners to start clJS without having to setup anything.

While trying some tutorial code i noticed that println function is not working as expected.

Running (println "Hello") produces nil

instead of the expected

Hello
nil

Reproduced this in Chrome & Firefox on Windows 10

arichiardi commented 4 years ago

I can confirm the problem happens also on mobile.

Unfortunately I haven't had any time for maintenance here. I started a rehaul of replumb once but haven't gotten too far with it.

Contributions are very welcome and thank you for reporting this!