Andreas Rumpf

Results 412 comments of Andreas Rumpf

> I really want to avoid globals because I want to create scalable apps. While it's certainly desirable to avoid globals when you can, "scalable apps" has little to do...

```nim proc dispose(obj: var NiGuiObject) = let o = obj o.dispose() # force calling the other 'dispose' proc obj = nil ``` That's an infinite recursion. It's a bad idea...

You are talking about ``packages.json``, right?

I don't like ``git tag``, it's always friction to use and to ensure these version tags are 100% consistent. Having said that, I have to agree with @ryukoposting completely, it...

> Araq doesn't have to be the only one to get some glory around here Sorry, I think I beat you here, https://github.com/Araq/nawabs ;-)

Tests need to be updated but important packages seem to work, so please proceed.

Please provide an example program.