Perlbox: A Unix Desktop Written in Perl
cascadefx writes "It appears that this programmer has created an Open Sourced Unix Desktop, PerlBox, written in Perl and Tk. I found this posted in response to an article on Perl Monks asking if Perl was obsessed with CGI?. Apparently not. Check it out, it looks pretty interesting." I wonder how fast it runs?
See Gtk, Gnome, Tk, Qt and Wx CPAN distros.
~shiny
WILL HACK FOR $$$
Modules to play with and more info about it:
~shiny
WILL HACK FOR $$$
See Wx.
~shiny
WILL HACK FOR $$$
You haven't checked out Wx. It's a Perl module for using wxWindows:
See the wxWindows supported platforms.
~shiny
WILL HACK FOR $$$
You can already create your own window managers in perl. Perlwm comes with what you need. I have a feeling you're not talking about creating window managers, but simply GUI apps. Not sure why you'd create a WM in XUL. For creating RAD GUI apps, you can use one of the GUI builders for Tk, Qt, or GTK+ (among others, probably) and create a GUI for perl.
Working toward a usable PDA environment in the spirit of Newton OS: Dynapad
> Don't Perl scripts get compiled every time they are run?
Yes, but it's compiled into an internal bytecode format, not an executable binary.
In this sense it's more like Java -> Bytecode -> JVM (hence Perl -> Bytecode -> PVM) than, say, C -> Object code -> Native Binary. Not quite, but near enough.
Python has the same property, as do many otherwise interpreted languages. Parrot (the engine Perl 6 will use) is also bytecode based, and probably has more in common with a Java VM, in that it impliments a sort of dynamic-language CPU with registers and instructions, rather than just a tree of tokens the interpreter can easily walk along.
Something really funky is going on. I type in www.perlbox.org, and the page that loads up is www.camelotnaturals.com
What the hell?
If tits were wings it'd be flying around.