I\'m writing a unit test framework (IoCheck). There will be a forAll method which accepts a property, such as isEven, which returns whether an integer is even, and a list of generators list(genInt).
I\'m writing a unit test framework that will supply random integers, booleans, characters, and strings to test functions.
I am trying to install IO on a macbook pro but am stuck at the following: Linking CXX shared library _build/dll/libIoObjcBridge.dylib ld:
I\'m trying to build that Io language from source on Ubuntu 10.10 and not having a great deal of success.
Has anybody managed to use Io addons like Regex or OpenGL under Cygwin on Windows 7 32 bit? Notes: If it happen to be an ASLR issue, I want to keep ASLR enabled, so I did not test with it turned of
I\'ve found the serialized and justSerialized methods on Object and already successfu开发者_开发问答lly serialized objects to files, but I cannot find a matching deserialize method.
I\'ve being experimenting with operators in the Io language. Everything works fine in the cli, but as soon as I put my code in files instead, I run into problems.
I’m trying to complete the开发者_开发百科 second exercise on IO day 2 in the book Seven Languages in Seven Days. In it your asked, “How would you change / to return 0 if the denominator is zero?” I
For example, I\'d like to turn \"hello\" into list(104, 101, 108, 108, 111) or list(\"h\", \"e\", \"l\", \"l\", \"o\")
I read that Io language has Futures which can detect deadlock automati开发者_如何学Pythonc. I know nothing about it and have seen some syntax. How does Io language detect deadlocks with this?Io throws