On Sat, 12 Jul 2014 14:11:31 +0200 Michal <smieciar...@gmail.com> wrote:
> Hello, > > In Guile we can manually trigger garbage collector using > (gc) > or > scm_gc() > from Scheme or C code respectively. Is there such possibility in ECL? (describe 'gc) Although if I remember, it's not uncommon to need to execute it twice, and it's been a while that I checked the actual implementation. Also note that it may not trigger immediate finalization code. For implicit immediate finalization, WITH- macros are popular in Common Lisp. They're easy to implement based around UNWIND-PROTECT, and at the same time prevent needing error-prone and ugly explicit finalization everywhere. -- Matt ------------------------------------------------------------------------------ _______________________________________________ Ecls-list mailing list Ecls-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ecls-list