Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.
/ lavender Public archive

Lavender is an interpreted, pure functional REPL-based programming language.

License

Notifications You must be signed in to change notification settings

kvverti/lavender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lavender


Lavender is an interpreted, pure functional REPL-based programming language. It supports built in floating point numbers and strings, with vectors, lists, hashtables, and functional monads implemented in the standard libraries. Lavender is untyped, and it represents all values as functions.

This repository houses the Lavender documentation site, as well as the original Lavender interpreter implementation in Java. The Java implementation is no longer being maintained; Lavender is now implemented in C and can be found at https://github.com/kvverti/clavender.

Further documentation can be found on the GitHub pages site.

About

Lavender is an interpreted, pure functional REPL-based programming language.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published