diprism / perpl

The PERPL Compiler
MIT License
10 stars 5 forks source link

Built-ins / prelude? #47

Open davidweichiang opened 2 years ago

davidweichiang commented 2 years ago

We have a very small handful of built-in things (==, Bool, True, False, if, let); is there anything else that are useful enough to include, if not as part of the language, in some kind of prelude?

Possible built-ins

Possible for prelude