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 using "(set! new-name old-name)", which works, we should
use an "(alias new-name old-name)" function which expresses our intent
more cleanly.
This closes#38.
We currently have a lot of (legacy) function renaming.
For example:
We have worse too! (Compare
length
andcount
in stdlib/mal.lisp!)It would be nice to have a helper function
(alias new existing)
to make the intended use more explicit.The text was updated successfully, but these errors were encountered: