Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

101 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple things should be simple, complex things should be possible.

-- Alan Kay

A simple Lisp interpreter for Java. It is heavily inspired by amake/TinyLisp, with additional features:

  • JSON representation, which makes it ready for visualization
  • A simple debugger to trace every step of the evaluation
  • Compact formatting to one line
  • Reactive playground
  • Good enough performance, comparing to SpEL or Groovy
  • 75+ Built-in functions for math, text and date-time handling
  • Null safety for all built-in functions

参考阅读:Lisp之根源

About

A simple Lisp interpreter for Java.

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages