Lachlan O'Dealachlan.hashnode.dev·Feb 6, 2024scala-uv v0.0.2I've published v0.0.2 of scala-uv, "Artisanal, handcrafted Scala Native bindings for libuv". Documentation There's now some API docs, with links to the corresponding libuv docs for each function. The readme also now has details about how scala-uv rep...Discuss·88 readsScala
Lachlan O'Dealachlan.hashnode.dev·Jan 7, 2024Using a C library from Scala NativeI've recently been experimenting with Scala Native. The goal I've been working towards is to make the libuv library usable from Scala Native. libuv is a C library for asynchronous I/O that is at the core of Node.js. There is a lot of work left to be ...Discuss·190 readsscala-native