Skip to content

Releases: kerabromsmu/caret-lang

Caret 0.3.1

Choose a tag to compare

@github-actions github-actions released this 21 Sep 15:07
Immutable release. Only release title and notes can be modified.
0432904

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

Choose a tag to compare

@github-actions github-actions released this 17 Sep 11:46
Immutable release. Only release title and notes can be modified.
72091d5

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

Choose a tag to compare

@github-actions github-actions released this 01 Sep 22:41
Immutable release. Only release title and notes can be modified.
536fae1

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

Choose a tag to compare

@github-actions github-actions released this 01 Sep 14:51
Immutable release. Only release title and notes can be modified.
8426907

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

Choose a tag to compare

@github-actions github-actions released this 30 Aug 23:23
Immutable release. Only release title and notes can be modified.
2ec9019

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

Choose a tag to compare

@github-actions github-actions released this 30 Aug 23:08
Immutable release. Only release title and notes can be modified.
9928876

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)

Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Aug 23:08
Immutable release. Only release title and notes can be modified.
9928876

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.