Although you would probably need to do some sandboxing or else
somereworking, you might check out
showmetheshell,https://github.com/vti/showmetheshell
Its a lightweight, perl-driven, browser based terminal!

If you change the line

      PocketIO->new(instance => Handler->new(cmd => '/bin/bash'));

to

      PocketIO->new(instance => Handler->new(cmd => 'pdl'));

The browser terminal starts up with a new pdl prompt and everything.
One really just needs to look into the sandboxing at that point.

Cheers,
Joel
On Thu, Dec 29, 2011 at 6:08 PM, Puneet Kishor <[email protected]> wrote:
> something like http://tryruby.org/levels/1/challenges/0 for perldl shell 
> would be sooooo... cool.
>
>
> --
> Puneet Kishor
>
>
> _______________________________________________
> Perldl mailing list
> [email protected]
> http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to