Having a pre-liquid coding environment would be awesome for many reasons.
I see two primary uses:
- outputting globals in a highly performant way.
- responding to api calls that don't require rendering (json responses, etc)
Server-side, I think it should essentially be a function that outputs a globals object, similar to context. Except this could be called...wait for it...globals
! I'm assuming it will need access to context though. Otherwise, it would be a little out of touch.