- WikiEngine is written in PnutsLanguage, a scripting language based on Java.
- the PnutsWiki is at http://pnuts.org/wiki/
Currently PnutsWiki works with the latest development snapshot of Pnuts. You can download Pnuts and PnutsWiki from http://pnuts.org/snapshot/. -- ToyokazuTomatsu
PnutsWiki is built upon Servlet API 2.2 (or higher). Unlike other ServletBasedWiki, it doesn't need to compile the code (script) for PnutsWiki; the code is compiled on the fly and cached. In addition, PnutsWiki makes use of regular expression to format text.
-- ToyokazuTomatsu