slang icon indicating copy to clipboard operation
slang copied to clipboard

Swap out all uses of stdlib for core or "standard library" to core module and standard modules throughout docs & code

Open bmillsNV opened this issue 4 months ago • 1 comments

Terminology Slang Standard Modules → the modules you get when you download slang Slang Core Module — the module that starts every slang file — thing that can’t opt out of that has all our core types/functions/etc that every module starts with

We don’t want to use stdlib or “library” anywhere. Slang does modules. So we should use modules.

bmillsNV avatar Oct 17 '24 17:10 bmillsNV