← Package directory
Available on winget

Install Janet

Janet is a functional and imperative programming language

Install with winget
winget install --id JanetLang.Janet
Upgrade
winget upgrade --id JanetLang.Janet
Uninstall
winget uninstall --id JanetLang.Janet

About Janet

Janet is a functional and imperative programming language

What's new in 1.41.2

There were some last-minute issues in the release of 1.41.1, namely a regression in out-of-bounds buffer and array indexing. This release fixes those issues. Thank you for your patience! What's Changed - Use snprintf instead of sprintf - sequel by @sogaiu in #1713 - Initialize memory allocated by put by @edsrzf in #1715 Full Changelog: v1.41.1...v1.41.2

Read release notes

Version history

Version Updated Notes
1.41.2 Unknown There were some last-minute issues in the release of 1.41.1, namely a regression in out-of-bounds buffer and array indexing. This release fixes those issues. Thank you for your patience! What's Changed - Use snprintf ins...
1.38.0 Unknown What's Changed - file/open: check if directory by @strangepete in #1532 - Add ev/to-file for synchronous resource operations by @pyrmont in #1533 - Support dedenting long-strings with Windows EOLs by @pyrmont in #1534 -...
1.37.1 Unknown What's Changed - Add some detail to signal docstring by @sogaiu in #1506 - Replace gitter badge with zulip one by @sogaiu in #1510 - Mention nth and only-tags in changelog by @sogaiu in #1513 - Clarify installation info...
1.33.0 Unknown What's Changed - Add more + and * keywords to default-peg-grammar by @sogaiu in #1313 - Use libc strlen in janet_buffer_push_cstring by @williewillus in #1314 - net/ev: Cleaned up unused NetStateConnect, fixed janet_asyn...
1.27.0 Unknown No notes