Skip to content

Make API more similar

Almar Klein requested to merge api into master
  • Make JavaScript implementation use a class, like Python does.
  • Extension methods get serializer as the first arg in Python and JavaScript.
  • Make Matlab implementation class-based too, making the API much nicer and similar to the other impl.
  • Remove closure from Python implementations

closes #11 (closed)

Edited by Almar Klein

Merge request reports