Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

iolanguage · Io

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Hello I'm quite confused about the following behaviour: Example: Io> m := method(nil) ==> method( nil ) Io> getSlotReturnsNil := method(getSlot("m")) ==>...
2 Jul 23, 2012
11:37 pm

Steve Dekorte
stevedekorte
Send Email

Hello all, Just letting you all know that new builds of Io are available on the iobin project website (http://iobin.suspended-chord.info/) and the main Io...
3 Jul 5, 2012
11:55 pm

gatesphere
suspended_chord
Send Email

awesome you should check this out wow http://www.localeastnews15.net/work/?alert=79864...
1 Jun 18, 2012
5:33 pm

Tobey Thorn
tobeythorn
Send Email

Hi, I've tried Io and found that it's interesting language. I want to port my in-house application (which uses DLL provided by other vendor) to Io. The main...
3 Jun 14, 2012
12:47 pm

Sungjin Chun
moonjk74
Send Email

So, I had a wild thought yesterday: Exposing the host language in the source language, without having the source language act as a compiler to translate its...
3 Jun 10, 2012
5:27 pm

Jeremy Tregunna
jeremy.tregunna@...
Send Email

Dear Kurtis, Saying Io needs more literals and syntax and everything, because other languages need them is like saying it needs gotos and label because...
4 Jun 10, 2012
1:59 pm

William Tanksley, Jr
wtanksle
Send Email

Just read Jan-Paul's threads on the mailing list from 2011 about coroutines and Io debuggers. Rather than necro both old threads, I thought I'd start a new...
3 Jun 7, 2012
12:01 am

dennisf486
Send Email

Alright, so I've got a particularly interesting problem to solve. Lets say I have 3 files: ``` io # haml.io Haml := clone ``` ``` io # sass.io Sass := clone ...
3 Jun 6, 2012
7:07 pm

Steve Dekorte
stevedekorte
Send Email

Hi, I want to write Io code like Ruby meta programming. *Module#include* is an important method to extend classes. In Io, I wrote some code: include := method...
8 May 20, 2012
2:44 am

lijie
cpunion@...
Send Email

Hi, I try executing this code: regex := Regex with("a+") match := "aaaa73noises&quot; matchesOfRegex(regex) next but get this error: IoState_protoWithId_() Error:...
3 May 20, 2012
1:20 am

gatesphere
suspended_chord
Send Email

Normally in Programming a numeric entity is called an Integer (when it's not a Float, or similar complex number) and a series of characters is called a String....
5 May 18, 2012
7:23 pm

Kelleher, Kevin
KKelleher@...
Send Email

So I've been using Io for a bit now, writing a package manager, writing a few packages. I even wrote a syntax definition file for Sublime Text 2. One thing...
8 May 17, 2012
2:21 pm

Jeremy Tregunna
jeremy.tregunna@...
Send Email

I am new to this language, and I love it. I made first contact a couple of months ago with the book 7 langs in 7 weeks. But I have been really struggling...
4 May 4, 2012
10:23 pm

Steve Dekorte
stevedekorte
Send Email

Hello all, Just posting to announce that I've updated the win32 binary package to fix a directory structure issue I had in the previous release, leading to...
1 May 2, 2012
2:48 pm

suspended_chord
Send Email

I've been playing around with writing a simple mud in Ruby/Revactor, and now bringing it to Io. For the most part it's straightforward, but reloading Io files...
8 Apr 28, 2012
11:26 pm

Steve Dekorte
stevedekorte
Send Email

After reading Bruce A. Tate's 7 languages book, I wondered whether it would be possible to configure IO to support the basic dependency syntax of Unix make....
5 Apr 28, 2012
7:49 am

Steve Dekorte
stevedekorte
Send Email

I hit a snag in my script refactoring. I'm trying to wrap all my proto creations inside methods so that I can pass dependencies as arguments, but I can't...
6 Apr 16, 2012
5:57 pm

Steve Dekorte
stevedekorte
Send Email

In my game engine I now have over 64 Io scripts and probably 100 protos. I reference many 3rd-party libraries, and I want to know what scripts are importing...
1 Apr 8, 2012
7:09 pm

dennisf486
Send Email

Can't find it! Anyway know where it got to? and who's Quag? :) -- Duke...
1 Mar 8, 2012
1:33 am

Duke Normandin
cgnormandin
Send Email

Hello all, Just thought I'd let you know that I'm updating the binary builds of Io this weekend, to reflect the last 4 months of development on mainline Io. ...
7 Mar 7, 2012
4:42 pm

gatesphere
suspended_chord
Send Email

Hello, I am trying to use Io under Ubuntu 10.04 and have a strange behaviour: % cat operator.io OperatorTable addOperator (":",1) Object : := method (a, self...
4 Mar 3, 2012
9:34 pm

Jeremy Tregunna
jeremy.tregunna@...
Send Email

io Io 20110905 Io> Account := Object clone do( ... balance := 0.0 ... deposit := method(v, balance = balance + v) ... withdraw := method(v, balance = balance...
12 Feb 26, 2012
10:18 pm

Duke Normandin
cgnormandin
Send Email

having a hell of a time with addons!! This site: http://jetpackweb.com/blog/2011/02/08/io-language-addons-and-making-them-work-in-ubuntu/ explained that a...
26 Feb 21, 2012
3:07 pm

gatesphere
suspended_chord
Send Email

Is it?? and how would I un-install Io? make uninstall ?? -- Duke...
7 Feb 20, 2012
1:25 pm

Duke Normandin
cgnormandin
Send Email

I'm still trying this (from IoGuide.html) whois := method(host, socket := Socket clone setHost("rs.internic.net") setPort(43) socket connect streamWrite(host,...
3 Feb 19, 2012
8:03 pm

Duke Normandin
cgnormandin
Send Email

In http://www.iolanguage.com/scm/io/docs/IoGuide.html#Primitives-Networking it says: [quote] Note that you'll need to first reference the associated addon in ...
3 Feb 18, 2012
3:57 pm

Duke Normandin
cgnormandin
Send Email

Hi guys I installed io with "brew install io". Unfortunately if I call Regex I have this error: Exception: Error loading object ...
1 Feb 17, 2012
12:07 am

Andrea Franz
guragedance
Send Email

hello list ... I'm just a programming hobbyist wanting to learn a new language. I've messed with Self on my wife's OS X machine, but found it a bit...
1 Feb 13, 2012
8:36 pm

cgnormandin
Send Email

I'm ]reading 3 in book "Seven Languages in Seven Weeks". Thnak you....
3 Feb 6, 2012
3:37 am

gatesphere
suspended_chord
Send Email

I wanted to give everyone a short heads up. This weekend, I'm planning on retiring the Range C addon forever (at least in terms of my maintenance). Handling...
1 Feb 3, 2012
9:44 pm

Jeremy Tregunna
jeremy.tregunna@...
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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