Janet 1.35.0
#1458
Replies: 2 comments 5 replies
-
I really like the |
Beta Was this translation helpful? Give feedback.
4 replies
-
Can bundle currently be used instead of jpm to install libraries like circlet and janet-pq that have .c files? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
1.35.0 - 2024-06-15
:only
argument toimport
to allow for easier control over imported bindings.env
argument toeval
andeval-string
.accidentally adding new bindings.
bundle/
module for managing packages within Janet. This should replace the jpm packagingformat eventually and is much simpler and amenable to more complicated builds.
ev/with-lock
,ev/with-rlock
, andev/with-wlock
for using mutexes and rwlocks.with-env
*module-make-env*
dynamic bindingnet/accept-loop
that would sometimes miss connections.New Contributors
Full Changelog: v1.34.0...v1.35.0
This discussion was created from the release Janet 1.35.0.
Beta Was this translation helpful? Give feedback.
All reactions