Cajuscript
This is the engine of the CajuScript with parser, interpreter, compiler and executor. It is very fast scripting language for the JVM, compiles to binary class, and customization are supported.
Install / Use
/learn @cajuscript/CajuscriptREADME
CajuScript
Fast scripting language for the JVM, compiles to binary class, and full customizable.
Documentation
Compilation
mvn compile
Build
mvn package
Run the Console
java -cp target/cajuscript-0.5.jar org.cajuscript.irc.CajuConsole
Then execute this sample code:
sayHello = true
sayHello ?
System.out.println('Hello world!')
?
count = 0
count < 5 @
System.out.println('Loop '+ count)
count += 1
@
Run File
Sample code file as source.cj:
sayHello = true
sayHello ?
System.out.println('Hello world!')
?
count = 0
count < 5 @
System.out.println('Loop '+ count)
count += 1
@
Then execute the file:
java -jar target/cajuscript-0.5.jar source.cj

Old Repository
With legacy versions here:
- https://code.google.com/archive/p/cajuscript/
Related Skills
openhue
344.1kControl Philips Hue lights and scenes via the OpenHue CLI.
sag
344.1kElevenLabs text-to-speech with mac-style say UX.
weather
344.1kGet current weather and forecasts via wttr.in or Open-Meteo
tweakcc
1.5kCustomize Claude Code's system prompts, create custom toolsets, input pattern highlighters, themes/thinking verbs/spinners, customize input box & user message styling, support AGENTS.md, unlock private/unreleased features, and much more. Supports both native/npm installs on all platforms.
