Skip to content

SamuelSchlesinger/Lispish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lispish language... Here are the facts.

  1. There is no specification

  2. Programs consist of a series of top level definitions

  3. There's a funky hack that will automatically curry things for you

  4. You can include other files via "include = (...)"

  5. Numbers and booleans are encoded in the lambda calculus.

  6. It is bound to be incredibly slow on trivial programs.

  7. I'm having a lot of fun playing with this.

If you want an example you can look in the Prelude.

About

This is a weird lil language I wrote a parser and evaluator for

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors