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
Making dip, sip, bi@, bi*, etc builtin would provide more "structured programming"-type improvements. For example, dip would allow for refactoring the following:
move
over dup * swap -
(r move) +
into
(dip [ over dup * swap - ]) +
There would still be a manually-defined version for the stdlib though.
dip
others
The text was updated successfully, but these errors were encountered:
Making
dip
,sip
,bi@
,bi*
, etc builtin would provide more "structured programming"-type improvements. For example,dip
would allow for refactoring the following:into
There would still be a manually-defined version for the stdlib though.
The text was updated successfully, but these errors were encountered: