-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Siddhartha Prasad edited this page Apr 27, 2015
·
1 revision
#Network Interpreter
uScheme
is a language detailed in the book Programming Languages: an Interpreter-Based Approach by Ramsey and Kamin. This repository/directory contains a uScheme
interpreter that can be used by several clients across a network. All clients share an environment, and need to be connected to the parent server to access it. A graceful exit runs the interpreter locally with the shared environment. While this program uses a uScheme
interpreter, and has some language specific features, the server and client are interpreter agnostic in a general sense.
This project was originally written for Comp112: Networks at Tufts University.