Re: [9fans] V Programming Language (vlang)

2024-10-04 Thread Emery Hemingway
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

Re: [9fans] Bug: Acme: very long lines scroll by one character

2024-10-01 Thread Emery Hemingway
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

Re: [9fans] Bug: Acme: very long lines scroll by one character

2024-10-01 Thread Emery Hemingway
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

Re: [9fans] any git client?

2019-02-05 Thread Emery Hemingway
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

Re: [9fans] 9P or better file services for multiple platforms

2018-09-01 Thread Emery Hemingway
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