diff options
author | dvs1 | 2024-10-24 18:23:30 +1000 |
---|---|---|
committer | dvs1 | 2024-10-24 18:23:30 +1000 |
commit | 8019df4092b67a8d65738499a61b26eb9a9f5873 (patch) | |
tree | 2b1890940418a3698676540c02def2716e2dc9b8 | |
parent | Rename also to Then. (diff) | |
download | JackOnAllDevices-8019df4092b67a8d65738499a61b26eb9a9f5873.zip JackOnAllDevices-8019df4092b67a8d65738499a61b26eb9a9f5873.tar.gz JackOnAllDevices-8019df4092b67a8d65738499a61b26eb9a9f5873.tar.bz2 JackOnAllDevices-8019df4092b67a8d65738499a61b26eb9a9f5873.tar.xz |
Yet another TODO, YATODO.
Diffstat (limited to '')
-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. |