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
We gain very little by making everything into a builtin and we lose some degree of convenience. The following things should be made first-class language constructs:
require: Define some sort of import syntax
if
cond
while
def: This currently uses hacks to be implemented as a builtin.
set: This doesn't exist yet because it can't be implemented as a builtin.
catch
throw
The text was updated successfully, but these errors were encountered:
We gain very little by making everything into a builtin and we lose some degree of convenience. The following things should be made first-class language constructs:
require
: Define some sort ofimport
syntaxif
cond
while
def
: This currently uses hacks to be implemented as a builtin.set
: This doesn't exist yet because it can't be implemented as a builtin.catch
throw
The text was updated successfully, but these errors were encountered: