Re: [Thought experiment] Bringing swift into an experimental branch?
Date: Tue, 17 Jun 2025 12:12:32 UTC
On Tue, 17 Jun 2025 08:02:08 +0200 Borja Marcos <borjam@sarenet.es> wrote: > > On 17 Jun 2025, at 00:37, Rozhuk Ivan <rozhuk.im@gmail.com> wrote: > > > > No modern language required, even C++ is to complex to learn it. > > C just works, like it work 30-40 years ago. > > All can be done on C. > > Well, if counting bytes is your thing, yes, everything can be done in > C. The fact that using a systems programming language for > applications is a bad idea has been proven beyond doubt. ;) > > The problem is language stability as Jordan pointed out. I remember I > said something similar about Rust. > "systems programming language" - does not exist. OS have no complex applications, even assembler can be used, Colibry OS as example.