Paketname | kaya |
Beschreibung | A statically typed, imperative programming language |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.4.4-4+b1 |
Sektion | devel |
Priorität | extra |
Installierte Größe | 12304 Byte |
Hängt ab von | libc6 (>= 2.11), libedit2 (>= 2.11-20080614-1), libffi5 (>= 3.0.4), libgc1c2 (>= 1:6.8-1.1), libgcc1 |
Empfohlene Pakete | |
Paketbetreuer | Stuart Teasdale |
Quelle | kaya (0.4.4-4) |
Paketgröße | 2847628 Byte |
Prüfsumme MD5 | 9d5d337b503cf4d78309916ce83984bc |
Prüfsumme SHA1 | 442625ad2877238d681517190dd29096d89fb522 |
Prüfsumme SHA256 | c87d1d69a02d2d143311513def93449b46efc26b0eb701a3a04b1b54bf962174 |
Link zum Herunterladen | kaya_0.4.4-4+b1_i386.deb |
Ausführliche Beschreibung | Kaya is a compiled statically typed (ie, types are checked at compile
time) imperative programming language; unlike other such languages,
however, types are inferred rather than declared - there is no need for
type declarations of local variables. Kaya has "tagged union" data
structures, a powerful feature more commonly found in functional
languages such as OCaml and Haskell.
.
Kaya also has built-in abstractions for web application development,
making it easy to write a CGI program without paying too much attention
to low level details such as state management and form handling.
|