aboutsummaryrefslogtreecommitdiffstats
path: root/_.lua
diff options
context:
space:
mode:
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.