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,...
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...
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...
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@...
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....
... 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...
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: ...
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...
... 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@...
Jul 18, 2008 3:14 am
10858
... Here's a translation, but I'm still not very clear: ...
Dear IoUsers I've a few questions 1) are you doing Webdevelopment in Io? Is there anything comparable to Rails or Seaside in Io? 2) Do you know of a usage of...
... I haven't done anything on the web in Io but others have. I am sure someone else can elaborate? ... Yes. This works really well and is easy to do....
Brian Mitchell
binary42@...
Jul 23, 2008 3:58 pm
10865
Hi Friedrich, ... I've done some small web things with Io but haven't written any framework for it yet. What most people mean by a "web" framework is actually...
... oooooh thank you so so much. This term my job has been to write an ORM. It's awful. I've sort of been envisioning "what would the world look like if it ...
Nick Guenther
kousue@...
Jul 24, 2008 3:42 am
10867
... Oh, well that's all too true. However the RDBs are there any they will be around for the forseeable future they really are the backbone of all...
Hey there, just letting the group know of some fixes I made to get the 1e3d3 commit building under Win32... 1. PortableSorting.c not so portable anymore. MSVC...
... PDB is neither an OODB or a image-based system like Smalltalk. It's simply an arbitrary graph database. As for interfacing with existing RDBMs, there are...
... At first I thought the problem might be early binding of variables on make's part (i.e. $(CC) is expanded before the platform-specific value is set), but...
... An arbitrary graph database would be more ideal as it would eliminate the mismatch between that database and the object system that relational databases...