> Have you come across any examples of any other languages which have tried this approach, successfully or otherwise? I looked into other languages. First of all, a language must have a garbage collector to support stack relocation, since pointer fixeups required. This rules out languages like C, C++, Rust.
That leaves languages as Java, Python, JavaScript, etc. In my (admittedly shallow) research, I haven't found any examples of a similar approach being used. On Monday, 3 November 2025 at 13:28:36 UTC+3 Brian Candler wrote: > Interesting idea. > > Have you come across any examples of any other languages which have tried > this approach, successfully or otherwise? > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/golang-nuts/f7047dc8-969c-49d4-97d2-c3b05503a524n%40googlegroups.com.
