Re: [9fans] Re: 9Front and The Future of Platform Support

2025-04-01 Thread Roberto E. Vargas Caballero
On Tue, Apr 01, 2025 at 12:33:47PM -0400, o...@eigenstate.org wrote: > Quoth Roman Belenov : > > Why not Alpha? Or it's never-released-for-some-reason successor Iota? > > Too niche, obviously. I have an alpha computer! No alpha support no hackathon!! -

[9fans] Very old bug in db(1)

2015-03-18 Thread Roberto E. Vargas Caballero
I was doing some experiments with db(1), when I tried something like: main:b *argv/X and it gave me an error. I debugged it and I found that is a bug in the code due to a mix between char* and Rune*. I have created a patch in sources with the name unicode-db. The funny thing is this error must b

Re: [9fans] whence kenc for linux?

2015-03-10 Thread Roberto E. Vargas Caballero
>> Where's the right place to find kenc for Linux? > > https://code.google.com/p/ken-cc/ I found easier to take it from the go distribution