jussisaurio / manse-lang

The Manse Programming Language
Other
9 stars 0 forks source link

Implement IO #1

Open Zackyist opened 2 years ago

Zackyist commented 2 years ago

As a developer living in Tampere I would love to goof around with this (and already did) but if I'm not mistaken it seems like there isn't any kind of input or output implemented currently. Would it be possible to implement some simple IO, even if only the print command?

I was thinking about doing it myself but frankly I haven't got a shred of understanding for Haskell and unfortunately no time to learn either at the moment. :(

jussisaurio commented 2 years ago

IO is an impure, unholy, operation and thus will never be supported.

Seriously though, I've been thinking about working some more on this (although it's a joke project), so I'll prioritize adding print for you if I do come back to it. Suggestions for syntax?