Hi, I read about the jquery improvements but at work I have to work with php from time to time. I don't like the language but what I like is how I can lookup...
12103
lisec0
Mar 1, 2010 6:31 pm
Hi, you have a good point there -- I updated the code and now the JS version will be loaded only if JavaScript is available. I've also updated the layout which...
this is really one of the "funnest" language, isn't it? :D... ... -- Kind regards, Andreas Schipplock....
12106
Артём ...
tweekane
Mar 3, 2010 1:59 pm
I'm a beginner at Io, so I've absolutely forgotten about the reflection. I think it's better to define my own method in List proto. Thanks a lot for this...
12107
Артём ...
tweekane
Mar 3, 2010 2:37 pm
Hello Where can i find docs or examples of UnitTest usage? -- Artyom Bolshakov...
12108
Steve Dekorte
stevedekorte
Mar 3, 2010 6:23 pm
Anyone have a copy of OSX Server 10.6 they'd like to donate for the iolanguage.com server?...
12109
bruce_axtens
Mar 4, 2010 10:07 pm
G'day everyone Io is a significant accomplishment. More people should know about it. May I suggest RosettaCode <http://www.rosettacode.org>. This is a...
12110
teepark84
Mar 6, 2010 11:16 pm
Hey all, I'm a beginner who'd like to learn Io better from someone in-person, meet people in the community and find out how people are using it in practice. On...
12111
Samuel A. Falvo II
falvosa
Mar 6, 2010 11:36 pm
... Interesting idea; unfortunately, I haven't used Io in what seems like years. Most of my time is spent with Java, Python, Ruby, Perl, and, for play-time,...
12112
Steve Dekorte
stevedekorte
Mar 6, 2010 11:42 pm
I live in San Francisco and would be happy to attend any meet ups....
12113
Steve Dekorte
stevedekorte
Mar 6, 2010 11:47 pm
... Hey Bruce, I like the idea. Maybe you could post one of the Rosetta problems each week and folks from the mailing list could respond to the mailing list...
12114
hiero_design
Mar 7, 2010 8:27 pm
Hi all, I'm a beginning programmer and I would like to learn programming using IO. However, I can not seem to install IO on my machine. I have an OS X 10.5.8...
12115
Rich Collins
richwcollins
Mar 8, 2010 6:08 pm
I'll help you attract people. I suggest an initial meetup topic of "Why Io is better than X". That way you can invite people that don't know Io and provide a...
12116
MK
mkroehnert42@...
Mar 14, 2010 10:32 am
Hi Sean, ... currently there are no binaries for OS X but compiling Io yourself is really not a great deal. The MacPorts version is probably a bit outdated. So...
12117
hiero_design
Mar 18, 2010 4:23 am
Hi Mk, thanks for the help. I don't know much about unix. I followed the instructions. After step 4 I get the below error. ./_build/binaries/io_static...
12118
Jeremy Tregunna
jeremy.tregunna@...
Mar 18, 2010 4:10 pm
Do us a favour, and run the "script" command at a command line prompt before you build. So first, run: make clean to clean up the mess from your last build...
12119
hiero_design
Mar 22, 2010 11:52 pm
Hi Jeremy, I have done as you have recommended. However, I do not know where I can post thetypescript file for viewing. Any suggestions. -- Sean...
12120
Jeremy Tregunna
jeremy.tregunna@...
Mar 23, 2010 4:31 pm
Sorry for my delay, I was on planes all day yesterday, did't get home until really late. You can copy and paste the contents on a site like pastebin.com or...
12121
Артём ...
tweekane
Mar 23, 2010 4:42 pm
Is it possible to implement ruby-like ensure (finally in python and java) message? ... Artyom Bolshakov...
12122
Jeremy Tregunna
jeremy.tregunna@...
Mar 23, 2010 8:21 pm
Actually yes it is. I did implement pre/post condition hooks (like design by contract) that I actually gave Steve permission to remove a little while ago. If...
12123
hiero_design
Mar 24, 2010 2:22 am
Hi Jeremy, typescript has been pasted to following url: http://www.iolanguage.com/paste/p/169b6b9d3.html Thank you for the help! -- Sean...
12124
Jeremy Tregunna
jeremy.tregunna@...
Mar 24, 2010 4:00 pm
Problem appears to be related to your system. Specifically, any localization your compiler might be respecting and screwing up, or a corrupt power-ucontext.h...
12125
David Zmick
dz0004455
Mar 24, 2010 10:18 pm
I am officially anit macports for reasons I don't have time to go into along with a story of my own inability to keep it working and blah blah blah, whatever,...
12126
hiero_design
Mar 26, 2010 2:41 am
Can homebrew be installed on a powerpc machine? -- Sean...
12127
hiero_design
Mar 26, 2010 2:46 am
Hi Jeremy, Another person experienced the same problem and has marked it as an issue on io github. So I guess it is a powerpc problem. (make vm failure on Mac...
12128
Jeremy Tregunna
jeremy.tregunna@...
Mar 26, 2010 5:09 pm
Ah, I didn't even check the issues db. Sorry about that. I've got a lot of stuff I need to do over the weekend, but I'll take a look as soon as I can. (I do...
12129
Akim Demaille
demaille@...
Mar 26, 2010 6:00 pm
Hi, The following patch fixes a simple issue that recent GCCs do not like. If this is not the proper place/procedure to submit commits, please tell me! Are...
12130
Jeremy Tregunna
jeremy.tregunna@...
Mar 26, 2010 7:47 pm
Generally, the way Steve prefers to get patches, is just to pull from your git repository. So fork the iolanguage git repo, ensure you're up to date before...
12131
Steve Dekorte
stevedekorte
Mar 26, 2010 8:22 pm
Yes, that's the ideal way. If it's to much trouble I can accept and apply patches by hand though....