Execline – an interpreter-less scripting language(skarnet.org)
skarnet.org
Execline – an interpreter-less scripting language
http://skarnet.org/software/execline/
4 comments
Another worthwhile tutorial, by Steve Litt: http://www.troubleshooters.com/linux/execline.htm
I love the core (almost forth-like) idea of spawn'ing sections of the argv[] to 'interpret' sub-blocks
rather than having a central interpreter.
(very suckless)
rather than having a central interpreter.
(very suckless)
You take that back! (suckless is villified these days i hear)
The syntax somewhat reminds of Rebol/Red, but feels cleaner. Interesting stuff with great, thought-provoking documentation; definitely a candidate for "an ecosystem that fits inside the head of a single person".