内容简介:Put simply, Clojure implemented atop Rust! My main goals here are
ClojureRS
Put simply, Clojure implemented atop Rust! My main goals here are
Project Goals:
- To create a version of Clojure that gets to exist independent of a particular platform
- To explore a Clojure that, being more independent, has a. Proper tail call elimination b. Conditions / Restarts c. Any other feature it might not normally be able to indulge
-
To, should the project progress, begin looking more serious into advanced compilation techniques, to create a serious Clojure implementation
Check clojureRS.org (the file, not website) for more notes about the design of the language, which should grow as the program grows.
Personal Goals:
- Work a bit closer to the metal, and do so with Rust, two pleaures of mine
- Work more with compilation, another pleasure
- Give myself a functional lisp to script with – but not necessarily because of any issue with our other clojure-scripting options
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
数据库系统概念
Abraham Silberschatz、Henry F. Korth、S. Sudarshan / 杨冬青、马秀莉、唐世渭 / 机械工业 / 2006-10-01 / 69.50元
本书是数据库系统方面的经典教材之一。国际上许多著名大学包括斯坦福大学、耶鲁大学、得克萨斯大学、康奈尔大学、伊利诺伊大学、印度理工学院等都采用本书作为教科书。我国也有许多所大学采用本书以前版本的中文版作为本科生和研究生的数据库课程的教材和主要教学参考书,收到了良好的效果。 本书调整和新增内容:调整了第4版的讲授顺序。首先介绍SQL及其高级特性,使学生容易接受数据库设计的概念。新增数据库设计的专......一起来看看 《数据库系统概念》 这本书的介绍吧!