probmods / webchurch

A Church to Javascript compiler (DEPRECATED)
Other
140 stars 15 forks source link

display not supported? #37

Closed tomeru closed 10 years ago

tomeru commented 10 years ago

various input-output doesn't seem supported (save, load, write).

In particular displaying various information using (display 'x) would be useful.

longouyang commented 10 years ago

This is on the todo list.

Right now, IO can only really happen in the last line of your Church code (this makes the code more or less functional)

I plan to move things to run inside a WebWorker, which will let us accomplish side effects. This probably will get done during my next break (Thanksgiving, Christmas?)

ngoodman commented 10 years ago

Moved into issue #40.