lambda-calculus icon indicating copy to clipboard operation
lambda-calculus copied to clipboard

add side-effects such as input/output

Open Kacarott opened this issue 3 years ago • 1 comments

For reference

JohanWiltink: " I think threading stdin and stdout through source is the correct way to do I/O anyway - can use a Monad for that"

Kacarott avatar Jan 25 '22 18:01 Kacarott

magic functions is another alternative, but they're considered magic for a reason.

threading stdin / stdout / stderr might allow for redirection at JS / OS level.

JohanWiltink avatar Feb 07 '22 00:02 JohanWiltink