iolanguage
How do I apply a dynamic list of arguments to a block in Io?
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).[详细]
2023-04-12 08:35 分类:问答Random value bug in Io
I\'m writing a unit test framework that will supply random integers, booleans, characters, and strings to test functions.[详细]
2023-04-12 04:38 分类:问答Errors while installing IO (language)
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:[详细]
2023-03-30 11:46 分类:问答Io Language fails to build: Foundation/Foundation.h: No such file or directory
I\'m trying to build that Io language from source on Ubuntu 10.10 and not having a great deal of success.[详细]
2023-03-21 06:20 分类:问答Problems with Io Addons under Cygwin
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[详细]
2023-03-20 12:43 分类:问答How do I deserialize objects in Io?
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.[详细]
2023-02-01 19:17 分类:问答Io operators, cant seem to create them in a file
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.[详细]
2023-01-29 02:15 分类:问答How do you replace existing operators without invoking them in Io?
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[详细]
2023-01-27 04:18 分类:问答How do I convert a string to a list in Io?
For example, I\'d like to turn \"hello\" into list(104, 101, 108, 108, 111) or list(\"h\", \"e\", \"l\", \"l\", \"o\")[详细]
2023-01-26 17:47 分类:问答How does Io language detect deadlock automatic?
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[详细]
2023-01-23 18:48 分类:问答