[Converters\as] Needs sanitization #1913
Labels
cleanup
Code cleanup, comments and micro-optimizations
→ Converters
enhancement
New feature or request
open discussion
Open discussion about features/ideas/suggestions
Top priority
.binary
,.hex
,.octal
➞ ❌ removeInstead of:
We could simply have:
(with could use
.binary
,.hex
,.octal
too - although this would lead to unnecessary clutter for something that isn't even that common!)Another idea would be using
.format:
which is already supported..code
,.pretty
,.unwrapped
➞ ✅ add newEssentially, all three modes have to do representing an Arturo value as code - with
.pretty
and.unwrapped
specifying what this code will look like.So, we could create a new function (e.g.
express
,codify
, orserialize
- by order of personal preference lol) and keep.pretty
&.unwrapped
as optionsInstead of:
We could simply have:
For future reference
.agnostic
➞ ✅ add newCreate a function with the same name (=
agnostic
)With the prerequisite, that we are sure what this thing does.
.data
➞ ✅ add newCreate a function
parse
(that could be a generic shortcut forto :block ...
and be used like a basis for creating our (and proper)parse
equivalent..data
could be an option, like now, to allow for "Arturo as data". (parse.data ...
)With the prerequisite, that we are sure what this thing does.
The text was updated successfully, but these errors were encountered: