h3rald / min

A small but practical concatenative programming language and shell
https://min-lang.org
MIT License
311 stars 23 forks source link

Prelude, question, probably a feature request #55

Closed zenon closed 4 years ago

zenon commented 4 years ago

I see a prelude.min in the project, but no place where it is loaded. Is it?

If yes, can I load a changed prelude instead? (e.g. using a runtime option, like, -p:prolog2.min)

h3rald commented 4 years ago

Yeah I like it. At present is literally included in the executable... but yes, it should be configurable.

h3rald commented 4 years ago

Added... but gotta document it properly and explain what the standard prelude contains.