cljs/api

add Object pseudo-protocol

shaunlebron opened this issue · 0 comments

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.