★ wanayoo — archive 1999 http://pnuts.dev.java.net/Nouvelle recherche | Portail wanayoo
My pages Projects
 

Project home

If you were registered and logged in, you could join this project.

Summary A scripting language on JVM
Categories None
License Sun Public License (SPL)
Owner(s) tomatsu

Description

Pnuts is a script language for Java environment. It enables interaction with Java environment, simple Web scripting, customization for Java programs, and so on.

  • Simple and clean syntax
  • Interactive interpreter
  • Extensible through its module system
  • Customizable and embeddable through Pnuts API
  • Dynamic/static translation to JVM bytecode
  • One of the fastest scripting language implemenations on JVM
  • Inherits many advantages of Java (security, portability, etc.)

Getting the Software

The latest development snapshot has been regularly uploaded to: http://pnuts.org/snapshot/latest/. Probably it is going to move to this site, though we have not decided to use CVS as a configuration management tool.

The previous version is available here, which is distributed under different license.

Sample Code & Benchmark

Pnuts version of The Great Computer Language Shootout is here.

How to contribute

Any contributions are welcome! Please join dev@dev.pnuts.java.net and let us know what you can do to help.