See https://github.com/NixOS/nix/issues/287
On Wed, Sep 17, 2014 at 9:35 AM, Emmanuel Surleau < [email protected]> wrote: > As far as I know, all non-toy functional programming languages have a > custom GC. Not that Boehm can't be useful to get you off the ground, > but after that you're going to need something better. > > Cheers, > > Emm > > On Tue, Sep 16, 2014 at 11:38 PM, Luca Bruno <[email protected]> > wrote: > > Also in my opinion this is mostly caused by boehm which is unable to > find a > > spot for new objects. I was trying to implement a very simple GC as a > proof > > to see whether it was boehm's fault or not, but Dolstra said it's hardly > a > > boehm problem. > > > > However I think I will retry the attempt for what it matters. I think > boehm > > is not well suited for writing function programming languages where > objects > > gets created and destroyed at a very fast rate, rather for normal > > application usage. > > > > _______________________________________________ > > nix-dev mailing list > > [email protected] > > http://lists.science.uu.nl/mailman/listinfo/nix-dev > > > _______________________________________________ > nix-dev mailing list > [email protected] > http://lists.science.uu.nl/mailman/listinfo/nix-dev >
_______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
