Skip to content

mapogolions/toy-lisp-dialect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toy LISP dialect

Yet another lisp interpreter

Inspired by Liutos

How to use

dotnet test
dotnet run --project .\Cl.Utop\Cl.Utop.csproj

By default REPL loads the stdlib file so you can use predefined functions written in toy lisp.

Hello World

(define hello-world 'Hello World!')
(println hello-world)

In case you want more examples

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages