document updated 16 years ago, on Mar 30, 2008
- is it possible to do some sort of backwards-compatibility mode? eg. at the top, have "#lua" or "#autoit2"? Almost certainly it wouldn't be possible to change between the two within #include/dofile() files (so it would be a runtime error). How would the handoff from the AHK parser to Lua work exactly?
- would having the AHK and Lua parsers in memory at the same time substantially increase memory use? If so, is there any way to swap them in/out?
- what will the syntax for hotkeys be? Is there any way to have the embedded #IfWinActive/etc syntax? Or is the Hotkey()-style syntax the only possibility? (eg. the only way is to declare them up-front? really? cuz that sucks...)
- how will the AHK2EXE.exe thing be done? With luac presumably, but are there any complications?