Something like gems would be nice ... ... Something like gems would be nice ... On May 31, 2008, at 8:24 AM, Paulo Köch wrote: I think it would also be useful...
10736
audrencezar
May 31, 2008 8:03 pm
gems of ruby language? Today, I start to write one module system to iolanguage to learn iolanguage and correct my addons instalations problems. ... Separate...
10737
Rich Collins
richwcollins
May 31, 2008 8:08 pm
I don't know much about the architecture of the RubyGems implementation, I just know that the interface is nice. It is a package management system for Ruby...
10738
audrencezar
May 31, 2008 9:45 pm
I read the "RubyGems Manuals" and "Gemspec Reference", I like the concept. I don't want add features like "remote repositories" and "versioned" yet, but is a...
10739
Rich Collins
richwcollins
Jun 1, 2008 12:11 am
That would be great :-) I would definitely appreciate anything the removes barriers to people getting started with Io....
10740
audrencezar
Jun 1, 2008 7:31 am
... 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...