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
{{ message }}
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.
The core functions array? and find-ns-obj have runtime checks for nodejs that can be elided, and the nodejs branch can be included for a little more perf, especially given array? is used in cond tests in several core fns.
The core functions
array?
andfind-ns-obj
have runtime checks for nodejs that can be elided, and the nodejs branch can be included for a little more perf, especially givenarray?
is used incond
tests in several core fns.Like planck-repl/planck#798, but the opposite for Lumo.
The text was updated successfully, but these errors were encountered: