PNI

Perl Node Interface
Download

PNI Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Gianluca Casati
  • Publisher web site:
  • http://search.cpan.org/~fibo/

PNI Tags


PNI Description

Perl Node Interface PNI stands for Perl Node Interface and is a Perl module.SYNOPSIS use PNI ':-D'; # imports node, edge and task my $node = node 'Perlfunc::Print'; $node->get_input('list')->set_data('Hello World !'); $node->get_input('do_print')->set_data(1); task;Developer commentsIt is my main project, my contribution to the great Perl community. Node programming is really interesting since makes possible to realize a program even if you have no idea about programming.Think about genetic researchers, for example. They need to focus on protein chains, not on what is a package. Maybe they can do an extra effort and say the world "variable" or "string" or even "regular expression" and that makes them proud, but they don't care about inheritance.They want things working and they need Perl ... but if you say Strawberry they think about yogurt, not about Windows.There are a lot of node programming languages (VVVV, Puredata, Max/Msp) but normally they target artists and interaction designers. I saw a lot of vjs and musicians do really complex programs with those software, and they never wrote a line of code.This is my effort to provide a node interface that brings Perl power to people who don't know the Perl language. Requirements: · Perl


PNI Related Software