Skip to content
/ uscheme Public

A random personal hack: A tiny fragment of Scheme in Haskell

Notifications You must be signed in to change notification settings

emk/uscheme

Repository files navigation

uscheme is a personal hack. There's nothing terribly interesting here at the moment.

You know how the XP people talk about "code katas"? This is like that. Sometimes I've just got to hack together a partial Scheme implementation for the fun of it.

This one's a bit weird: It doesn't support the full range of Scheme data types at run time, limiting itself to fixnums, floats and booleans. My goal isn't to build a useful programming language, but rather to explore certain implementation questions with as few moving parts as possible.

About

A random personal hack: A tiny fragment of Scheme in Haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published