Giter Site home page Giter Site logo

sketch's Introduction

Sketch is a toy Scheme interpreter written in C. The project's in its infancy.
The primary reasons to do it were: to scratch an itch; to figure out how to
implement some of the interesting features of Scheme w/o looking up existing
implementations; and to try to get decent performance while keeping the code
very simple.

The guiding principle is simplicity of code. The next concern is performance, but
simplicity will usually be much more important to me.

The plan is to get core features of Scheme working, as outlined in R5RS:
http://www.schemers.org/Documents/Standards/R5RS/
In particular, I want lexical scoping, closures, and continuations to work. There
will be some sort of garbage collection that is /not/ reference counting.

I'm documenting my progress as I go along in a series of blogposts in Russian at
my blog (http://avva.livejournal.com). They're structured as a series of 'fits',
and code that's ready by the end of each fit will be so labeled in this repo.
It'd be nice to finish the core functionality in 8 fits.

sketch's People

Contributors

avorobey avatar ilyad avatar

Watchers

 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.