aboutsummaryrefslogtreecommitdiffstats
path: root/_.lua
diff options
context:
space:
mode:
authordvs12024-10-24 18:23:30 +1000
committerdvs12024-10-24 18:23:30 +1000
commit8019df4092b67a8d65738499a61b26eb9a9f5873 (patch)
tree2b1890940418a3698676540c02def2716e2dc9b8 /_.lua
parentRename also to Then. (diff)
downloadJackOnAllDevices-8019df4092b67a8d65738499a61b26eb9a9f5873.zip
JackOnAllDevices-8019df4092b67a8d65738499a61b26eb9a9f5873.tar.gz
JackOnAllDevices-8019df4092b67a8d65738499a61b26eb9a9f5873.tar.bz2
JackOnAllDevices-8019df4092b67a8d65738499a61b26eb9a9f5873.tar.xz
Yet another TODO, YATODO.
Diffstat (limited to '_.lua')
-rwxr-xr-x_.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/_.lua b/_.lua
index 9e39c36..88100aa 100755
--- a/_.lua
+++ b/_.lua
@@ -4,6 +4,10 @@
4 4
5TODO - I should name this project PolygLua. Gluing things onto Lua, making it a polyglot language. 5TODO - I should name this project PolygLua. Gluing things onto Lua, making it a polyglot language.
6 6
7TODO - 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.