Hi,
In june, Stefan Talpalaru succeeded in getting Nim to work with the gccgo garbage collector:
http://forum.nim-lang.org/t/1278
And then I see that there was some discussion of this here:
https://github.com/nim-lang/Nim/pull/2851
At the end, it looked to me as if Araq integrated the changes into the Nim development tree. Am I correct about this, that the plan is for this to be a supported choice of garbage collector?
If so, this is very cool.
Does Travis support (nightly) Nim? I would be happy to automatically test my own libraries vs. the latest version of the language.
Right now, I do it on my own from time to time, but it would be great to have this available at the push of a button
Found this example
I have made some small modifications (it was probably a little outdated), and it runs ok, see this, for example