Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Harrump: Garbage collection.

1 view
Skip to first unread message

!**?#!#$

unread,
Sep 8, 1998, 3:00:00 AM9/8/98
to
Does anybody have any experience with Boehm collector with Tcl? I tried it
and I'm getting strange results on the Mac. I'm sort of wonder if I should
even try. I was kind of hoping to start using 1965-style programming
(Lisp, Algol 68, etc) before the end of the millenium.

--
They wait apart in waning day, | I don't use no smilies.
the flare of crimson fades to gray. | smj...@my-dejanews.com
They rest their violence, the rest is silence.| www.geocities.com
Their empty years are ash and clay. | /SoHo/Studios/5079/index.html

Donal K. Fellows

unread,
Sep 11, 1998, 3:00:00 AM9/11/98
to
In article <smjames-0709...@ppp-207-214-212-91.sntc01.pacbell.net>,

!**?#!#$ <smj...@my-dejanews.com> wrote:
> Does anybody have any experience with Boehm collector with Tcl? I tried it
> and I'm getting strange results on the Mac. I'm sort of wonder if I should
> even try. I was kind of hoping to start using 1965-style programming
> (Lisp, Algol 68, etc) before the end of the millenium.

If you're using just Tcl (and not hacking with extensions) then the
system is (mostly) automatically "garbage collected" anyway. (Some
resources don't appear to be, but that is usually because there are
still ways to get handles for them anyway - the only mechanism that
guarantees that resources go away is to discard the interpreter you're
working in.)

Or do you mean something completely different? If you want garbage
collection for writing extensions, perhaps you should refer to
TclBlend and Jacl instead so you can use Java as your extension
language instead of C (and its derivatives.)

Donal.
--
Donal K. Fellows http://www.cs.man.ac.uk/~fellowsd/ fell...@cs.man.ac.uk
Department of Computer Science, University of Manchester, U.K. +44-161-275-6137
--
If you staple a penguin to the head of a gnu, the result won't catch herring...

0 new messages