jonathanhogg / flitter

A functional programming language and declarative system for describing 2D and 3D visuals
https://flitter.readthedocs.io
BSD 2-Clause "Simplified" License
39 stars 1 forks source link

New virtual machine #8

Closed jonathanhogg closed 1 year ago

jonathanhogg commented 1 year ago

This replaces the graph evaluation model with a hacky stack-based virtual machine implemented in Cython.

jonathanhogg commented 1 year ago

Right. I am sufficiently happy with how this works to mainline it.