Code Monkey home page Code Monkey logo

chezscheme's Introduction

test

简介

三策码(Chez Scheme,法语音 Chez Schème)既是一种编程语言,也是一种语言的自繁实现,带有支持工具和文档。三策码是 Lisp 语言中 Lisp-Scheme 的另一“地区方言”。三策码之母是解释型语言 Lisp,Lisp 这门古老的经典语言是因其曾广泛应用于人工智能而扬名于世,但是三策码可以将源文件预编译为二进制形式存储和运行,极大地提高了程序的速度性能。

作为“关于算法语言方案的修订版6报告”(Revised6 Report on the Algorithmic Language Scheme ,R6RS)中描述的语言的超集,三策码支持思策码(Scheme,法语音 Schème)的所有标准特性,包括一流的过程、尾调用的正确处理、延续、用户定义的记录、库、异常和纯净宏扩展。

三策码还包括对与 C 和其他语言接口的广泛支持、对可能在多核上运行的多线程的支持、非阻塞 I/O 以及许多其他功能。

三策码实现由编译器、运行时系统和编程环境组成。尽管可以使用解释器,但默认情况下会编译所有代码。当从源文件加载或通过 shell 输入时,源代码会即时编译。源文件也可以预编译为存储的二进制形式,并在其依赖项发生变化时自动重新编译。无论是动态编译还是预编译,编译器都会生成优化的机器代码,并在单独编译的库边界上进行一些优化。还可以指示编译器执行整个程序编译,它进行完整的跨库优化,并将程序及其依赖的库减少到单个二进制文件。

运行时系统与操作系统接口并支持二进制和文本(Unicode)I/O、自动存储管理(动态内存分配和分代垃圾收集)、库管理和异常处理等。默认情况下,编译器包含在运行时系统中,允许在运行时生成和编译程序,动态编译代码的存储,就像任何其他动态分配的存储一样,由垃圾收集器自动回收。

编程环境包括源代码级调试器、在编译期间启用分析时生成分析计数和程序“热点”的 HTML 显示的机制、用于检查内存使用情况的工具和交互式 shell 界面(表达式编辑器,或简称“exeditor”),支持多行表达式编辑。 三策码语言的 R6RS 核心在“Scheme编程语言”(The Scheme Programming Language) 中进行了描述,其中还包括对思策码的介绍和一组示例程序。三策码的附加语言、运行时系统和编程环境功能在三策码用户指南 中进行了描述。后者包括一个共享索引和一个共享的表格摘要,在适合前者的地方带有链接,因此它通常是最好的起点。

通过构建三策码开始使用三策码

有关更多信息,请参阅三策码项目页面

===========================================================================

Build Status

Chez Scheme is both a programming language and an implementation of that language, with supporting tools and documentation.

As a superset of the language described in the Revised6 Report on the Algorithmic Language Scheme (R6RS), Chez Scheme supports all standard features of Scheme, including first-class procedures, proper treatment of tail calls, continuations, user-defined records, libraries, exceptions, and hygienic macro expansion.

Chez Scheme also includes extensive support for interfacing with C and other languages, support for multiple threads possibly running on multiple cores, non-blocking I/O, and many other features.

The Chez Scheme implementation consists of a compiler, run-time system, and programming environment. Although an interpreter is available, all code is compiled by default. Source code is compiled on-the-fly when loaded from a source file or entered via the shell. A source file can also be precompiled into a stored binary form and automatically recompiled when its dependencies change. Whether compiling on the fly or precompiling, the compiler produces optimized machine code, with some optimization across separately compiled library boundaries. The compiler can also be directed to perform whole-program compilation, which does full cross-library optimization and also reduces a program and the libraries upon which it depends to a single binary.

The run-time system interfaces with the operating system and supports, among other things, binary and textual (Unicode) I/O, automatic storage management (dynamic memory allocation and generational garbage collection), library management, and exception handling. By default, the compiler is included in the run-time system, allowing programs to be generated and compiled at run time, and storage for dynamically compiled code, just like any other dynamically allocated storage, is automatically reclaimed by the garbage collector.

The programming environment includes a source-level debugger, a mechanism for producing HTML displays of profile counts and program "hot spots" when profiling is enabled during compilation, tools for inspecting memory usage, and an interactive shell interface (the expression editor, or "expeditor" for short) that supports multi-line expression editing.

The R6RS core of the Chez Scheme language is described in The Scheme Programming Language, which also includes an introduction to Scheme and a set of example programs. Chez Scheme's additional language, run-time system, and programming environment features are described in the Chez Scheme User's Guide. The latter includes a shared index and a shared summary of forms, with links where appropriate to the former, so it is often the best starting point.

Get started with Chez Scheme by Building Chez Scheme.

For more information see the Chez Scheme Project Page.

chezscheme's People

Contributors

dybvig avatar akeep avatar mflatt avatar burgerrg avatar owaddell-beckman avatar gus-massa avatar ybay avatar cjfrisz avatar jltaylor-us avatar michaellenaghan avatar gwatt avatar jarhmander avatar yunlingz avatar alshopov avatar yjqww6 avatar mohd-akram avatar melted avatar combinatorylogic avatar liberalartist avatar kleinpa avatar fitzgen avatar gavwhela avatar fweimer avatar krrrcks avatar abmclin avatar barak avatar leifandersen avatar goober99 avatar nhalx avatar owaddell avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.