The proliferation of function types and desire for more advanced function features keeps bringing me back to the idea of supporting arbitrary expression function types
population / area ^ 2 + 7
This is doable so long as we create a syntax that is:
- easily evaluated in GL JS
- easily evaluated in GL Native
- compilable to GLSL 😬
- a valid subset of an existing programming language
The proliferation of function types and desire for more advanced function features keeps bringing me back to the idea of supporting arbitrary expression function types
This is doable so long as we create a syntax that is: