fupio

Fupio is the easiest way to share online Learn more »

Join Fupio
Lobsters: Newest Comments

Lobsters: Newest Comments

Note that a lot of the nice libraries that used to be separate are now part of the spork library collection, e.g. https://janet-lang.org/spork/api/sh-dsl.html instead of the sh library the older Janet book recommends in https://janet.guide/scripting/. There's also a spork version of the cmd library that chapter recommends (forget the exact name).
(Oh, you should look at https://janet.guide/ if you haven't yet, just remember that some library references are out of date, and the newer versions have slightly different APIs. Asking an AI might be a good way to sort it out)
For packaging, they are also trying to migrate from jpm to janet-pm that's also a part of spork, https://janet-lang.org/spork/api/pm.html. It's woefully under-documented, but fortunately spork now has most of the stuff I was interested in. Installing spork itself is documented in https://github.com/janet-lang/spork#installation. Installing spork is also a prerequisite for using the new package manager :).
https://lobste.rs/c/ogovqd

Comments