... options := System getOptions(args) ... options := System getOptions(System args) ... It is ok for me....
10741
Paulo Köch
paulojorgekoch
Jun 1, 2008 2:03 pm
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...
10742
Danya Alexeyevsky
me_dendik
Jun 1, 2008 4:24 pm
... 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...
10743
Paulo Köch
paulojorgekoch
Jun 1, 2008 10:34 pm
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...
10744
Steve Dekorte
stevedekorte
Jun 1, 2008 11:01 pm
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...
10745
Danya Alexeyevsky
me_dendik
Jun 1, 2008 11:04 pm
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,...
10746
Danya Alexeyevsky
me_dendik
Jun 1, 2008 11:12 pm
... Definitely missing: 1) providing (and using) metainfo about addons (most importantly, version, but also author, reference to web and all kind of stuff they...
10747
Steve Dekorte
stevedekorte
Jun 1, 2008 11:44 pm
... 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...
10748
Danya Alexeyevsky
me_dendik
Jun 2, 2008 12:06 am
... 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 (&...
10749
audrencezar
Jun 2, 2008 6:04 am
(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, ...
10750
audrencezar
Jun 2, 2008 7:32 am
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...
10751
Henry
dimensiondude.oss@...
Jun 3, 2008 8:56 pm
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,...
10752
Steve Dekorte
stevedekorte
Jun 3, 2008 9:06 pm
... The Flux addon contains a platform independent UI framework written in Io. It's still a work in progress though....
10753
Henry
dimensiondude.oss@...
Jun 3, 2008 11:41 pm
Is there a guide to using it available?...
10754
Steve Dekorte
stevedekorte
Jun 3, 2008 11:44 pm
... Only the sample code at the moment. If you'd like to write a guide your contribution would be welcome. Cheers, - Steve...
10755
Canol Gökel
canol.gokel
Jun 5, 2008 9:56 am
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...
10756
Friedrich Dominicus
friedrichdom...
Jun 5, 2008 4:04 pm
... 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...
10757
Canol Gökel
canol.gokel
Jun 5, 2008 4:56 pm
... Why not :) Can you send a link to it or send me the extension via email?...
10758
Steve Dekorte
stevedekorte
Jun 5, 2008 11:35 pm
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...
10759
Jesse Ross
jesserosscom
Jun 6, 2008 1:02 am
... 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 ...
10760
Roman Semenenko
roman.semenenko
Jun 6, 2008 7:55 am
addon and it's examples code seems to be cool, but addon doesn't build for me. Says it misses `QDBM`...
10761
Jesse Ross
jesserosscom
Jun 6, 2008 1:02 pm
... Yep -- you need the QDBM and TokyoCabinet addons (which means you need to install the QDBM and TokyoCabinet libraries first). J....
10762
Roman Semenenko
roman.semenenko
Jun 6, 2008 1:13 pm
Yeah I see that. But: "TokyoCabinet is missing tokyocabinet library" umm... " volh@ehursagkurkurra ~/dev/sandbox/io/io.git/addons/TokyoCabinet >> io build.io ...
10763
Jesse Ross
jesserosscom
Jun 6, 2008 1:20 pm
... 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...
10764
Rich Collins
richwcollins
Jun 6, 2008 2:57 pm
Hrm I don't think it actually uses QDBM anymore. Probably should remove the dependency....
10765
Scott Solmonson
scosol
Jun 6, 2008 3:57 pm
I was going to mention that- with TokyoCabinet there should be no QDBM dependencies whatsoever-...
10766
Roman Semenenko
roman.semenenko
Jun 6, 2008 8:14 pm
Thanks, that helped) I use ArchLinux, so built packages, because there are no in repos....
10767
Steve Dekorte
stevedekorte
Jun 6, 2008 11:26 pm
... There aren't AFAICS. I suspect the QDBM warning came from trying to compile the QDBM addon. - Steve...
10768
Bart Botma
bart_botma
Jun 7, 2008 8:16 am
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...
10769
audrencezar
Jun 7, 2008 10:06 am
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...