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...
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...
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...
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...
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...
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 ...
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...
Hi, I try executing this code: regex := Regex with("a+") match := "aaaa73noises" matchesOfRegex(regex) next but get this error: IoState_protoWithId_() Error:...
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....
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...
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...
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...
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...
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....
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...
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...
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. ...
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...
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...
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 ...
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...