fasterthanlime / shin

:warning: (def shin (dissoc clojurescript :jvm :google_closure)) (deprecated)
MIT License
35 stars 1 forks source link

Implementing `IFn` should make types callable by default #50

Closed fasterthanlime closed 9 years ago

fasterthanlime commented 9 years ago

Basically every deftype should add .call and check if it implements IFn, then call -invoke.