slovodefinícia
haskell
(encz)
Haskell,Haskell n: [jmén.] příjmení, okres v USA Zdeněk Brož a
automatický překlad
haskell
(czen)
Haskell,Haskelln: [jmén.] příjmení, okres v USA Zdeněk Brož a
automatický překlad
haskell
(foldoc)
Haskell
hs

(Named after the logician Haskell Curry) A lazy
purely functional language largely derived from Miranda
but with several extensions. Haskell was designed by a
committee from the functional programming community in April
1990. It features static polymorphic typing, {higher-order
functions}, user-defined algebraic data types, and
pattern-matching list comprehensions. Innovations include
a class system, systematic operator overloading, a
functional I/O system, functional arrays, and {separate
compilation}.

Haskell 1.3 added many new features, including monadic I/O,
standard libraries, constructor classes, labeled fields in
datatypes, strictness annotations, an improved module
system, and many changes to the Prelude.

Gofer is a cut-down version of Haskell with some extra
features.

Filename extension: .hs, .lhs (literate programming).

(http://haskell.org/).

["Report on the Programming Language Haskell Version 1.1",
Paul Hudak & P. Wadler eds, CS Depts, U Glasgow and Yale U.,
Aug 1991].

[Version 1.2: SIGPLAN Notices 27(5), Apr 1992].

{Haskell 1.3 Report
(http://haskell.cs.yale.edu/haskell-report/haskell-report.html)}.

Mailing list: .

Yale Haskell - Version 2.0.6, Haskell 1.2 built on {Common
Lisp}.

(ftp://nebula.cs.yale.edu/pub/haskell/yale/).

Glasgow Haskell (GHC) - Version 2.04 for DEC Alpha/OSF2;
HPPA1.1/HPUX9,10; SPARC/SunOs 4, Solaris 2;
MIPS/Irix 5,6; Intel 80386/Linux,Solaris
2,FreeBSD,CygWin 32; PowerPC/AIX. GHC generates C
or native code.

(ftp://ftp.dcs.glasgow.ac.uk/pub/haskell/glasgow/).

E-mail: .

Haskell-B - Haskell 1.2 implemented in LML, generates
native code.

(ftp://ftp.cs.chalmers.se/pub/haskell/chalmers/).

E-mail: .

(1997-06-06)
podobné slovodefinícia
haskell
(encz)
Haskell,Haskell n: [jmén.] příjmení, okres v USA Zdeněk Brož a
automatický překlad
haskell
(czen)
Haskell,Haskelln: [jmén.] příjmení, okres v USA Zdeněk Brož a
automatický překlad
data parallel haskell
(foldoc)
Data Parallel Haskell

Adds Parallel Objects with arbitrary
Dimension (PODs) and POD comprehensions to Haskell.

(ftp://redstar.dcs.qmw.ac.uk/cpc/jon_hill/dpGlue.ps.Z).

["Data Parallel Haskell: Mixing Old and New Glue", J. Hill].

(1995-03-30)
glasgow haskell compiler
(foldoc)
Glasgow Haskell Compiler

(GHC) A Haskell 1.2 compiler written in Haskell
by the AQUA project at Glasgow University, headed by Simon
Peyton Jones throughout the 1990's
[started?]. GHC can generate either C or native code for
SPARC, DEC Alpha and other platforms. It can take
advantage of features of gcc such as global register
variables and has an extensive set of optimisations.

GHC features an extensible I/O system based on a "monad",
in-line C code, fully fledged unboxed data types,
incrementally-updatable arrays, mutable reference types,
generational garbage collector, concurrent threads.
Time and space profiling is also supported.

It requires GNU gcc 2.1+ and Perl.

GHC runs on Sun-4, DEC Alpha, Sun-3, NeXT, DECstation,
HP-PA and SGI.

{Glasgow FTP
(ftp://ftp.dcs.glasgow.ac.uk/pub/haskell/glasgow/)}. {Yale
(ftp://nebula.cs.yale.edu/pub/haskell/glasgow/)}. {Sweden
(ftp://ftp.cs.chalmers.se/pub/haskell/glasgow/)}.

Papers (ftp://ftp.dcs.glasgow.ac.uk/pub/glasgow-fp).

["Imperative functional programming", Peyton Jones & Wadler,
POPL '93].

["Unboxed data types as first-class citizens", Peyton Jones &
Launchbury, FPCA '91].

["Profiling lazy functional languages", Sansom & Peyton Jones,
Glasgow workshop '92].

["Implementing lazy functional languages on stock hardware",
Peyton Jones, Journal of Functional Programming, Apr 1992].

E-mail: .

(1999-01-05)
haskell
(foldoc)
Haskell
hs

(Named after the logician Haskell Curry) A lazy
purely functional language largely derived from Miranda
but with several extensions. Haskell was designed by a
committee from the functional programming community in April
1990. It features static polymorphic typing, {higher-order
functions}, user-defined algebraic data types, and
pattern-matching list comprehensions. Innovations include
a class system, systematic operator overloading, a
functional I/O system, functional arrays, and {separate
compilation}.

Haskell 1.3 added many new features, including monadic I/O,
standard libraries, constructor classes, labeled fields in
datatypes, strictness annotations, an improved module
system, and many changes to the Prelude.

Gofer is a cut-down version of Haskell with some extra
features.

Filename extension: .hs, .lhs (literate programming).

(http://haskell.org/).

["Report on the Programming Language Haskell Version 1.1",
Paul Hudak & P. Wadler eds, CS Depts, U Glasgow and Yale U.,
Aug 1991].

[Version 1.2: SIGPLAN Notices 27(5), Apr 1992].

{Haskell 1.3 Report
(http://haskell.cs.yale.edu/haskell-report/haskell-report.html)}.

Mailing list: .

Yale Haskell - Version 2.0.6, Haskell 1.2 built on {Common
Lisp}.

(ftp://nebula.cs.yale.edu/pub/haskell/yale/).

Glasgow Haskell (GHC) - Version 2.04 for DEC Alpha/OSF2;
HPPA1.1/HPUX9,10; SPARC/SunOs 4, Solaris 2;
MIPS/Irix 5,6; Intel 80386/Linux,Solaris
2,FreeBSD,CygWin 32; PowerPC/AIX. GHC generates C
or native code.

(ftp://ftp.dcs.glasgow.ac.uk/pub/haskell/glasgow/).

E-mail: .

Haskell-B - Haskell 1.2 implemented in LML, generates
native code.

(ftp://ftp.cs.chalmers.se/pub/haskell/chalmers/).

E-mail: .

(1997-06-06)
haskell b
(foldoc)
Haskell B

An early version of Haskell by Lennart Augustsson
from Chalmers. Haskell B evolved
into a full-featured implementation of Haskell 1.2, with quite
a few extensions.

Ports exist for many platforms including Sun, DEC,
Sequent, IBM PC, Symmetry and unsupported versions for
NS32000, IBM RT/PC, Cray, Sun-3, Vax, ARM, and
RS/6000.

Version 0.999.5 included a compiler, interpreter, library,
documentation, and examples.

(ftp://ftp.cs.chalmers.se/pub/haskell/chalmers/).

Mailing list: .

E-mail: .

(1996-08-21)
haskell curry
(foldoc)
Haskell Curry

Haskell Brooks Curry (1900-09-12 - 1982-09-01). The
logician who re-invented and developed combinatory logic.

The functional programming language Haskell was named
after him.

{Biography

(http://www-groups.dcs.st-and.ac.uk/~history/Mathematicians/Curry.html)}.

(1999-01-08)