Hacker News new | ask | show | jobs
by danzk 1649 days ago
It's interesting that he argued the case for only having heap allocated objects in Delphi considering C# has stack allocated stucts.
1 comments

Delphi also has stack allocated records, very similar to C# structs.