From 686298d6fb155deb4490eb609a19c59d97b1e2f6 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 1 Sep 2006 17:38:23 +0000 Subject: Walter Harms contributed a section on scripting languages. (I trimmed it a bit.) --- docs/busybox.net/tinyutils.html | 43 ++++++++++++++++++++++++++++++++++------- 1 file changed, 36 insertions(+), 7 deletions(-) (limited to 'docs') diff --git a/docs/busybox.net/tinyutils.html b/docs/busybox.net/tinyutils.html index 9eff0b1..4699851 100644 --- a/docs/busybox.net/tinyutils.html +++ b/docs/busybox.net/tinyutils.html @@ -27,13 +27,6 @@ mailing list.
In a gui environment, you'll probably want a web browser. @@ -42,6 +35,42 @@ scripting language to write _new_ code in, requires GTK+, but not Gnome. Or you can try the graphical version of links.
+Although busybox has built-in support for shell scripts, plenty of other +small scripting languages are available on the net. A few examples:
+microperl | +A small standalone perl interpreter that can be built from the perl source +s via "make -f Makefile.micro". If you really feel the need for perl on an embe +dded system, this is where to start. + |
Lua | +If you just want a small embedded scripting language to write new +code in, this Brazilian import is lightweight, fairly popular, and has +a complete book about it online. | +
rc | +The PLAN9 shell. Not compatible with conventional bourne shell syntax, +but fairly lightweight and small. | +
forth | +A well known language for fast and small programs, decades old but still +in use for everything from OpenBIOS to computer controlled engine timing. | +
For more information, you probably want to look at buildroot and TinyGentoo, which -- cgit v1.1