Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sidprasad/NetworkInterpreter
Interpreter with shared environment across a network
https://github.com/sidprasad/NetworkInterpreter
Last synced: 3 months ago
JSON representation
Interpreter with shared environment across a network
- Host: GitHub
- URL: https://github.com/sidprasad/NetworkInterpreter
- Owner: sidprasad
- Created: 2015-04-08T19:27:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-30T17:54:21.000Z (over 9 years ago)
- Last Synced: 2024-04-24T15:34:36.088Z (7 months ago)
- Language: C
- Size: 902 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - NetworkInterpreter
README
# Network Interpreter
### Shea Clark-Tieche, Siddhartha Prasad, and Nikhil Shinday*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.More details can be found in the [System wiki](https://github.com/sidprasad/NetworkInterpreter/wiki).
## Applications
- Education
- Job Interviews
- Problem Solving
- General collaboration
- !! FUN !!