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
It looks like (reify Object (toString [] ...)) is just a way to add functions to a constructor's prototype. I'm tempted to add Object as a syntax entry since it's not a var, but a special symbol shared by extend-type, reify, deftype, etc.
The text was updated successfully, but these errors were encountered:
It looks like
(reify Object (toString [] ...))
is just a way to add functions to a constructor's prototype. I'm tempted to addObject
as a syntax entry since it's not a var, but a special symbol shared by extend-type, reify, deftype, etc.The text was updated successfully, but these errors were encountered: