Main > Programming > Libraries >

Inline-API 0.44

Inline-API 0.44

Sponsored Links

Inline-API 0.44 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.089 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 527
Date added: 2007-06-16
Publisher: Brian Ingerson

Inline-API 0.44 description

Inline-API is a Perl module that teach you how to bind a programming language to Perl using Inline.pm.

SYNOPSIS

#!/usr/bin/perl

use Inline Foo;
say_it(foo); # Use Foo to print "Hello, Foo"

__Foo__
foo-sub say_it {
foo-my $foo = foo-shift;
foo-print "Hello, $foon";
}

So you think Inline C is pretty cool, but what you really need is for Perl to work with the brand new programming language "Foo". Well youre in luck. Inline.pm has support for adding your own Inline Language Support Module (ILSM), like Inline::Foo.

Inline has always been intended to work with lots of different programming languages. Many of the details can be shared between implementations, so that Inline::Java has a similar interface to Inline::ASM. All of the common code is in Inline.pm.

Language specific modules like Inline::Python are subclasses of Inline.pm. They can inherit as much of the common behaviour as they want, and provide specific behaviour of their own. This usually comes in the form of Configuration Options and language specific compilation.

The Inline C support is probably the best boilerplate to copy from. Since version 0.30 all C support was isolated into the module Inline::C and the parsing grammar is further broken out into Inline::C::grammar. All of these components come with the Inline distribution.

This POD gives you all the details you need for implementing an ILSM. For further assistance, contact inline@perl.org See "SEE ALSO" below.
Well examine the joke language Inline::Foo which is distributed with Inline. It actually is a full functioning ILSM. I use it in Inlines test harness to test base Inline functionality. It is very short, and can help you get your head wrapped around the Inline API.

Inline-API 0.44 Screenshot

Advertisements

Inline-API 0.44 Keywords

Bookmark Inline-API 0.44

Hyperlink code:
Link for forum:

Inline-API 0.44 Copyright

WareSeeker periodically updates pricing and software information of Inline-API 0.44 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Inline-API 0.44 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Inline-Support is a Perl module created to support information for Inline.pm and related modules. Free Download
Inline::C is a Perl module that can Write Perl Subroutines in C. Free Download
Inline::CPR is C Perl Run. Free Download
Inline::Java lets you write Perl classes in Java and wrap/use existing Java classes. Free Download
Inline::Filters Perl module contains common source code filters for Inline Modules. Free Download
Inline::Ruby module can help you write Perl subroutines and classes in Ruby. Free Download
DBD-InterBase is a Perl-DBI driver for the Firebird and InterBase Databases, written using the InterBase C API. Free Download
Inline::Select contains dynamic selection of ILSM for a package. Free Download