Re: A modern programming language for FreeBSD: Swift
- Reply: Jordan Gordeev : "Re: A modern programming language for FreeBSD: Swift"
- Reply: Julian Elischer : "Re: [maybe spam] Re: A modern programming language for FreeBSD: Swift"
- In reply to: Jordan Gordeev : "A modern programming language for FreeBSD: Swift"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 14 Jun 2025 14:06:29 UTC
On Sat, Jun 14, 2025 at 01:06:40PM +0000, Jordan Gordeev wrote: > * support for dynamic linking (incl. to libc for isolating generated code from changes to the userland–kernel interface) What specifically do you mean there? Does swift run over the C runtime, or like Go, it implements its own runtime directly interacting with kernel syscalls?