Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Garbage Collection

Name: Anonymous 2009-08-17 19:58

I'm a programming newfag, and I was wondering if anyone can explain to me what garbage collection is and which languages are doinitrite or not.

Anyone?

Name: Anonymous 2009-08-17 20:00

First of all, this is not /b/, so no newfag-ging.
Secondly, LISP is doing it, uhm, ``rite'', because it's simple in LISP and you can't screw it up.
Thirdly, http://en.wikipedia.org/wiki/Garbage_collection_(computer_science)

Name: Anonymous 2009-08-17 20:00

It's a bunch of guys who come every weekday around 6AM (may vary depending on your location) to empty my dumpsters into their truck. They speak a bastardized form of English.

Name: Anonymous 2009-08-17 20:02

>>1
Why didn't you just Google it?

Name: Anonymous 2009-08-17 20:02

>>3
You produce enough trash to fill more than one dumpster in a day?

Name: Anonymous 2009-08-17 20:04

>>5
Dude, America.

Name: Anonymous 2009-08-17 23:36

Name: Anonymous 2009-08-17 23:45

Garbage collection is what toy languages use to manage memory.
Basically its a program which watches on your program and decides which unused objects gets deleted from memory.

Name: sage 2009-08-18 0:12

>>8
this is what voiden frost actually believes

Name: Anonymous 2009-08-18 3:06

>>1
You're probably going to get trolled pretty hard, just to let you know. Nerds have been debating about garbage collection since before you were ever born (as indicated by your use of the term "newfag").

I'm not going to go over what garbage collection is because it's trivial to find out information regarding that.

However, no language has a perfect solution. Unless you don't consider performance cost to be a factor, in which case, any sufficiently high level language (any of the Lisp variants, .NET-based languages, etc.) have a very effective garbage collection scheme.

Name: Anonymous 2009-08-18 10:47

performance cost
That is a dead parrot.

Name: Anonymous 2009-08-18 10:49

DERR TEKK-ERR JURBS

Name: Anonymous 2009-08-18 13:29

>>11
Hence, "unless you don't consider performance cost to be a factor."

I also noticed that my grammar was hurting.

Fixed:
Unless you don't consider performance cost to be a factor, in which case, any sufficiently high level language (any of the Lisp variants, .NET-based languages, etc.) has a very effective garbage collection scheme.

Name: Anonymous 2009-08-18 15:42

It's not pining. It's passed on.

Name: Anonymous 2009-08-18 17:40

>>8
Garbage collection is what toy languages use to manage memory.
IHBT, so I won't respond angrily.
Basically its a program which watches on your program and decides which unused objects gets deleted from memory.
It can be that, but most of the time it just waites until the heap size is exceeded and then it frees whatever is freeable.

Name: Anonymous 2010-11-26 0:18


Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List