ritchie turner wrote:
I'm new to fpc and pascal, i.e. I've never done a project in it, but
i've been following the lists for a while and dabbling.

I like using a garbage collector and I know you can replace the memory
manager in fpc so i guess it's probably trivial to replace the standard
with boehm. Wondered if anyone's done it and how they got on, and if
there are issues with the idea.

The main issue is that garbage collection is the worst programming idea ever. 
It lets you get away with bad program design at the cost of slow execution.

Regards,

Adriaan van Os
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to