You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than having "global" names we now have "namespaced" names.
So "(weekday)" is "(date:weekday)", for example.
The old names still work, via aliasing, so nothing will change.
This closes#33.
As noted in the previous release notes we are going to add some new functionality relating to files, with ":" as a separator.
For consistency then:
(weekday)
->(date:weekday)
(hour)
->(time:hour)
We either add functions as wrappers, or we come up with some alias functionality. "Primitive::Alias" could be a useful primitive to have, perhaps?
The text was updated successfully, but these errors were encountered: