Racket 6.9 发布,Lisp 语言分支

栏目: Lisp · 发布时间: 8年前

内容简介:Racket 6.9 发布,Lisp 语言分支

Racket 6.9 发布了,该版本包含如下改进内容:

  • The official package catalog Web site is revised to have a new user experience.

  • The Northwestern snapshot site keeps weekly snapshots going up to 12 weeks into the past. Those provide a middle ground for users who want access to new features earlier than stable releases, but want less churn than nightly builds.

  • DrRacket provides a refactoring tool to remove unused requires in modules.

  • DrRacket’s #lang-line customization support works better with buggy (i.e., in development) languages.

  • The web server’s cookie libraries, including “id cookie” authentication, support RFC 6265.

  • Thedblibrary supports PostgreSQL’s UUID type.

  • Theracocommand lists matching commands when passed an ambiguous command prefix.

  • The bytecode compiler detects more optimization opportunities for structure operations.

  • Scribble can produce output via XeLaTeX as an alternative to LaTeX.

  • Scribble supports theacmartLaTeX style, for use with ACM publications.

  • Scribble supports the use of CJK characters in tags.

此外,修复了沙盒的安全问题,建议使用沙盒的用户尽快升级。

Racket源自著名的专家型语言PLT Scheme,同时又是Lisp语言的一个分支。它适用于从脚本Script到应用程序开发的任务执行工具,包括图形用户界面,Web服务器等。支持编译器的虚拟机,创建独立的可执行程序的工具,Racket Web服务器,具有丰富而全面的功能库,适用于初学者和专家编程。


以上所述就是小编给大家介绍的《Racket 6.9 发布,Lisp 语言分支》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Android 源码设计模式解析与实战

Android 源码设计模式解析与实战

何红辉、关爱民 / 人民邮电出版社 / 2015-11 / 79.00元

本书专门介绍Android源代码的设计模式,共26章,主要讲解面向对象的六大原则、主流的设计模式以及MVC和MVP模式。主要内容为:优化代码的首步、开闭原则、里氏替换原则、依赖倒置原则、接口隔离原则、迪米特原则、单例模式、Builder模式、原型模式、工厂方法模式、抽象工厂模式、策略模式、状态模式、责任链模式、解释器模式、命令模式、观察者模式、备忘录模式、迭代器模式、模板方法模式、访问者模式、中介......一起来看看 《Android 源码设计模式解析与实战》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试