Releases: kerabromsmu/caret-lang
Release list
Caret 0.3.1
Caret 0.3.1
Built from commit 0432904f2c074feafb2998e763dcb0ca94b9734c at 2026-09-21T15:07:52Z.
Requires Java 21. Download and extract either archive, then run:
bin/caret program.caret — run a Caret program
bin/caret — start the interactive REPL
bin/caret test tests.caret — run a Caret-native test file
On Windows, use bin\caret.bat instead. README, LICENSE, NOTICE, and runnable examples are included in the archive.
Java hosts can download caret-java-sdk-0.3.1.zip. It contains the embedding library,
generated API documentation, and a standalone example. After extraction:
javac --module-path lib --add-modules caret.embedding -d classes examples/EmbeddingExample.java
java --module-path lib --add-modules caret.embedding -cp classes caretlang.examples.EmbeddingExample examples/embedding.caret
Caret 0.3.0
Caret 0.3.0
Built from commit 72091d563a4026aa16d651031ff20be47f5f6b2c at 2026-09-17T11:46:30Z.
Requires Java 21. Download and extract either archive, then run:
bin/caret program.caret — run a Caret program
bin/caret — start the interactive REPL
bin/caret test tests.caret — run a Caret-native test file
On Windows, use bin\caret.bat instead. README, LICENSE, NOTICE, and runnable examples are included in the archive.
Java hosts can download caret-java-sdk-0.3.0.zip. It contains the embedding library,
generated API documentation, and a standalone example. After extraction:
javac --module-path lib --add-modules caret.embedding -d classes examples/EmbeddingExample.java
java --module-path lib --add-modules caret.embedding -cp classes caretlang.examples.EmbeddingExample examples/embedding.caret
Caret 0.2.1
Caret 0.2.1
Built from commit 536fae159d5905c112c5d3f4e6e43959079f829d at 2026-09-01T22:41:43Z.
Requires Java 21. Download and extract either archive, then run:
bin/caret program.caret — run a Caret program
bin/caret — start the interactive REPL
bin/caret test tests.caret — run a Caret-native test file
On Windows, use bin\caret.bat instead. README, LICENSE, NOTICE, and runnable examples are included in the archive.
Java hosts can download caret-java-sdk-0.2.1.zip. It contains the embedding library,
generated API documentation, and a standalone example. After extraction:
javac --module-path lib --add-modules caret.embedding -d classes examples/EmbeddingExample.java
java --module-path lib --add-modules caret.embedding -cp classes caretlang.examples.EmbeddingExample examples/embedding.caret
Caret 0.2.0
Caret 0.2.0
Built from commit 8426907c9cc776c8960ee281adaa9f5c3f26aa93 at 2026-09-01T14:51:46Z.
Requires Java 21. Download and extract either archive, then run:
bin/caret program.caret — run a Caret program
bin/caret — start the interactive REPL
bin/caret test tests.caret — run a Caret-native test file
On Windows, use bin\caret.bat instead. README, LICENSE, NOTICE, and runnable examples are included in the archive.
Caret 0.1.1
Caret 0.1.1
Built from commit 2ec9019477d3655edda4ccf46281ccb2c6570042 at 2026-08-30T23:23:50Z.
Requires Java 21. Download and extract either archive, then run:
bin/caret program.caret — run a Caret program
bin/caret — start the interactive REPL
bin/caret test tests.caret — run a Caret-native test file
On Windows, use bin\caret.bat instead. README, LICENSE, NOTICE, and runnable examples are included in the archive.
Caret 0.1.0
Caret 0.1.0
Built from commit 992887608eaa85d1eabc495681c926271897cecc at 2026-08-30T23:08:01Z.
Requires Java 21. Download and extract either archive, then run:
bin/caret program.caret — run a Caret program
bin/caret — start the interactive REPL
bin/caret test tests.caret — run a Caret-native test file
On Windows, use bin\caret.bat instead. README, LICENSE, NOTICE, and runnable examples are included in the archive.
Caret main snapshot (0.1.0)
Caret 0.1.0
Built from commit 992887608eaa85d1eabc495681c926271897cecc at 2026-08-30T23:08:01Z.
Requires Java 21. Download and extract either archive, then run:
bin/caret program.caret — run a Caret program
bin/caret — start the interactive REPL
bin/caret test tests.caret — run a Caret-native test file
On Windows, use bin\caret.bat instead. README, LICENSE, NOTICE, and runnable examples are included in the archive.