Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Parrot on Mac OS
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Joshua Juran  
View profile  
 More options Jun 2 2005, 8:19 am
Newsgroups: perl.perl6.internals
From: jju...@gmail.com (Joshua Juran)
Date: Thu, 2 Jun 2005 08:19:25 -0400
Local: Thurs, Jun 2 2005 8:19 am
Subject: Parrot on Mac OS
Hello,

On a nostalgic lark I searched Google for "Perl Python Parrot" and was
astonished (and excited) to discover the Parrot project.

The Parrot FAQ states that Parrot must run on all platforms on which
Perl 5 runs, including classic Mac OS.  I've been implementing a
POSIX-like environment for Mac OS (unfortunately named LAMP) that given
sufficient development could provide or mimic most POSIX facilities.  
LAMP's kernel (named Genie) is a regular Mac application that doesn't
do anything weird like futz around with the virtual memory system,
which while true means that fork() is absolutely impossible, since all
processes share the same address space and therefore process images
can't be copied (though vfork() can be managed with either a longjmp()
hack or a change in semantics).  I hope this isn't a showstopper.  If
Parrot's process contexts can be duplicated, then scripts can be made
to fork even though parrot itself can't.

Genie more or less supports multiprogramming, signals, blocking I/O,
and polymorphic file descriptors including pipes and sockets.  Programs
are built as CFM plugins (dynamically loaded shared libraries), and
each process runs in its own Mac OS thread.  Implementing threads and
dynloading *within* a Genie process shouldn't be too hard.  So,
contrary to MacPerl's approach of being a Mac application, I'm
suggesting that parrot simply target a pseudo-POSIX layer and punt the
Mac-specific details.

In case it's of interest, I also have Mac OS X, Linux/i386, and
Linux/m68k systems.

Josh


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »