1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
<html>
<body>
<h1> fungw language bindings - funlisp </h1>
<h2> datasheet </h2>
<p>
<table border=1 cellspacing=0>
<tr> <th> tested on
<td> Debian (<a href="https://github.com/brenns10/funlisp"> funlisp </a> 1.1.0)
<tr> <th> known bugs/limitations
<td> none
<tr> <th> API stability
<td> <b>stable</b>
<tr> <th> configuration requirements
<td> nothing special
</table>
<h2> Details </h2>
<p>
Funlisp is a minimalistic lisp interpreter implemented in about 3k sloc. Its
focus is simplicity and portability.
</body>
</html>
|