- 1. General Questions
What's Pnuts?Java Programming Skill is required?What are the requirements to use Pnuts?How Pnuts relate to the products of JavaSoft?Can I use Pnuts in my commercial products?- 2. Technical Questions
What's the advantage?How fast can Pnuts runWhy use different syntax than Java ?Can I convert a Pnuts script to Java source code or compile it to bytecode?How do I define Java classes?How do I use regular expression like in Perl?
Existing scripting language systems ported to Java must have duplicated object models because they have to keep the compatibility. When such a scripting system is embedded into an application, the programmer has to wrap/unwrap the two types of objects, which degrade the readability and the performance at the same time.