[ 原始碼: lisaac ]
套件:lisaac(1:0.39~rc1-3.1)
Object-oriented language based on prototype
Lisaac is a small prototype-based programming language. The ideas in Lisaac are mostly inspired by Smalltalk (all values are objects), Self (prototype-based) and Eiffel (design by contract). It has the following features:
* pure object language * very fast (like C code) * dynamic and multiple inheritance * dynamic definition slots * static typing (invariant) * generic types * auto-cast type system * programming by contract * interrupt manager * include C code facilities
其他與 lisaac 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.17)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: lisaac-common
- Arch-independent part for lisaac
-
- rec: lisaac-doc
- Documentation for lisaac
-
- sug: lisaac-mode
- Emacs mode for editing Lisaac programs