JNJ: J in Janet #779
subsetpark
started this conversation in
Show and tell
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
JNJ provides bindings to the J language to be used in Janet code.
J is a powerful array programming language in the APL lineage. It has a few
features that might make it useful to expose from within a more
general-purpose language:
mathematical procedures
JNJ is a library which provides functions to execute commands in the J language. It offers a high-level interface suitable for conveniently and cleanly executing J code with Janet datatypes and returning the results back to Janet to work with. It also offers low-level primitives that offer more direct control over interactions with the J engine.
You can get it here: https://git.sr.ht/~subsetpark/jnj
Beta Was this translation helpful? Give feedback.
All reactions