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 your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 10829 - 10858 of 10858   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10829
Sequence squareBrackets := method(i, at(i) asCharacter) "foobar"[0] == "f" -- Jeremy Tregunna jtregunna@......
Jeremy Tregunna
jtregunna_io
Offline Send Email
Jun 16, 2008
4:35 pm
10830
... Also one another question, I want to change for example the second letter with another one, can I write something else instead of the code below: "Hello"...
Canol Gökel
canol.gokel
Offline Send Email
Jun 16, 2008
4:40 pm
10831
... Thanks for the quick reply :)...
Canol Gökel
canol.gokel
Offline Send Email
Jun 16, 2008
4:43 pm
10832
... If you don't want to redefine the squareBrackets, you could just make a regular method, something like: Sequence charAt := method(i, at(i) asCharacter) ...
Jesse Ross
jesserosscom
Offline Send Email
Jun 16, 2008
6:53 pm
10833
Hello all, I really wish I had more time to play with Io right now, and I am sorely anticipating the opportunity to start on a project with it, but for now I'm...
Phoenix Sol
phoenixsol01
Offline Send Email
Jun 21, 2008
11:13 pm
10834
Hi there, I am having problems installing Io on OS X (10.5.3), and would dearly love some help. Specifically, if I download the src from the website (or git it...
ygibberish
Offline Send Email
Jun 24, 2008
11:55 pm
10835
... Thanks for the bug report. I've pushed a possible fix. ... It should have up/down arrow history. - Steve...
Steve Dekorte
stevedekorte
Offline Send Email
Jun 25, 2008
8:56 am
10836
... Thanks, thats awesome. ... The osxvm installed via macports (Io 20080120) doesn't seem to have even that. Ta, Andrew...
ygibberish
Offline Send Email
Jun 25, 2008
10:02 am
10837
... I've had similar bad experiences with the port version of Io. I've since been installing from source and have been much happier (not all addons yet...
James Costlow
anthem2063124
Offline Send Email
Jun 25, 2008
1:51 pm
10838
Hey hey, ... just to give an update: when I pulled down the latest git repository I still had the same sort of error (but with...
ygibberish
Offline Send Email
Jun 26, 2008
12:13 am
10839
I am trying to run IoBot, one of the samples for the Socket addon. It has a number of issues. The first is on line 41, where it sends the "error" message to a...
Henry
dimensiondude.oss@...
Send Email
Jul 1, 2008
1:53 am
10840
... Henry, I took a gander at IoBot.io, and it does seem that the code has gotten out of date with some library changes. The asXML slot is added to Sequence by...
James Costlow
anthem2063124
Offline Send Email
Jul 1, 2008
3:40 am
10841
... Thanks James - I've pulled them into the Io repo....
Steve Dekorte
stevedekorte
Offline Send Email
Jul 1, 2008
4:21 am
10842
Okay. I've actually been able to fix a number of sample programs, so I guess I just have to learn how to use git. I'm wondering, however, how stable the...
Henry
dimensiondude.oss@...
Send Email
Jul 1, 2008
4:41 am
10843
... Io has an inline documentation mechanism. You can see examples of it throughout pieces of the Io code which I've been meaning to write some documentation...
James Costlow
anthem2063124
Offline Send Email
Jul 1, 2008
4:48 am
10844
Do you know how to generate the documentation?...
Henry
dimensiondude.oss@...
Send Email
Jul 1, 2008
5:12 am
10845
... Using the Io source, first 'make' to build the static vm, then 'make doc'. It will generate docs/IoReference.html, among other things. - JamesÎ...
James Costlow
anthem2063124
Offline Send Email
Jul 1, 2008
5:14 am
10846
... The base primitives (not addons) haven't changed much. There is still some cleanup work to be done with them though. - Steve...
Steve Dekorte
stevedekorte
Offline Send Email
Jul 1, 2008
10:42 pm
10847
Hello. I'm not much of a programmer -- more of a budding economist, really -- but Io seems nice. I have a few questions, in particular about the Range addon,...
James Cunningham
jameshcunnin...
Offline Send Email
Jul 6, 2008
11:30 pm
10848
Your first example, use this instead: 1 toBy(10, 2) slice(2, 8) The second is a known issue, and I just have not had time over the last year to fix it, and my...
Jeremy Tregunna
jtregunna_io
Offline Send Email
Jul 7, 2008
10:33 am
10849
... When I try that, I get: Io> 1 toBy(10, 2) slice(2, 8) ==> list(5, 7, 9, 11, 13, 15, 17) Which doesn't seem quite right. Quite possibly I'm missing...
James Cunningham
jameshcunnin...
Offline Send Email
Jul 7, 2008
10:38 am
10850
Err, make that slice(1, 4) (divide by your increment operator). Just tested, returns list(3, 5, 7, 9) which is correct. Not sure why you were getting things...
Jeremy Tregunna
jtregunna_io
Offline Send Email
Jul 7, 2008
10:42 am
10851
Its seems problem on web site. When I try to download http://github.com/stevedekorte/io/tarball/2008.03.30 I got message "This repo is too large to generate a...
Almih
almih99@...
Send Email
Jul 8, 2008
11:28 pm
10852
... Thanks for the report - I've reported it to github and they said it will be fixed soon....
Steve Dekorte
stevedekorte
Offline Send Email
Jul 8, 2008
11:30 pm
10853
Would anyone like to implement a binding for Io? http://code.google.com/p/protobuf/...
Steve Dekorte
stevedekorte
Offline Send Email
Jul 9, 2008
12:07 am
10854
... Well I've looked through the code for three things 1) plain C 2) Ruby 3) Io on my back. I read the source and guess I have an idea on how it works. But I'm...
Friedrich Dominicus
friedrichdom...
Offline Send Email
Jul 10, 2008
7:24 am
10855
When commenting one line with /* ... */ it comments the lines below. I don't know too much about Kate syntax hightlighting but, in io.xml, changing the line: ...
Oscar Martinez
wasintw
Offline Send Email
Jul 13, 2008
9:25 pm
10856
So I was in the process of compiling all the libs for the addons and poking around looking for some info when I ran into a site in a language I can only guess...
C. Olson
xgrendelxprimex
Offline Send Email
Jul 18, 2008
2:05 am
10857
... Japanese actually. ... Doesn't look like stuff I recognize from other posts so I imagine this user has been doing their own investigation. The GC write up...
Brian Mitchell
binary42@...
Send Email
Jul 18, 2008
3:14 am
10858
... Here's a translation, but I'm still not very clear: ...
Steve Dekorte
stevedekorte
Offline Send Email
Jul 18, 2008
8:01 am
Messages 10829 - 10858 of 10858   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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