The Pnuts Project |
|
| Overview |
Pnuts is a scripting language system based on JVM. It is intended to be a part of dual-language system based on Java platform. Some of the features are as follows.
The project has a web page at http://pnuts.dev.java.net/, in which the latest source code and documents are being distributed. |
| Motivation |
Pnuts was originally developed as a testing tool of Java classes in 1997. Since then, Pnuts has been extended, mainly focusing on essential functionalities required for Java-based scripting engine, such as module system, bytecode compiler, and so on. Since around 2002, effort on Web scripting has been made. Java platform already has JSP based solutions. However, it is well known that there are many Web application developers who are not Java developers. JSP-based solutions seem to be too difficult to learn for them, so they typically stick with PHP or other technologies. One of the goals is to provide a scripting environment for those who are not serious Java programmers and to allow them to enjoy the benefits of Java platform. |
| Advantages |
|
| User Experiences |
|