jonathanhogg / flitter

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

Reject queries and all of their works #19

Closed jonathanhogg closed 5 months ago

jonathanhogg commented 8 months ago

Queries are complex and I haven't used them in my recent work, so this PR considers just what it looks like to throw them away. In particular, this is a chance to play with what optimisations are possible without them.

Resolves #17

jonathanhogg commented 8 months ago

I mean, a first win is that the codebase is 600 lines lighter.

jonathanhogg commented 8 months ago

Woo hah! Now almost 900 lines down!