Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] Parrot (mod_parrot) support in FreeSWITCH


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
diego.viola at gmail.com
Guest





PostPosted: Fri Jun 12, 2009 7:51 pm    Post subject: [Freeswitch-users] Parrot (mod_parrot) support in FreeSWITCH Reply with quote

Hi everyone,

I just found this project which seems to be a new VM for running languages... the parrot project aims to create a virtual machine for Perl 6 and other dynamic languages. You can take a look at it here:

http://www.parrot.org/

It already supports many different languages:

http://www.parrot.org/languages

And it has a Apache module:

http://www.parrot.org/mod_parrot

I wonder that makes it embeddable... would it be possible to create a mod_parrot for FreeSWITCH?

Please take this only as a feedback and not as anything else.

Diego
Back to top
diego.viola at gmail.com
Guest





PostPosted: Fri Jun 12, 2009 7:54 pm    Post subject: [Freeswitch-users] Parrot (mod_parrot) support in FreeSWITCH Reply with quote

Here mercutioviz gave me some interesting info about Parrot.

20:47 <@mercutioviz> diegoviola: parrot isn't tied specifically to perl 6 but it is an offshoot of the perl 6 effort
20:47 <@mercutioviz> they were smart to break apart the big project into two separate projects
20:47 <@mercutioviz> parrot is strictly a virtual machine
20:48 <@mercutioviz> perl 6 is strictly a definition of a scripting language
20:48 <@mercutioviz> that lets people port all sorts of stuff to parrot without tripping over perl 6
20:49 <@mercutioviz> it also creates freakish possibilities, like calling perl library functions from a python script

Regards,

Diego

On Fri, Jun 12, 2009 at 8:50 PM, Diego Viola <diego.viola@gmail.com (diego.viola@gmail.com)> wrote:
Quote:
Hi everyone,

I just found this project which seems to be a new VM for running languages... the parrot project aims to create a virtual machine for Perl 6 and other dynamic languages. You can take a look at it here:

http://www.parrot.org/

It already supports many different languages:

http://www.parrot.org/languages

And it has a Apache module:

http://www.parrot.org/mod_parrot

I wonder that makes it embeddable... would it be possible to create a mod_parrot for FreeSWITCH?

Please take this only as a feedback and not as anything else.

Diego

Back to top
diego.viola at gmail.com
Guest





PostPosted: Fri Jun 12, 2009 8:10 pm    Post subject: [Freeswitch-users] Parrot (mod_parrot) support in FreeSWITCH Reply with quote

They seem to have an embedding API here.

http://docs.parrot.org/parrot/latest/html/docs/pdds/draft/pdd10_embedding.pod.html

Since FreeSWITCH already uses PCRE, it would be cool if there is Parrot support also.

Diego

On Fri, Jun 12, 2009 at 8:53 PM, Diego Viola <diego.viola@gmail.com (diego.viola@gmail.com)> wrote:
Quote:
Here mercutioviz gave me some interesting info about Parrot.

20:47 <@mercutioviz> diegoviola: parrot isn't tied specifically to perl 6 but it is an offshoot of the perl 6 effort
20:47 <@mercutioviz> they were smart to break apart the big project into two separate projects
20:47 <@mercutioviz> parrot is strictly a virtual machine
20:48 <@mercutioviz> perl 6 is strictly a definition of a scripting language
20:48 <@mercutioviz> that lets people port all sorts of stuff to parrot without tripping over perl 6
20:49 <@mercutioviz> it also creates freakish possibilities, like calling perl library functions from a python script

Regards,

Diego


On Fri, Jun 12, 2009 at 8:50 PM, Diego Viola <diego.viola@gmail.com (diego.viola@gmail.com)> wrote:
Quote:
Hi everyone,

I just found this project which seems to be a new VM for running languages... the parrot project aims to create a virtual machine for Perl 6 and other dynamic languages. You can take a look at it here:

http://www.parrot.org/

It already supports many different languages:

http://www.parrot.org/languages

And it has a Apache module:

http://www.parrot.org/mod_parrot

I wonder that makes it embeddable... would it be possible to create a mod_parrot for FreeSWITCH?

Please take this only as a feedback and not as anything else.

Diego





Back to top
jason at jasonjgw.net
Guest





PostPosted: Fri Jun 12, 2009 8:15 pm    Post subject: [Freeswitch-users] Parrot (mod_parrot) support in FreeSWITCH Reply with quote

Diego Viola <diego.viola@gmail.com> wrote:

Quote:
Since FreeSWITCH already uses PCRE, it would be cool if there is Parrot
support also.

Are you offering to write it?


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
diego.viola at gmail.com
Guest





PostPosted: Fri Jun 12, 2009 8:18 pm    Post subject: [Freeswitch-users] Parrot (mod_parrot) support in FreeSWITCH Reply with quote

No, I'm not a C programmer, just offering the idea (feedback).

On Fri, Jun 12, 2009 at 9:15 PM, Jason White <jason@jasonjgw.net (jason@jasonjgw.net)> wrote:
Quote:
Diego Viola <diego.viola@gmail.com (diego.viola@gmail.com)> wrote:


Quote:
Since FreeSWITCH already uses PCRE, it would be cool if there is Parrot
support also.


Are you offering to write it?


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
diego.viola at gmail.com
Guest





PostPosted: Fri Jun 12, 2009 8:20 pm    Post subject: [Freeswitch-users] Parrot (mod_parrot) support in FreeSWITCH Reply with quote

Could I add a bounty?

On Fri, Jun 12, 2009 at 9:17 PM, Diego Viola <diego.viola@gmail.com (diego.viola@gmail.com)> wrote:
Quote:
No, I'm not a C programmer, just offering the idea (feedback).


On Fri, Jun 12, 2009 at 9:15 PM, Jason White <jason@jasonjgw.net (jason@jasonjgw.net)> wrote:
Quote:
Diego Viola <diego.viola@gmail.com (diego.viola@gmail.com)> wrote:


Quote:
Since FreeSWITCH already uses PCRE, it would be cool if there is Parrot
support also.


Are you offering to write it?


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org




Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services