红联Linux门户
Linux帮助

Red language 0.5.0发布

发布时间:2014-12-23 10:55:52来源:红联作者:empast
Red language 0.5.0 发布,该版本带了基于原型(prototype)的对象(object)支持。

book: object [ title: author: none show: does [print [mold title "was written by" author]]] book/title: "The Time Machine"book/author: "H.G.Wells"print book/titlebook/show

了解详细信息可访问官方Blog:http://www.red-lang.org/2014/12/050-objects-support.html

Red language 是一个本地代码编译功能、象征性的和homoiconic的编程语言,重新使用REBOL的语法和语义。静态和JIT编译支持计划。一个强烈的重点是对并 发任务和数据并行使用一个演员般的抽象和并行集合(斯卡拉类)的支持。从低层次的系统编程(内置Red/System C级DSL),最多一个可选的REPL控制台,高层次的脚本和嵌入式系统的使用利差的目标范围。

软件详情:https://github.com/red/red

来自:开源中国社区
文章评论

共有 0 条评论