[Tool] slimline

Guiserver, GTK-server, OpenGL, PostScript,
HTML 5, MIDI, IDE
Locked
newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

[Tool] slimline

Post by newdep »

An old one, but not left alown, is my script slimline.lsp
here is a GS version of the script and slightly modified for use and behavior.

Enjoy.

(load "http://www.nodep.nl/downloads/newlisp/slimline.lsp")
-- (define? (Cornflakes))

cormullion
Posts: 2038
Joined: Tue Nov 29, 2005 8:28 pm
Location: latiitude 50N longitude 3W
Contact:

Post by cormullion »

That's nicely done!

I think I used a predecessor of this of yours, when I used to run my newlisp irc-bot on #newlisp. The irc-bot was configured to have a built-in 'eval' function, so you could type in newlisp commands and the irc-bot evaluated them. Obviously I had to restrict access to lots of commands... It was fun - and a bit scary - to watch someone try to break it one day...!

It's a pity that noone uses irc here. It was fun 'talking' to people occasionally...

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

I hope its usefull. I always had an issue with security in newlisp,
this slimline does just a little about it...

Im also trying to build a sandbox around newlisp but eventualy i think
newlisp should have some security settings inside. Just some simple onces
like a "Restricted newlisp" version, which does not allow to skip aout of the
current working directory... (Btw..for people trying to use newlisp inside a
restricted shell enviroment, dont try it..the restricted shell will be bypassed)

a yes the Irc..well its not my kind of chat actualy I like a Irc once in a while
but. Ill try and hookon there at newlisp irc ;-)

Norman,
-- (define? (Cornflakes))

Locked