Compile ahead of time as an option #81
Replies: 3 comments
|
I think that pushes too much of the "how" decisions into hotpot. Ultimately it would just be A simplified make API could be made as a separate plugin if someone wanted that had explicit rules already set. If it were popular enough perhaps an argument for mainlining it could be made. |
|
@rktjmp thank for your explanation. I see your point |
|
Discussion not relevant to v2. (It's actually all AOT now, you win!) |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
@rktjmp what is the reason why you don't put AOT compilation as an
hotpot.setupoption?Some thing like
where:
eventcould beon_savewhich will compile when we save a file...root_pathis your config which convertfnl/**/*.fnltolua/**/*.fnlother_pathscould beftplugins... which convert*.fnlto*.luainside a same folder.All reactions