skip to main content

kiesler.at
You are NOT logged in. ( login | New Account Signup | Forgot Your Password? ) Why log in?
Link Manager

Funktionale Programmierung

HaskellIcon20040530.png  

Funktionale Programmierung hat mit der von den meisten gewohnten Imperativen Programmierung nicht viel gemeinsam. Statt anzugeben "wie" etwas zu tun ist, beschreibt man "was" man erhalten möchte; üblicherweise ist das eine mathematische Formel.

 

Communities :: Study [ Software Engineering :: Übersetzerbau :: Mathematik :: EPROG :: Knowledge Management ]

 

Current links

1 - 7 of 7

<<  [ 1 ]  >>

Computer Base Lexikon
Functional, Programming

Computer Base Lexikon

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

CS 776 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

FH Wedel: Funktionale Programmierung

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

Gentle Introduction to Haskell

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

Informatik-Forum: Funktionale Programmierung

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

Modules & ADTs in Haskell

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

Torsten Grust: Skriptum Funktionale Programmierung

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

Latest Updates

AdministrativeTexts
updated by freddiemac1993, 4 days ago
wiki

Re: adventures
created by brittdavis10, 2012-02-23 (1 rply, 3 views)
thread

Re: how to run phpwebsite...
created by alexander, 2011-08-25 (2 rpls, 3607 views)
thread

Re: Forum tags
created by HaroldFaragher, 2011-08-22 (3 rpls, 8485 views)
thread


Zu den KO2100 Foren