Re: A modern programming language for FreeBSD: Swift

From: Konstantin Belousov <kostikbel_at_gmail.com>
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?