Skip to content

ESHcript is a Lisp programming language developed by Eli S. Hickox, hence the name "eshcript"

License

Notifications You must be signed in to change notification settings

ehickox/eshcript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESHcript

ESHcript is an interpreted Lisp programming language developed by Eli S. Hickox, hence the name "ESHcript".

Makes use of the mpc Parser Combinator library for C.

This is not intended to be a full-scale, production level, programming language. A language is only as good as the library that surounds it. This is just a personal pet project that I have been tinkering with for a while.

To install:

  1. Clone the git repository

  2. cc -std=c99 -Wall prompt.c mpc.c -ledit -lm -o prompt

Currently only supported on OS X.

WARNING: This is experimental, pre-alpha software. I am not responsible for what this does to your computer.

About

ESHcript is a Lisp programming language developed by Eli S. Hickox, hence the name "eshcript"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages