diff options
-rwxr-xr-x | _.lua | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ | |||
4 | 4 | ||
5 | TODO - I should name this project PolygLua. Gluing things onto Lua, making it a polyglot language. | 5 | TODO - I should name this project PolygLua. Gluing things onto Lua, making it a polyglot language. |
6 | 6 | ||
7 | TODO - Add some sort of alias mechanism for the #! thing. _.bash'echo "This is bash."':Do() | ||
8 | The user can define their own aliases in a table, with defaults for bash, sh, luajit, and maybe some others. | ||
9 | Then extend it to changing language on the fly _.bash'echo "This is bash."':luajit("print('This is Lua.')"):Do() | ||
10 | |||
7 | ]] | 11 | ]] |
8 | 12 | ||
9 | -- Most of this _ stuff was copied from apt-panopticon. | 13 | -- Most of this _ stuff was copied from apt-panopticon. |