File: lang_estutter.html

package info (click to toggle)
fungw 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,268 kB
  • sloc: ansic: 24,257; makefile: 500; sh: 32; awk: 9; perl: 8; tcl: 7; javascript: 7; ruby: 7; python: 6
file content (28 lines) | stat: -rw-r--r-- 822 bytes parent folder | download | duplicates (3)
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
27
28
<html>
<body>

<h1> fungw language bindings - estutter </h1>

<h2> datasheet </h2>
<p>
<table border=1 cellspacing=0>
	<tr> <th> tested on
		<td> Debian (<a href="http://www.repo.hu/projects/estutter"> estutter </a> 1.0.0)
	<tr> <th> known bugs/limitations
		<td> none
	<tr> <th> API stability
		<td> <b>stable</b> (we also have full control over the estutter project so fungw support is likely to remain stable for long)
	<tr> <th> configuration requirements
		<td> nothing special

</table>

<h2> Details </h2>
<p>
estutter is a medium complexity lisp-like interpreter implemented in about
9k sloc. The language is inspired by and supports elements of common lisp
and elements of scheme. Despite of its small size, it features a lot of advanced
concepts, like OOP, CLOS, customizable I/O streams, SETF.

</body>
</html>