Current links
1 - 7 of 7
<<
[ 1 ]
>>
Computer Base Lexikon
Functional, Programming
|

Visit
|
In einer funktionalen Programmiersprache werden Berechnungen als Auswertung mathematischer Funktionen verstanden. Im Unterschied dazu werden in prozeduralen (oder imperativen) Programmiersprachen Berechnungen als Befehlssequenzen dargestellt, die nacheinander abgearbeitet werden. Die mathematische Grundlage der funktionalen Programmierung ist der ?-Kalkül (Aussprache: Lambda-Kalkül).
http://www.computerbase ... le_Programmierung (3285 hits)
rck, 2004-09-22 |
|
|
CS 776 Functional Programming
Functional, Programming
|

Visit
|
This course will discuss important concepts of functional programming such as recursive definitions, higher-order functions, type inference, polymorphism, abstract data types, modules etc. The programming exercises will illustrate the utility of list-processing, pattern matching, abstraction of data/control, strong typing, and parameterized modules (functors). We also study the mathematical reasoning involved in the design of functional programs and techniques for proving properties about functions so defined.
http://www.cs.wright.ed ... /cs776/cs776.html (1818 hits)
rck, 2004-05-31 |
|
|
FH Wedel: Funktionale Programmierung
Functional, Haskell, Programming
|

Visit
|
Übersichtsfolien zu Haskell. Enthält Literaturempfehlungen, Beschreibung der Haskell Sprachelemente und Infos über Kombinator-Bibliotheken und DSLs
http://www.fh-wedel.de/ ... sungen/fp/fp.html (1792 hits)
rck, 2004-09-22 |
|
|
Gentle Introduction to Haskell
Functional, Haskell, Programming
|

Visit
|
Our purpose in writing this tutorial is not to teach programming, nor even to teach functional programming. Rather, it is intended to serve as a supplement to the Haskell Report [4], which is otherwise a rather dense technical exposition. Our goal is to provide a gentle introduction to Haskell for someone who has experience with at least one other language, preferably a functional language (even if only an "almost-functional" language such as ML or Scheme).
http://haskell.org/tutorial/ (1692 hits)
rck, 2004-05-31 |
|
|
Informatik-Forum: Funktionale Programmierung
Functional, Haskell, Programming
|

Visit
|
Die Selbsthilfegruppe zur Lehrveranstaltung Funktionale Programmierung auf der TU Wien.
http://www.informatik-f ... display.php?f=136 (2945 hits)
rck, 2004-09-22 |
|
|
Modules & ADTs in Haskell
Functional, Haskell, Programming
|

Visit
|
A Haskell program consists of a collection of modules. A module in Haskell serves the dual purpose of controlling name-spaces and creating abstract data types.
The top level of a module contains any of the various declarations we have discussed: fixity declarations, data and type declarations, class and instance declarations, type signatures, function definitions, and pattern bindings. Except for the fact that import declarations (to be described shortly) must appear first, the declarations may appear in any order (the top-level scope is mutually recursive).
http://www.mathematik.u ... rial/modules.html (1706 hits)
rck, 2004-05-31 |
|
|
Torsten Grust: Skriptum Funktionale Programmierung
Functional, Programming
|

Visit
|
Ein interessantes Skript von Torsten Grust, "Funktionale Programmierung", folgt in einzelnen Teilen, die zusammengefasste gepackte Version am Anfang: haskell2.zip. Feedback zu den Folien und Verbesserungs- oder Ergänzungsvorschläge sind jederzeit willkommen, einfach Mail an Torsten.Grust@uni-konstanz.de.
http://www.physicsnet.o ... content-81-1.html (2117 hits)
rck, 2004-09-22 |
|
|
<<
[ 1 ]
>>
5 10
|