为了运行以下示例,我在我的 Ubuntu 14.04 上安装了 Io。但是许多插件不起作用。
套接字
大小
URL ...
我按照帖子在我的 Ubuntu 14.04 上安装 Io。
来自“七周的七种语言”的 Io 示例代码:
futureResult := URL with("http://bing.com/") @fetch
writeln("Do something immediately while fetch goes on in background...")
writeln("This will block until the result is available.")
writeln("fetched ", futureResult size, " bytes")
参考: