[VM/lib] Merge constants and builtin's? #642
Labels
enhancement
New feature or request
library
Issues related to the standard library
open discussion
Open discussion about features/ideas/suggestions
stale
todo
Automatically generated issues from TODOs in the code
vm
Issues related to the Virtual Machine implementation
[VM/lib] Merge constants and builtin's?
Do we really - really - need another "constant" type? I doubt it whether it makes any serious performance difference, with the only exception being constants like
true
,false
, etc.But then, it also over-complicates documentation generation for constants.
So, we should either make documentation possible for constants as well, or merge the two things into one concept
arturo/src/vm/lib.nim
Line 113 in ce734e7
07c8d3ba9b413ceb346e0c3ce2d4dcf661f97847
The text was updated successfully, but these errors were encountered: