1
1
Fork
You've already forked milisp
0
Mischievous Lisp
  • Rust 56.3%
  • Standard ML 17.8%
  • OCaml 16.2%
  • NewLisp 9%
  • Makefile 0.3%
  • Other 0.3%
2026年07月15日 23:32:49 +02:00
mili Implement native alternatives to 'include' 'use' and 'filter-env' based on 'load-env' 2026年07月15日 23:32:49 +02:00
milisp Implement native alternatives to 'include' 'use' and 'filter-env' based on 'load-env' 2026年07月15日 23:32:49 +02:00
tests Implement macros 2026年07月15日 00:24:37 +02:00
.gitignore Add stdlib to mili evaluator 2026年06月24日 12:15:04 +02:00
Cargo.lock Improve performance further by avoiding reconversion of arguments into lisp types 2026年07月09日 01:37:45 +02:00
Cargo.toml Implement better syntax highlighting 2026年06月14日 16:56:13 +02:00
README.md Improve performance further by avoiding reconversion of arguments into lisp types 2026年07月09日 01:37:45 +02:00

Mischievous Lisp

TODO

  • (削除) varargs via &rest + special field in LOBject::Closure (削除ここまで) (kinda via __rest)
  • error builtin proc
  • optional args via &optional + special field in LOBject::Closure
  • comment introspection (doc builtin or similar)
  • resquash stdlib environments