Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 416 Bytes

NEWS.md

File metadata and controls

18 lines (13 loc) · 416 Bytes

News

Here you will find updates on each version of clojure-py.

0.2.0 Updates (version next)

  • implemented deftype with protocol support
  • implemented defprotocol and extend
  • implemented reify
  • implemented defrecord (still missing equality tests)
  • binding is supported
  • implemented defmulti and defmethod
  • support for derive, supers, bases, etc.
  • numerous other functions