[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Is there a order to running finalizers of garbage collected objects?
- From: Paul Ducklin <pducklin@...>
- Date: Wed, 28 Dec 2022 13:17:01 +0000
>>I am trying to write a pure rust >>implementation of Lua5.4.
>I cannot find any reasonable
>translation for this
Rust is a programming language. The OP wants to take the PUC Lua interpreter, which is written in ANSI C, and rewrite it in Rust.
(Rust is designed to provide better protection against memory management mistakes than C, amongst other things.)