arturo icon indicating copy to clipboard operation
arturo copied to clipboard

Simple, expressive & portable programming language for efficient scripting

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

[Helpers/unisort] Re-visit & test digraph/trigraph sorting The code below - apparently - works ok. The problem is: a) it hasn't been thoroughly tested, b) it looks obviously too repetitive, c)...

enhancement
helpers
todo
cleanup

[Helpers/toml] Verify it's working properly & add missing types, if any https://github.com/arturo-lang/arturo/blob/ce734e7a32c73173910cdf8f533f56be21febe3b/src/helpers/toml.nim#L22 ```text #======================================= # TODO(Helpers/toml) Verify it's working properly & add missing types, if any # labels: helpers, enhancement,...

enhancement
unit-test
helpers
todo

[Helpers/terminal] Verify terminal color codes Preferrably, across different terminals https://github.com/arturo-lang/arturo/blob/ce734e7a32c73173910cdf8f533f56be21febe3b/src/helpers/terminal.nim#L30 ```text #======================================= # TODO(Helpers/terminal) Verify terminal color codes # Preferrably, across different terminals # labels: helpers, command line, unit-test const...

unit-test
helpers
todo
command line

[Helpers/repl] Add multi-line copy-paste capabilities for REPL It would be great to be able to copy-paste multi-line text into our REPL and handle it properly! As with Ctrl+D, given that...

enhancement
3rd-party
helpers
todo

[Helpers/repl] Add Ctrl+D capabilities for REPL Our REPL should be able to handle Ctrl+D, but it's not working yet. Given that it's based on the LineNoise library, this the place...

enhancement
3rd-party
helpers
todo

[Helpers/quantities] Clean up `getQuantityMultiplier` Do we need this? https://github.com/arturo-lang/arturo/blob/ce734e7a32c73173910cdf8f533f56be21febe3b/src/helpers/quantities.nim#L347 ```text proc getQuantityMultiplier*(src: UnitName, tgt: UnitName, isCurrency=false): float = # TODO(Helpers/quantities) Clean up `getQuantityMultiplier` # Do we need this? # labels:...

helpers
todo
cleanup
values

[Helpers/quantities] More units to add? https://github.com/arturo-lang/arturo/blob/ce734e7a32c73173910cdf8f533f56be21febe3b/src/helpers/quantities.nim#L22 ```text #======================================= # TODO(Helpers/quantities) More units to add? # labels: helpers, enhancement, open discussion type UnitKind* = enum CurrencyUnit ``` bebfa5a203010d1d16fdf2701d47602320da528f

enhancement
open discussion
helpers
todo

[Helpers/maths] General cleanup needed https://github.com/arturo-lang/arturo/blob/ce734e7a32c73173910cdf8f533f56be21febe3b/src/helpers/maths.nim#L9 ```text ###################################################### # TODO(Helpers/maths) General cleanup needed # labels: helpers, cleanup #======================================= # Libraries #======================================= ndex db3576a28..f583a5aba 100644 ++ b/src/helpers/quantities.nim ``` d2650699475b2fda76d24cc0a310db6a9dddf2d4

helpers
todo
cleanup

[Helpers/markdown] verify & benchmark Markdown parsing Which of the libraries are we using in the end? What are the pros and cons of each one? Let's benchmark it! https://github.com/arturo-lang/arturo/blob/ce734e7a32c73173910cdf8f533f56be21febe3b/src/helpers/markdown.nim#L13 ```text...

3rd-party
unit-test
helpers
todo
benchmark

[Helpers/jsonobject] Verify it's working properly & add missing types, if any This is both for `generateJsonNode` and `parseJsonNode` - and their WEB-specific equivalents https://github.com/arturo-lang/arturo/blob/ce734e7a32c73173910cdf8f533f56be21febe3b/src/helpers/jsonobject.nim#L32 ```text #======================================= # TODO(Helpers/jsonobject) Verify it's...

enhancement
unit-test
helpers
todo