0x0f0f0f / gobba

A purely functional dynamically typed programming language.
https://0x0f0f0f.github.io/gobba-book/
MIT License
56 stars 2 forks source link

Find a way of computing lazy expressions in Javascript, or drop laziness completely #3

Closed 0x0f0f0f closed 4 years ago

klntsky commented 4 years ago

You can defer them (represent a as a function () -> a).

Like purescript does: https://pursuit.purescript.org/packages/purescript-control/4.2.0/docs/Control.Lazy#t:Lazy

0x0f0f0f commented 4 years ago

Closing because webassembly will be a preferable target over Javascript