Paketname | kaya |
Beschreibung | A statically typed, imperative programming language |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.4.4-2ubuntu1 |
Sektion | universe/devel |
Priorität | extra |
Installierte Größe | 12156 Byte |
Hängt ab von | libc6 (>= 2.11), libedit2 (>= 2.5.cvs.20010821-1), libffi5 (>= 3.0.4), libgc1c2 (>= 1:6.8-1.1), libg |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 2833682 Byte |
Prüfsumme MD5 | ed6e386d532ebb95cf1e50fc86f34487 |
Prüfsumme SHA1 | 80f777b88d22124c0bc0d13639bf6b57289c56a7 |
Prüfsumme SHA256 | 54a7645de4c7ce350f56114b8842f72cb5c4ece339a2874c5aa0951999548ba6 |
Link zum Herunterladen | kaya_0.4.4-2ubuntu1_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.
|