Skip to content
/ elis Public

Embeddable Lisp-like programming language written in ANSI C.

License

Notifications You must be signed in to change notification settings

ooichu/elis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elis

Embeddable Lisp-like programming language written in ANSI C.

Overview

Basically, it's fe with some improvements that conflict with original design.

What's new:

  • endian independent implementation
  • new builtins: eval, apply, gensym, % (modulo) and // (integer division)
  • new library functions: elis_apply(), elis_setcar(), elis_setcdr() and elis_is()
  • new type: userdata
  • unpacking and multiple forms for = and let
  • number of available objects can grow at runtime
  • strings now are ordinary null-terminated C strings
  • implementation is fully compatible with C++
  • compile-time configuration options: ELIS_STACK_SIZE, ELIS_NUMBER_TYPE and other
  • some fixes and little improvements

License

This library is free software; you can redistribute it and/or modify it under the terms of the MIT license. See LICENSE for details.

About

Embeddable Lisp-like programming language written in ANSI C.

Topics

Resources

License

Stars

Watchers

Forks