Search Results

Found 1 results for "2d57f150d33e4cc77b28710837b95a30" across all boards searching md5.

Anonymous /g/105993095#106005399
7/24/2025, 4:52:41 AM
>>106004789
Strong enforcement of local scoping, explicit reference passing, and a reference counter makes lifetime determination really obvious, with basically the same runtime behavior. In fact, you can take the reference semantics out, scope the lifetime with a pointer that lives statically on the stack, and treat it as a value by default. Bam, memory semantics not even necessary. And then you have Nim, which is a much better language for actually accomplishing things, with all the performance to boot.