buzz-language / buzz

👨‍🚀 buzz, A small/lightweight statically typed scripting language
https://buzz-lang.dev
MIT License
1.15k stars 31 forks source link

`builtin` lib always loaded #251

Open giann opened 5 months ago

giann commented 5 months ago

Either create a new builtin lib always loaded, or always load std. This would allow buzz to count on the fact that some basic things are here (like https://github.com/buzz-language/buzz/issues/250)