tiny-js

Core libraries and systems
Post Reply
Message
Author
disciple
Posts: 6984
Joined: Sun 21 May 2006, 01:46
Location: Auckland, New Zealand

tiny-js

#1 Post by disciple »

I went looking for a lightweight substitute for Spidermonkey and found this...
http://code.google.com/p/tiny-js/

The pet is just a command-line javascript interpreter... I can't remember if it built a static lib or something as well.

N.B. I upx'ed it.
If you were wondering:

Code: Select all

# ldd Script
        linux-gate.so.1 =>  (0xffffe000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7e5e000)
        libm.so.6 => /lib/libm.so.6 (0xb7e3c000)
        libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xb7e31000)
        libc.so.6 => /lib/libc.so.6 (0xb7d36000)
        /lib/ld-linux.so.2 (0xb7f46000)
Do you know a good gtkdialog program? Please post a link here

Classic Puppy quotes

ROOT FOREVER
GTK2 FOREVER

User avatar
vovchik
Posts: 1507
Joined: Tue 24 Oct 2006, 00:02
Location: Ukraine

#2 Post by vovchik »

Dear disciple,

Thanks. I also downloaded the source and compiled. It runs, as did your version, but I see no documentation on the site. Do you have any idea how to use this thing for, for example, scripting?

With kind regards,
vovchik

disciple
Posts: 6984
Joined: Sun 21 May 2006, 01:46
Location: Auckland, New Zealand

#3 Post by disciple »

Hi. I can't help with that sorry.

I actually got it to use with plowshare because I was too lazy to install spidermonkey. But most plowshare modules don't need a javascript interpreter so I haven't yet confirmed that it works for this :)
Do you know a good gtkdialog program? Please post a link here

Classic Puppy quotes

ROOT FOREVER
GTK2 FOREVER

Post Reply