Search the web
Sign In
New User? Sign Up
iolanguage · Io
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

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

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help