Skip to content
/ symta Public

The Symta Programming Language Implementation

License

Notifications You must be signed in to change notification settings

Tanami/symta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symta is a novel dialect of Lisp programming language. Symta features succinct syntax, geared towards list-processing, and innovative approach to memory management, without requiring pause-inducing garbage collection or manual deallocation.

See doc/symta-by-example.md for a quick introduction to the language.