Open github-actions[bot] opened 2 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Closing issue as stale.
Re-opening as still valid
Closing issue as stale.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
[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
https://github.com/arturo-lang/arturo/blob/ce734e7a32c73173910cdf8f533f56be21febe3b/src/vm/lib.nim#L113
07c8d3ba9b413ceb346e0c3ce2d4dcf661f97847