Paketname | lisaac |
Beschreibung | Object-oriented language base on prototype |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1:0.13.1-3 |
Sektion | devel |
Priorität | optional |
Installierte Größe | 1472 Byte |
Hängt ab von | libc6 (>= 2.1), lisaac-common, gcc (>= 4.1) |
Empfohlene Pakete | lisaac-doc |
Paketbetreuer | picca frederic |
Quelle | |
Paketgröße | 482956 Byte |
Prüfsumme MD5 | b3eb75d1d03eb3cb28b1707a5fccd59d |
Prüfsumme SHA1 | de826e74d116370a86da698d556341c2fca60320 |
Prüfsumme SHA256 | 99d9a7e53d8c5a1ae75d0bcd2efae3b813f0ee6f028b12afcfc0f51bab9b00bd |
Link zum Herunterladen | lisaac_0.13.1-3_i386.deb |
Ausführliche Beschreibung | 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
|