Re: git going rust

2025-09-09 Thread Alin Jerpelea
Hi Greg, Thanks for sharing Best regards Alin On Tue, 9 Sept 2025, 02:51 Tomek CEDRO, wrote: > Thanks Greg :-) > > Just ordered "Unix: A History and Memoir" :-) The "C Programming > Language" I already have (1st ed) :-) > > Here is another nice interview with Brian :-) > > https://www.youtube.

Re: git going rust

2025-09-08 Thread Gregory Nutt
Also a good read: UNIX: A History and a Memoir

Re: git going rust

2025-09-08 Thread Tomek CEDRO
On Mon, Sep 8, 2025 at 3:03 PM Carlos Sanchez wrote: > (..) > Brian Kernighan said the same quite recently, at VCE > https://thenewstack.io/unix-co-creator-brian-kernighan-on-rust-distros-and-nixos/ The full amazing recording of "VCF East: UNIX: A History and a Memoir by Brian Kernighan": https:

Re: git going rust

2025-09-08 Thread Alan C. Assis
> > > Brian Kernighan said the same quite recently, at VCE > > https://thenewstack.io/unix-co-creator-brian-kernighan-on-rust-distros-and-nixos/ > > Alan, do you have the link to Ken's presentation? From what I find, he is > usually placed on the "supporting Rust" side due to his famous "invisible"

Re: git going rust

2025-09-08 Thread Carlos Sanchez
> Few days ago I saw a Ken Thompson presentation where someone asked him if > Rust will replace C. > Brian Kernighan said the same quite recently, at VCE https://thenewstack.io/unix-co-creator-brian-kernighan-on-rust-distros-and-nixos/ Alan, do you have the link to Ken's presentation? From what I

Re: git going rust

2025-09-07 Thread Kenneth Pettit
On 9/6/25 6:41 AM, Alan C. Assis wrote: I don't know if Rust will end up replacing C, but I think we will need to learn it soon or later. I vote later.  :) Ken

Re: git going rust

2025-09-07 Thread Michal Lenc
Yeah, I understand people might not like it, and I respect that. I would also encourage support it in NuttX. There already is a limited Rust support in NuttX, see https://nuttx.apache.org/docs/latest/guides/rust.html. Personally, I'm absolutely fine with it as long as it stays away from the ke

Re: git going rust

2025-09-07 Thread Alan C. Assis
Hahaha, always clever comments !!! Miss you Ken! I hope you are doing well !!! BR, Alan On Sat, Sep 6, 2025 at 10:51 AM Kenneth Pettit wrote: > On 9/6/25 6:41 AM, Alan C. Assis wrote: > > I don't know if Rust will end up replacing C, but I think we will need to > > learn it soon or later. > >

Re: git going rust

2025-09-07 Thread Tomek CEDRO
On Sun, Sep 7, 2025, 11:55 Michal Lenc wrote: > > Yeah, I understand people might not like it, and I respect that. I > > would also encourage support it in NuttX. > > There already is a limited Rust support in NuttX, see > https://nuttx.apache.org/docs/latest/guides/rust.html. Personally, I'm > a

Re: git going rust

2025-09-07 Thread Tomek CEDRO
1. its not stable in terms of api thus moving target thus self-compatibility problems. 2. rust does not have as big coverage as c thus not all platforms are tier1 support (i.e. bsd) thus some platforms are excluded. 3. rust requires long time of tool build before you can build something in rust.

Re: git going rust

2025-09-06 Thread Ludovic Vanasse
Yeah, I understand people might not like it, and I respect that. I would also encourage support it in NuttX. Ludovic Vanasse ludovicvana...@gmail.com On Sat, Sep 6, 2025 at 11:11 AM Matteo Golin wrote: > I honestly don't think it's terrible. I really like how explicit you can be > when definin

Re: git going rust

2025-09-06 Thread Michał Łyszczek
On 2025-09-06 11:11:03, Matteo Golin wrote: > I honestly don't think it's terrible. Rust is good idea but with terrible execution. Which results in code being safely unreadable ;) signature.asc Description: PGP signature

Re: git going rust

2025-09-06 Thread Matteo Golin
I honestly don't think it's terrible. I really like how explicit you can be when defining interfaces in Rust. However, I will say that I prefer C. It's stable, ubiquitous and very simple. When I've written Rust I also find there are so many functions/helpers to remember. There are sometimes so many

Re: git going rust

2025-09-06 Thread Alan C. Assis
Hi Štěpán Pressl, Because Nathan is a subversion contributor/developer, hehehe :-) Few days ago I saw a Ken Thompson presentation where someone asked him if Rust will replace C. He said he tried to develop a program in Rust and had difficulties to get it working, then sometime later with it trie

Re: git going rust

2025-09-06 Thread Štěpán Pressl
What's wrong with git in rust? Also, I shouldn't email it here explicitly in the Apache's mailing list, but for the love of god, why SVN? :-) On Sat, Sep 6, 2025 at 3:58 AM Nathan Hartman wrote: > On Fri, Sep 5, 2025 at 5:51 PM Tomek CEDRO wrote: > > > > > > https://lore.kernel.org/git/20250904

Re: git going rust

2025-09-05 Thread Nathan Hartman
On Fri, Sep 5, 2025 at 5:51 PM Tomek CEDRO wrote: > > https://lore.kernel.org/git/20250904-b4-pks-rust-breaking-change-v1-0-3af1d25e0...@pks.im/T/#t > > :-( > > -- > CeDeROM, SQ7MHZ, http://www.tomek.cedro.info > There's an easy fix for that. Just switch to Subversion ;-)