Login | Register
My pages Projects Communities java.net

pnuts
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

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 implementations on JVM
  • Inherits many advantages of Java (security, portability, etc.)
For more information on this project, please refer to the white paper and the Frequently Asked Questions.

Getting the Software

The development snapshot has been regularly updated at: http://pnuts.org/snapshot/latest/.

You can also check out the latest code from a mirror of the subversion repository.

     svn co http://opensvn.csie.org/Pnuts/

Sample Code & Benchmark

We maintain results of our original micro-benchmark tests.

How to contribute

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

Links