HI,

I got this mail from the Cocoa-Dev mailing list.

It seems that building Cocoa Applications with Perl is coming to reality...

I tested the Sample App he mentioned for few minutes, it's quite stunning !
After installing the Framework, It lets you access Pod doc in a GUI

In the bundle, that looks like any cocoa app bundle, you will find 3 
perl files
(the main.pl, the model and a controller).

The perl programs start by

use Foundation;
use AppKit;

an look like a normal perl file but with calls to objects name like 
NSOpenPanel,NSWindowController, ...


Very promising.
And the guy needs some feedback

Rija


-------- Original Message --------
Subject: use AppKit;
Date: Wed, 27 Mar 2002 07:07:50 -0500
From: Sherm Pendley <[EMAIL PROTECTED]>
To: Cocoa dev <[EMAIL PROTECTED]>



Howdy all,

I've started a new project called CamelBones. CamelBones is a Perl/Cocoa 
bridge for OS/X.

The framework is alpha-quality but functional, and there is a sample POD 
viewer application implemented entirely in Perl, called ShuX.

I've uploaded some *very* basic documentation, although it isn't showing 
up yet, for some reason. I would guess there's a cache at SourceForge 
that hasn't yet been updated - I'll look into it further if it doesn't 
show up in an hour or two.

The project page is here:

http://www.sourceforge.net/projects/camelbones/

There are two modules in CVS; one for the framework ("CamelBones"), and 
the other for the sample application ("ShuX").

Comments, suggestions, patches, and especially job offers are 
appreciated.

Have the appropriate amount of fun!

sherm--
_______________________________________________
cocoa-dev mailing list | [EMAIL PROTECTED]
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.



Reply via email to