Skip to content

A minimalistic lisp interpreter that can be easily interfaced through C++ to expose classes etc.

Notifications You must be signed in to change notification settings

domachine/Lisp-Interaction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 

Repository files navigation

TODO-List

Implement `equal’ form.

State

Equal operator for numbers is implemented. One for the `string’ type is needed.

The next stage will be the implementation of the `equal’ to expose those operators to the lisp side.

Default forms.

Make this default forms customizable through variables or something.

What I’m talkin’ about is this ugly default form list in `src/lisp.cpp’ This should be customizable through the user. Maybe by implementing this list as vector so that the user can add his forms easily by using a function (which must be implemented too).

State

Nothing done yet. :-)

About

A minimalistic lisp interpreter that can be easily interfaced through C++ to expose classes etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages