tomorrow. Lua
EDIT: Or not based on the reaction to that thought below. heh.
Hmm so what shall I do.. ponder ponder
LUA: as knc1 says.
LUAJIT: LuaJIT implements the full set of language features defined
by Lua 5.1. The virtual machine (VM) is API- and
ABI-compatible to the standard Lua interpreter and can be
deployed as a drop-in replacement. Sounded handy.
OFF TOPIC: RANDOM NOTES:
Quote:
Buildroot image tar notes
Psuedo bash code.
cd images
sudo tar -x -h --hard-dereference -l -f rootfs.tar ./
sudo chown -R you:users .
rm -rf dev home linuxrc media run proc sys root etc sbin bin var
(and whatever else you don't want)
mv mnt/us/* ./*
rm mnt/us
rm us
mv rootfs.tar ../
tar -c -h --hard-dereference -l -f kindle.tar ./
|
TC from
http://sourcery.mentor.com/public/gn...linux-gnueabi/
linking shortnames:
you@dev /opt $
cd /opt/arm-2010q1/bin
you@dev /opt/arm-2010q1/bin $
sudo su
dev bin #
for F in `ls -1` ; do ln -sf ${F} ${F#arm-none-linux-gnueabi-} ; done
dev bin #
exit