FAQ
How is declo different from js2py
?
js2py
is a js compiler written in python. It emits custom objects that help run JS objects inside python. declo
is simpler and restrictive, and deals only with python objects.
How is declo different from macro-py
?
TODO: TBH I don't really understand macro-py
.