皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

Crystal 0.28.0 发布,类 Ruby 语法的编译型编程语言

Crystal 0.28.0 已发布。Crystal 是一门基于 LLVM 的可编译的静态类型语言,它整个设计尽可能的接近 Ruby 的体验,你会看到语法、各种标准库的接口都几乎和 Ruby 一样(但兼容 Ruby 不是它的目标)。

开发团队表示他们热爱 Ruby 编写代码的效率,又倾心于 C 语言的性能。所以他们打造的 Crystal 语言给开发者提供了 Ruby 一样的语法体验,而且还拥有 C 一样的性能(官方给出的某些测试数据表明)。

这是一次重大版本更新,包括新的语言结构、改进现有功能,std-lib 的许多有趣补充,以及期待已久的多线程和 Windows 功能的重要变化。

Language changes

  • (breaking-change) Enum declaration members can no longer be separated by a space, only by a newline, ; or ,, the latter being deprecated and reformatted to a newline. (#7607#7618)
  • Add begin-less and end-less ranges: array[5..]. (#7179)
  • Add offsetof(Type, @ivar) expression. (#7589)

Macros

  • Add Type#annotations to list all annotations and not just the last of each kind. (#7326)
  • Add ArrayLiteral#sort_by macro method. (#3947)

其他大量更新请查阅发行说明

下载地址:

Source code(zip)

Source code(tar.gz)

转自 https://www.oschina.net/news/106082/crystal-0-28-0-released