Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
diego_moita
on Dec 26, 2014
|
parent
|
context
|
favorite
| on:
Cello – Higher Level Programming in C
> /* Heap objects destroyed with "delete" */
> delete(items);
This part is funny: "Higher Level" but still no garbage collection.
vowelless
on Dec 26, 2014
[–]
Why would higher level necessarily imply garbage collection?
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
> delete(items);
This part is funny: "Higher Level" but still no garbage collection.