(no title)
hasty_pudding | 1 year ago
I guess maybe low level c and assembly where you implement everything as bits in physical memory?
hasty_pudding | 1 year ago
I guess maybe low level c and assembly where you implement everything as bits in physical memory?
recursive|1 year ago
There's often a stack-/heap-allocated dichotomy. Some languages consider stack-allocated structs not to be objects. They have no reference identity. Assignment has copy semantics. C# is one such language.