Page 1 of 1

[Tool] slimline

Posted: Sun Nov 18, 2007 2:19 pm
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")

Posted: Sun Nov 18, 2007 3:13 pm
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...

Posted: Sun Nov 18, 2007 8:12 pm
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,