New module Inline::CPR

2000-12-01 Thread Perl Authors Upload Server
The next version of the Module List will list the following module: modid: Inline::CPR DSLI:adpO description: Simple way to embed Perl in C ala Inline userid: INGY (Brian Ingerson) chapterid:2 (Perl_Core_Modules) enteredby: ANDK (Andreas J. König) enteredon

RFC for new module Inline::CPR

2000-11-30 Thread Brian Ingerson
Inline.pm makes it easy to *extend* Perl with C. But what about embedding Perl in C? As I thought about this problem I came up with an entirely new programming language: CPR (C Perl Run). CPR is just like C except that you have access to the entire internals of Perl using either the Perl5 API, or