Hello, I'm thinking of building a networked game using some form of Distributed Objects. Is there any such thing in Io, or has anyone been experimenting with...
... Hi Alwin, On: http://www.iolanguage.com/Source/release/Io/IoServer/_docs/IoServer.html See DOConnection and DOServer. These may need some updating though. ...
Are there any Io users @ WWDC that would interested in getting together for dinner or over one of the lunch breaks this week? I'd love to find out what others...
... I'll be at the MacSB meeting tomorrow. Here's the details: "Again, meet Monday (June 6th) at noon outside the main door of Moscone West (usually only one...
... That is awesome! :) But, if those pages are intended to be viewed by the public, you'll want to increase the contrast of the test on the page a little...
... I notice you indicate Io 20050528 and Python 2.3.5 final 0. In all fairness I don't believe that this is a fair test. Python 2.4.1 and should be used...
I am announcing an effort to get Io to compile cleanly in cygwin and mingw every time. Cygwin is fairly good so far, but not everything works. Mingw is far...
... Hmm, IoDesktop should compile with minor or no changes on each release under Cygwin. I don't run the tests very often, is there something that is showing...
... The first lot of x86 results are with Python 2.4.0, the vector results are with 2.3.5 because gentoo hasn't shifted over to 2.4 yet. (Gentoo's package...
... If you feel like it, that would be cool. It's not a big deal though. Btw, does anyone know how to detect processor speed across platforms? (or at least on...
... Use the BogoMips algorithm that Linux uses. While it's not 100% accurate, it does land results that are approximate, and close enough for "binning" (e.g.,...
... Yes, I was, because it still seems to be a very prevalent CPU speed. I suppose it must depend on what version of Linux is used, then, because our P4...
The only real way to determine clock speed of a processor is basically to measure its frequency directly. The closest indirect method would be to establish...
... Maybe the original poster misspoke. BogoMips has never been intended to represent CPU speed in MHz, but /proc/cpuinfo on Linux has always had a very...
... Ditto with Ruby 1.6.8 <-- archaic. ... -- Jeremy Tregunna jtregunna@......
Jeremy Tregunna
jtregunna@...
Jun 7, 2005 9:54 am
6448
I've written a simple ObjcBridge script that let me try out other Io scripts (and to some degree use the Debugger). (It's a replacement for the main.io that's...
... That's your answer, then. Any parenthesis used for grouping automatically forces its contents to be on the same virtual line. I'm personally impressed with...
... I gather we've all agreed that condition and being accepted (and equivalent to condition and(Nil)) is just a parser bug. But the bigger problem is you...
... I while ago I proposed a system for making Io use indentation like Python does, along with a rationale. Would anyone like to see it again? Jason...
... But it ALWAYS has an effect on us, because we're a code-sharing community. Hence Python's rule that there should only be one obvious way of doing...
... Not particularly. This is one thing that I don't believe belongs in any language... But then again, that's just me. ... -- Jeremy Tregunna ...
Jeremy Tregunna
jtregunna@...
Jun 9, 2005 8:45 am
6456
... Only those who havn't done perl for very long, or at all have problems reading a large chunk of perl code. Sure a lot of it is written poorly, and for...