Geometric Algebra for JavaScript
github.com
Geometric Algebra for JavaScript
1–3 of 3 posts
Re: Geometric Algebra for JavaScript
#2I wonder why this couldn't be written in Golang/Haxe and then generate JS code?
Re: Geometric Algebra for JavaScript
#3I wonder why this couldn't be written in Golang/Haxe and then generate JS code?
I guess I could do that for the Geometric Algebra part, but for the operator overloading and algebraic literals, ganja.js generates a simple ast translator that heavily depends on javascript introspection and weak typing. It might be possible but sounds like headache ;)