eldoy / waveorb

Javascript web app development framework

Home Page:https://waveorb.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Macros

eldoy opened this issue · comments

We have the possibility of writing macros based on onrequire and compile. They could be called ingoing and outgoing macros.

Could translation functions be macros? #link(hello@en)

An entire language could be written using only macros:

#action project create
#page project new

These would then translate to functions on require or before send.

References: onsend, to replace or extend compile for macros #154