Pre scriptum: I haven't red the gem spec. I might be saying really stupid things about gems. IMHO, three package types seems like overkill. I would argue for...
... Actually, it's pretty trivial with current Io Addons to have user installation of addons (I do have one for my own addons), but the build system is not...
Hello! ... I agree. I just suggested that because audrencezar was thinking in not dealing with that. I think remote repositories are important, but a central...
I've been trying to follow this discussion but feel a bit lost. What functionality is missing from the current addon system? It can: 1) deal with importing...
I think that making one central repo or making remote repos does not differ in difficulty (for the first stages at least) but does in approach. If it's true,...
... Definitely missing: 1) providing (and using) metainfo about addons (most importantly, version, but also author, reference to web and all kind of stuff they...
... This info is currently contained in the license folder of each addon and/or the source docs but I can see how some standard file with the same info could...
... Only version is useful at first glance. However, eventually one wants a searcheable repository of addons with some means other than google on the web (&...
(IMHO, I like it :) ) To explain I'm nothing a hacker, I'm a default linux user that want learn iolanguage ;). On way of this topic i will dicovery new thing, ...
Hello all, Well, I want write a program because I want learn more about language. And to do things easy for "me" (If in the end it is good for all, better) If...
Hi, What is the easiest and most widely used way to make a GUI program in Io? Is it IoGTK? It seems like it might be nice to have a universal Io GUI addon,...
Henry
dimensiondude.oss@...
Jun 3, 2008 8:56 pm
10752
... The Flux addon contains a platform independent UI framework written in Io. It's still a work in progress though....
Hello, I newly met with Io language. It is beautiful, thank you very much. It took me 1 day to learn the language and attend to the programming challenge 13 on...
... I just wrote small extension a few months ago and posted it to the forum. It seems to work so maybe you like to fetch it? Regards Friedrich -- Q-Software...
I'd welcome feedback on Io's new persistent store database: http://www.iolanguage.com/scm/git/checkout/Io/docs/IoReference.html#PDB It's working but is still a...
... Very nice, Steve. Everything seems to work really well, but I'm having problems with the removeAt method. I tried the example in the documentation, and ...
... Not a lame question :) It depends on what platform you're on. I'm on OS X, and have MacPorts installed, so I just did: [sudo] port install QDBM [sudo] port...
Hi, Doxygen does not support the Io language. Writing a parser for Io and adding it to the doxygen sources is hard (well, it looks difficult to me). Does...
Hello Roman, I'm Archlinux user too! :D I found QDBM in AUR(http://aur.archlinux.org/packages.php): http://aur.archlinux.org/packages.php?ID=7272 And the...