发布于 2017-07-30 00:26:47 | 115 次阅读 | 评论: 0 | 来源: 网友投递
Pony Actor 模型编程语言
Pony 是一个面向对象的基于 Actor 模型的安全而且高性能的编程语言。Pony 提供 Sublime 和 Atom 编辑插件,同时很快将提供 vim 和 Visual Studio 支持。可使用 LLDB 和 GDB 进行调试。
Pony 0.16.0 已发布,Pony 是一款基于 Actor 模型,能够提供类型、内存、异常、并发多个层面的安全性保证的高性能编程语言。
该版本实现了 “Explicit partial calls” RFC,这是一个突破性的语法更改,影响了对局部函数的所有调用。
/tmp/test.pony:5:19: call is not partial but the method is - a question mark is required after this call iterator.next() ^ Info: /tmp/ponyc/packages/builtin/array.pony:578:24: method is here fun ref next(): B->A ? => ^
下载地址: