ClojureDart
ClojureDart copied to clipboard
WIP: defprotocol: don't error when options are provided
Attempting to handle #218
So far only the compiler error when supplying options is fixed. No attempt has yet been made on actually supporting the actual extension part of it.
Looking at core_deftype.clj
, the actual implementation of extend-via-metadata
is too in the weeds for me for now to port to ClojureDart.