The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

PNI::Guides::FAQ

What is PNI?

PNI stands for Perl Node Interface. It is a node based visual programming language, so it permits you to build programs graphically even if you are not a programmer.

Which is PNI target?

PNI could be used for really every purpouse, but, the main target is genetic researchers which are not full time programmers and need to use Perl to do their job. If one day one person will get well from a genetic disease thanks to PNI, it will be the greatest satisfaction for my work.

Does PNI run on my OS?

Yes, probably! Check out this report.

What are nodes and edges?

Consider a node just like a lego block of code that you can wire with other nodes using edges. This allow you to rapidly create a program.

Is it possible to extend PNI?

Yes, even if you are a begginer Perl programmer it is easy to extend PNI writing new nodes.