slovodefinícia
yale
(encz)
Yale,Yale [jmén.] [zem.] Martin Ligač
yale
(encz)
Yale,Yale n: [jmén.] příjmení Zdeněk Brož a automatický překlad
yale
(czen)
Yale,Yale[jmén.] [zem.] Martin Ligač
yale
(czen)
Yale,Yalen: [jmén.] příjmení Zdeněk Brož a automatický překlad
yale
(wn)
Yale
n 1: a university in Connecticut [syn: Yale University,
Yale]
2: English philanthropist who made contributions to a college in
Connecticut that was renamed in his honor (1649-1721) [syn:
Yale, Elihu Yale]
podobné slovodefinícia
euryale
(encz)
Euryale,
order bryales
(encz)
order Bryales, n:
order eubryales
(encz)
order Eubryales, n:
yale
(encz)
Yale,Yale [jmén.] [zem.] Martin LigačYale,Yale n: [jmén.] příjmení Zdeněk Brož a automatický překlad
yale
(czen)
Yale,Yale[jmén.] [zem.] Martin LigačYale,Yalen: [jmén.] příjmení Zdeněk Brož a automatický překlad
Eubryales
(gcide)
Eubryales \Eubryales\ n.
an order of mosses with perennial erect gametophores and
stems with rows of leaves and drooping capsules.

Syn: order Eubryales.
[WordNet 1.5]
Euryale
(gcide)
Euryale \Eu*ry"a*le\, n. [NL., fr. Euryale, one of the Gorgons.]
1. (Bot.) A genus of water lilies, growing in India and
China. The only species (Euryale ferox) is very prickly
on the peduncles and calyx. The rootstocks and seeds are
used as food.
[1913 Webster]

2. (Zo["o]l.) A genus of ophiurans with much-branched arms.
[1913 Webster]
Euryale ferox
(gcide)
Euryale \Eu*ry"a*le\, n. [NL., fr. Euryale, one of the Gorgons.]
1. (Bot.) A genus of water lilies, growing in India and
China. The only species (Euryale ferox) is very prickly
on the peduncles and calyx. The rootstocks and seeds are
used as food.
[1913 Webster]

2. (Zo["o]l.) A genus of ophiurans with much-branched arms.
[1913 Webster]
Eyalet
(gcide)
Eyalet \E`ya*let"\, n. [Turk., fr. Ar. iy[=a]lah.]
Formerly, one of the administrative divisions or provinces of
the Ottoman Empire; -- now called a vilayet.
[1913 Webster]
Hyalea
(gcide)
Hyalea \Hy*a"le*a\, n. [NL., fr. Gr. ? glassy, fr. "y`alos
glass.] (Zool.)
A pteropod of the genus Cavolina. See Pteropoda, and
Illustration in Appendix.
[1913 Webster]
Hyalescence
(gcide)
Hyalescence \Hy`a*les"cence\, n. [See Hyaline.]
The process of becoming, or the state of being, transparent
like glass.
[1913 Webster]
Royalet
(gcide)
Royalet \Roy"al*et\, n.
A petty or powerless king. [R.]
[1913 Webster]

there were at this time two other royalets, as only
kings by his leave. --Fuller.
[1913 Webster]
bryales
(wn)
Bryales
n 1: category used in some classification systems for mosses
having the spore case separated from the capsule wall by a
hollow intercellular space [syn: Bryales, {order
Bryales}]
cafe royale
(wn)
cafe royale
n 1: black coffee with Cognac and lemon peel and sugar [syn:
cafe royale, coffee royal]
elihu yale
(wn)
Elihu Yale
n 1: English philanthropist who made contributions to a college
in Connecticut that was renamed in his honor (1649-1721)
[syn: Yale, Elihu Yale]
eubryales
(wn)
Eubryales
n 1: mosses with perennial erect gametophores and stems with
rows of leaves and drooping capsules [syn: Eubryales,
order Eubryales]
euryale
(wn)
Euryale
n 1: (Greek mythology) one of the three Gorgons
2: basket stars [syn: Euryale, genus Euryale]
genus euryale
(wn)
genus Euryale
n 1: basket stars [syn: Euryale, genus Euryale]
order bryales
(wn)
order Bryales
n 1: category used in some classification systems for mosses
having the spore case separated from the capsule wall by a
hollow intercellular space [syn: Bryales, {order
Bryales}]
order eubryales
(wn)
order Eubryales
n 1: mosses with perennial erect gametophores and stems with
rows of leaves and drooping capsules [syn: Eubryales,
order Eubryales]
yale
(wn)
Yale
n 1: a university in Connecticut [syn: Yale University,
Yale]
2: English philanthropist who made contributions to a college in
Connecticut that was renamed in his honor (1649-1721) [syn:
Yale, Elihu Yale]
yale university
(wn)
Yale University
n 1: a university in Connecticut [syn: Yale University,
Yale]
yale haskell
(foldoc)
Yale Haskell

A fully integrated Haskell programming
environment. It provides tightly coupled interactive editing,
incremental compilation and dynamic execution of Haskell
programs. Two major modes of compilation, correspond to
Lisp's traditional "interpreted" and "compiled" modes.
Compiled and interpreted modules may be freely mixed in any
combination.

Yale Haskell is run using either a command-line interface or
as an inferior process running under the Emacs editor.
Using the Emacs interface, simple two-keystroke commands
evaluate expressions, run dialogues, compile modules, turn
specific compiler diagnostics on and off and enable and
disable various optimisers. Commands may be queued up
arbitrarily, thus allowing, for example, a compilation to be
running in the background as the editing of a source file
continues in Emacs in the foreground.

A "scratch pad" may be automatically created for any module.
Such a pad is a logical extension of the module, in which
additional function and value definitions may be added, but
whose evaluation does not result in recompilation of the
module.

A tutorial on Haskell is also provided in the Emacs
environment. A Macintosh version of Yale Haskell includes
its own integrated programming environment, complete with an
Emacs-like editor and pull-down menus.

Yale Haskell is a complete implementation of the Haskell
language, but also contains a number of extensions, including:

(1) Instead of stream based I/O, a monadic I/O system is
used. Although similar to what will be part of the new
Haskell 1.3 report, the I/O system will change yet again
when 1.3 becomes official.

(2) Haskell programs can call both Lisp and C functions
using a flexible foreign function interface.

(3) Yale Haskell includes a dynamic typing system. Dynamic
typing has been used to implement derived instances in a
user extensible manner.

(4) A number of small Haskell 1.3 changes have been added,
including polymorphic recursion and the use of @_@ in an
expression to denote bottom. Although the 1.3 report is not
yet complete, these changes will almost certainly be part of
the new report.

(5) A complete Haskell level X Window System interface,
based on CLX.

(6) A number of annotations are available for controlling
the optimiser, including those for specifying both function
and data constructor strictness properties, "inlining"
functions, and specialising over-loaded functions. Many
standard prelude functions have been specialised for better
performance using these annotations.

(7) Separate compilation (including mutually recursive
modules) is supported using a notion of a UNIT file, which
is a kind of localised makefile that tells the compiler
about compiler options and logical dependencies amongst
program files.

(8) Yale Haskell supports both standard and "literate"
Haskell syntax.

Performance of Yale Haskell's compiled code has been improved
considerably over previous releases. Although still not as
good as the Glasgow (GHC) and Chalmers (HBC) compilers,
the flexibility afforded by the features described earlier
makes Yale Haskell a good choice for large systems
development. For some idea of performance, Hartel's latest
"Nuc" benchmark runs at about the same speed under both Yale
Haskell and hbc. (Our experiments suggest, however, that Yale
Haskell's compiled code is on average about 3 times slower
than hbc.)

Binaries are provided for Sun/SPARC and Macintosh, but
it is possible to build the system on virtually any system
that runs one of a number of Common Lisp implementations:
CMU Common Lisp, Lucid Common Lisp, Allegro Common Lisp
or Harlequin LispWorks. akcl, gcl and CLisp do not
have adaquate performance for our compiler. The current
version is 2.1.

Yale (ftp://nebula.cs.yale.edu/pub/haskell/yale).
(128.36.13.1). {UK
(ftp://ftp.dcs.glasgow.ac.uk/pub/haskell/yale/)}. {Sweden
(ftp://ftp.cs.chalmers.se/pub/haskell/yale/)}. E-mail:
,
.

(1993-07-14)

Nenašli ste slovo čo ste hľadali ? Doplňte ho do slovníka.

na vytvorenie tejto webstránky bol pužitý dictd server s dátami z sk-spell.sk.cx a z iných voľne dostupných dictd databáz. Ak máte klienta na dictd protokol (napríklad kdict), použite zdroj slovnik.iz.sk a port 2628.

online slovník, sk-spell - slovníkové dáta, IZ Bratislava, Malé Karpaty - turistika, Michal Páleník, správy, údaje o okresoch V4