I noticed that there is no openForWriting using mode "w" in Io's File. The open() function uses the default mode, which is "r+". Is there any deeper reason for...
... I do: File with("foo.txt") remove openForWriting But if you wanted a method, it would be easy to add: File removeAndThenOpenForWriting := method(remove;...
... It does not seem a good way: it won't work if you only have permissions for file modification, not for directory modification. Cheers, Danya....
Danya
me.dendik@...
Oct 30, 2007 2:55 pm
10122
Well, it would have to be File with("foo.txt") truncateToSize(0) openForUpdating as remove requires permission for directory modification and openForWriting is...
I've started another attempt at writing a tome for Io. However, different in this attempt as to previous attempts, this will be more traditional rather than...
Apologies if this is a duplicate report. (By the way, the issue tracker on the site isn't working.) - - - Io fails to compile on Leopard due to issues related...
... <snip> Yeah. I reported this in IRC a little while ago. It doesn't seem like anyone knows the specific part of ucontext to fix in this case. When I first...
Brian Mitchell
binary42@...
Nov 4, 2007 4:22 am
10126
... <snip> Yeah. I reported this in IRC a little while ago. It doesn't seem like anyone knows the specific part of ucontext to fix in this case. When I first...
Brian Mitchell
binary42@...
Nov 4, 2007 4:25 am
10127
... Here's a couple of fixes that will help Io build for OS X Leopard: * Change ucontext.h imports in libcoroutine to sys/ucontext.h . * If OpenGL gives you...
Here are two issues I'm having with the libedit integration in Io: * Building Io without having libedit installed currently fails on Linux, even though the...
Hello List, My name is Ragnar Dahlén and I am a swedish computer science student. I am new to Io and I find it a very interesting and slick language, and I am...
Ragnar Dahlén
r.dahlen@...
Nov 18, 2007 4:09 pm
10136
... Well, the comparisons are very hard to make sometimes. There is a lot of room for Io to grow into fortunately but I don't think Io's current semantics will...
The data set can be found at: http://www.tbray.org/tmp/o10k.ap Sorry about that, should have posted it in my first mail. I remember having some trouble finding...
... I'm not very well versed in Io but I think that you are correct about Io using user-level threads and not being able to utilize multiple cores. The...
Just got a chance to start poking around. The first thing I noticed is that the garbage collector performance recording is on by default. Turning it off, drops...