GithubHelp home page GithubHelp logo

lambdaconservatory / ypsilon Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fujita-y/ypsilon

1.0 1.0 0.0 51.09 MB

Automatically exported from code.google.com/p/ypsilon

License: Other

Makefile 0.16% Batchfile 0.04% Scheme 46.56% TeX 0.84% C 1.32% Objective-C 0.14% C++ 50.49% Assembly 0.40% Roff 0.04%

ypsilon's Introduction

Ypsilon: The implementation of R6RS Scheme Programming Language for real-time applications

Ypsilon is the implementation of Scheme Programming Language, which conforms to the standard R6RS. It achieves a remarkably short GC pause time and the best performance in parallel execution as it implements "mostly concurrent garbage collection", which is optimized for the multi-core CPU.

Ypsilon is easy to use as well as good for applications of any kind that require quick, reliable, and interactive data processing. It implements full features of R6RS and R6RS standard libraries including:

  • arbitrary precision integer arithmetic
  • rational number
  • exact and inexact complex number
  • top-level program
  • proper tail recursion
  • call/cc and dynamic wind
  • unicode
  • bytevectors
  • records
  • exceptions and conditions
  • i/o
  • syntax-case
  • hashtables
  • enumerations

The implementation of the library system is adopted to be suitable for interactive development. Ypsilon always instantiate the library upon every import regardless of its phase, and identifiers which has been exported from it can be referred in every level. The "for" form for explicit-phased models will be syntax-checked but the contents will be ignored.

More libraries are included to support a wide variety of software development. Also it has built-in FFI which is easy to use. Please refer to the following files for FFI overview.

This project is migrated from code.google.com/p/ypsilon

ypsilon's People

Contributors

fujita-y avatar

Stargazers

C. Tarbide avatar

Watchers

James Cloos 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.