Excerpts from Thaddeus Woskowiak's message of October 4, 2024 3:12 am:
> There's also Nim. Kinda like a Python that compiles to C or other languages
> like JavaScript. Might be the easy to port.
Nim is easy to port but to get the stock memory management to work
it needs a C99 compiler, which is no
Fixes are appreciated, spamming this list with execssive bug
reports is not.
--
9fans: 9fans
Permalink:
https://9fans.topicbox.com/groups/9fans/Tf973120ebf6f0710-M3d83efb98646e19bfc4a56e9
Delivery options: https://9fans.topicbox.com/groups/9fans/subscriptio
Fixing bugs would be a better outlet for your autism then
complaining to disinterested strangers.
Excerpts from kalter...@gmail.com's message of October 1, 2024 1:09 pm:
> Then write code without bugs ;)
--
9fans: 9fans
Permalink:
https://9fans.topicbox.co
On Sunday, February 3, 2019 3:32:30 PM CET, Mayuresh Kathe wrote:
is there a port of "libgit2" available?
Libgit2 *is not* portable. They use mmap everywhere for I/O, which breaks
for 9P or NFS.
https://github.com/libgit2/libgit2/blob/635693d3bc55770ec7a6640ba3f2f0ee434a6042/src/indexer.c#L597
I don't think you can find better than u9fs for unix.
I've tried to use diod once or twice, but it is some weird overengineered
linux shit.
Emery
On Saturday, September 1, 2018 3:33:54 PM CEST, Lucio De Re wrote:
On 9/1/18, Rui Carmo wrote:
I myself have similar needs and recently bookmarked