From 8019df4092b67a8d65738499a61b26eb9a9f5873 Mon Sep 17 00:00:00 2001 From: dvs1 Date: Thu, 24 Oct 2024 18:23:30 +1000 Subject: Yet another TODO, YATODO. --- _.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_.lua b/_.lua index 9e39c36..88100aa 100755 --- a/_.lua +++ b/_.lua @@ -4,6 +4,10 @@ TODO - I should name this project PolygLua. Gluing things onto Lua, making it a polyglot language. +TODO - Add some sort of alias mechanism for the #! thing. _.bash'echo "This is bash."':Do() + The user can define their own aliases in a table, with defaults for bash, sh, luajit, and maybe some others. + Then extend it to changing language on the fly _.bash'echo "This is bash."':luajit("print('This is Lua.')"):Do() + ]] -- Most of this _ stuff was copied from apt-panopticon. -- cgit v1.1