aardappel / lobster

The Lobster Programming Language
http://strlen.com/lobster
2.24k stars 121 forks source link

Add `matrix.lobster` for 2x2 float matrices #209

Closed dbaileychess closed 1 year ago

dbaileychess commented 1 year ago

Makes a new lobster library for handling 2x2 matrices by expressing them in terms of xyzw_f. This way a lot of the operators are already well-defined, and only the multiplicative ones need special handling.

aardappel commented 1 year ago

Thanks!