arturo icon indicating copy to clipboard operation
arturo copied to clipboard

Simple, expressive & portable programming language for efficient scripting

Results 343 arturo issues
Sort by recently updated
recently updated
newest added

**See also:** https://discord.com/channels/765519132186640445/829324913097048065/1284848026791444542

enhancement
library
:type
→ Core

[Core/import] `.lean` not always working properly basically, if you make 2 imports of the same package, one `.lean` and another normal one the 2nd one breaks. Does it have to...

bug
library
unit-test
todo
→ Core

[Core/__VerbosePackager] Find an elegant way to inject hidden functions https://github.com/arturo-lang/arturo/blob/c2d3022195fe4a6f67f709a392e0d7849b9733b9/src/library/Core.nim#L529 ```text push(newLogical(condition)) when not defined(MINI): # TODO(Core/__VerbosePackager) Find an elegant way to inject hidden functions # labels: library, enhancement, cleanup...

enhancement
library
todo
cleanup
→ Core