Search results
From HaskellWiki
You searched for Haskell).
There is no page titled "Haskell).".
For more information about searching HaskellWiki, see Help.
Showing below up to 20 results starting with #1.
View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500)
Page title matches
- Haskell (953 bytes)
4: <div class="title">The Haskell Programming Language</div> - Applications and libraries/Extended Haskell (686 bytes)
4: == Extended Haskell ==
6: ...f these systems is to enhance the capabilities of Haskell
10: :A Haskell extension that extends the normal pattern matchin...
12: ;[http://www.haskell.org/arrows/ Arrows]
13: ...tation has been supported directly by [http://www.haskell.org/ghc GHC] since version 6.4, so the preprocess... - Why Haskell matters (33,689 bytes)
11: ...Haskell a more flexible and easy to use language. Haskell tends to be part of the solution for a problem, n...
19: Here is a short Haskell example of a function numOf that counts the numbe...
21: <haskell>numOf p xs = length (filter p xs)</haskell>
23: We will discuss Haskell syntax later, but what this line says is just "To...
27: <haskell>numOfEven xs = numOf even xs</haskell> - Future of Haskell (10,482 bytes)
1: ==Haskell' is the next official version==
3: ...ion of Haskell, [http://haskell.org/onlinereport/ Haskell 98] (via a special flag).
8: ...http://hackage.haskell.org/trac/haskell-prime The Haskell' Wiki]</b>
13: ...ed and many of them have been implemented in some Haskell systems; for example
14: pattern guards (which is adopted in the Haskell 2010 standard), scoped type variables, multi-para... - Humor/Haskell saves lives (698 bytes)
1: ==Haskell Saves Lives==
5: To: haskell@EDU.YALE.CS
7: ...or every bad story there is a good one. Recently Haskell was used - Haskell in practice (13,964 bytes)
4: * [[Haskell in industry]]
6: * [http://hackage.haskell.org Haskell library database]
7: * [[Libraries_and_tools|Applications written in Haskell]]
9: * [http://book.realworldhaskell.org/ Real World Haskell, the book]
10: == Applications Written in Haskell == - Haskell in education (38,545 bytes)
3: taking courses that use Haskell. There is also a more general site,
16: ...e results of a survey of university courses using Haskell in the academic year 2005-2006 can be found [http...
22: == Haskell as a first language ==
24: These courses teach Haskell to students with no background in programming.
28: <b>Materials:</b> GHCi, Emacs, Thompson: Haskell, the Craft of Functional Programming<br> - Haskell Brooks Curry (618 bytes)
2: = Haskell B. Curry =
7: We are working on a short bio of Haskell Curry and his contributions
15: [[Category:Haskell]] - Hitchhikers guide to Haskell (72,075 bytes)
4: indicate that they read various Haskell tutorials with "exponential
13: happily forget this sad and scary encounter with Haskell (as human
16: ... introduce the reader to the practical aspects of Haskell
19: ...ed to know (where to find) at least the basics of Haskell: how to run
26: to stress out once again that Haskell is sensitive to indentation and - Haskell Weekly News (2,884 bytes)
3: [[Image:Hwn-cover.png|Haskell Weekly News]]
6: The Haskell Weekly News (HWN) is a weekly newsletter covering
7: developments in [[Haskell]]. Content includes announcements of new
8: projects, discussions from the various Haskell communities, notable
11: The Haskell Weekly News is available at: - CPlusPlus from Haskell (14,846 bytes)
1: <center>'''Calling C++ from Haskell - "The Hard Way"'''</center>
5: ...s some of the black magic needed to call C++ from Haskell (on linux, compiled with g++).
8: ...needs a rewrite, but the idea of using [[Template Haskell]] is pretty appealing.
12: ... JeremyShaw, know as stepcut on irc.freenode.net/#haskell if you have questions).
16: There are two phases to calling C++ from Haskell - Learning Haskell (8,090 bytes)
4: ...s to places where you can go if you want to learn Haskell.
6: ...ly, Sebastian Sylvan wrote an article about [[Why Haskell Matters]].
8: ...askell.org/haskellwiki/Comparison table comparing Haskell to other functional languages]. Many questions ab...
10: You can ask questions to members of the haskell community on maillists, IRC, or StackOverflow.
14: ...nd starting with the [http://haskell.org/platform Haskell Platform]). - Template Haskell (27,282 bytes)
1: ...ell.org/ghc/docs/latest/html/users_guide/template-haskell.html included] in GHC since version 6.
6: =What is Template Haskell?=
8: ... do type-safe compile-time meta-programming, with Haskell both as the manipulating language and the languag...
10: ... and, at compile time, they can be manipulated by Haskell code. This allows you to reify (convert from conc...
12: ... [http://www.haskell.org/mailman/listinfo/glasgow-haskell-users GHC users mailing list]. It's worth joinin... - Haskell Quiz/Word Search/Solution Sjanssen (4,230 bytes)
1: [[Category:Haskell Quiz solutions|Word Search]]
5: <haskell>
19: </haskell>
22: <haskell>
76: </haskell> - Safely running untrusted Haskell code (4,905 bytes)
6: ...2004, lambdabot has executed arbitrary strings of Haskell provided
8: Haskell channel. In order to do this, a particular securi...
13: Only allow execution of pure Haskell expressions.
17: ...s of 2009, lambdabot calls out to [http://hackage.haskell.org/package/mueval mueval], which while it uses m...
19: ... String -> IO String</hask>, which takes a random Haskell string, verifies it, - Haskell logos (2,066 bytes)
1: Open source Haskell logos.
3: ...e to release and upload any Free or public domain haskell logos you
6: ...w.willamette.edu/~fruehr/logos/intro.html classic Haskell logos]
8: == Current Haskell logo ==
12: ...ces the [[#Previous_Haskell.org_logo | previous]] Haskell.org logo. - Haskell in 5 steps (5,151 bytes)
1: Haskell is a general purpose, purely functional programmi...
6: == Install Haskell ==
8: ... with many useful tools that will let you program Haskell painlessly. The installation should be easy and s...
10: ... provides a less complete but quicker way to give Haskell a shot.
12: == Start Haskell == - History of Haskell (672 bytes)
3: == A History of Haskell ==
5: ...research.microsoft.com/~simonpj/papers/history-of-haskell/index.htm (copy)], Paul Hudak (Yale University), ...
7: This paper describes the history of Haskell, including its genesis and principles, technical ... - Haskell Quiz/FizzBuzz/Solution Syzygies (980 bytes)
5: <haskell>
14: </haskell>
20: <haskell>
29: </haskell> - Haskell Equational Reasoning Assistant (4,089 bytes)
3: ... that provides both a GUI level and a batch level Haskell rewrite engine inside a single tool. The interact...
5: ... HERA with the command: <tt>darcs get http://code.haskell.org/HERA</tt>
11: ...x engine via a simple web server, also written in Haskell.
19: ...t side is configured to understand the nesting of Haskell expressions, allowing the user to select only val...
23: ... explaining what selection is being considered. A Haskell thread inside the server is then tasked with atte...
Page text matches
- Haskell (953 bytes)
4: <div class="title">The Haskell Programming Language</div> - Kind (671 bytes)
12: In Haskell 98, <TT>*</TT> is the only '''inhabited kind''', ...
17: * [http://hackage.haskell.org/trac/ghc/wiki/IntermediateTypes#KindsareTypes... - Unboxed type (2,034 bytes)
9: One might imagine numbers naively represented in Haskell "as pointer to a heap-allocated object which is e...
15: <haskell>
21: </haskell>
34: ...html discussion on primitives] in the [http://www.haskell.org/ghc/docs/latest/html/users_guide/ GHC's User'...
35: #See the [http://www.haskell.org/ghc/docs/latest/html/libraries/base/GHC-Exts.... - Monad (13,627 bytes)
3: '''''Monads''''' in Haskell can be thought of as ''composable'' computation d...
5: ...ption with a ''reaction'' to it – a regular Haskell function of one argument (that will receive compu...
9: ...ibes an impure calculation. That is how Monads in Haskell '''''separate''''' between the ''pure'' and the '...
25: <haskell>
31: </haskell> - GHC (3,693 bytes)
1: ...teractive environment for the functional language Haskell.
3: * [http://www.haskell.org/ghc/ The GHC Home Page]
7: ...nd building GHC, head over to the [http://hackage.haskell.org/trac/ghc GHC Developer Wiki].
11: [http://www.haskell.org/ghc/download.html downloads page].
13: [http://www.haskell.org/ghc/download.html#snapshots development snaps... - Language and library specification (7,597 bytes)
3: == The Haskell 2010 report ==
5: ...n July 2010, and is the current definition of the Haskell language. It is freely available online, in the ...
7: ...tp://www.haskell.org/onlinereport/haskell2010 The Haskell 2010 Report]
8: * [http://haskell.org/definition/haskell2010.pdf PDF] [1368K]
9: * [http://haskell.org/definition/haskell2010-html.tar.gz HTML] (tar... - Applications and libraries (7,507 bytes)
3: ... packages by relative importance. In the section 'Haskell applications and libraries' an ordering by catego...
5: == Haskell library collections ==
7: === Haskell Prelude ===
8: ...t important Haskell library is called the [http://haskell.org/ghc/docs/latest/html/libraries/base/Prelude.h...
10: === The Haskell 2010 libraries === - Applications and libraries/Editors (2,236 bytes)
3: ...e, powerful and correct editor core scriptable in Haskell. A principle of Yi is that any behaviour can be p...
5: ...ah is intended as a practical tool to support the Haskell development process. It is an pre-release phase w...
7: * [[hIDE]] is an IDE for Haskell, based around a dynamic plugin core, and utilisin...
15: ... in Java. Cohatoe enables writing such plugins in Haskell. - Applications and libraries/Operating system (9,637 bytes)
12: ...ge, or in short for building operating systems in Haskell. [http://web.cecs.pdx.edu/~kennyg/house/ A more u...
15: ...s an operating system where the expressiveness of Haskell's type system guides the design of operating syst...
19: ;[http://www.haskell.org/halfs/ Halfs, the Haskell Filesystem]
20: :Halfs is a filesystem implemented in Haskell. Halfs can be mounted and used like any other Li...
25: ;[http://article.gmane.org/gmane.comp.lang.haskell.general/13585 Debian From Scratch] - Applications and libraries/Games (9,223 bytes)
8: See also the [http://hackage.haskell.org/packages/archive/pkg-list.html#cat:game Game]...
13: ;[http://hackage.haskell.org/package/babylon babylon]
16: ;[http://hackage.haskell.org/package/boomslang boomslang]
27: ...rag is a 3D first person shooting game written in Haskell, by Mun Hon Cheong. It uses Yampa, Quake 3 BSP le...
32: ...atik.uni-bremen.de/~cxl/lehre/pi3.ws01/asteroids/ Haskell in Space] - Applications and libraries/Cryptography (2,194 bytes)
4: See the [http://hackage.haskell.org/packages/archive/pkg-list.html#cat:cryptograp...
6: ;[http://hackage.haskell.org/package/crypto-api Crypto-API]
9: ; [http://hackage.haskell.org/package/cryptocipher CryptoCipher]
10: : A growing collection of pure haskell implementation of ciphers (AES, Camellia, RC4) an...
12: ; [http://hackage.haskell.org/package/cryptohash CryptoHash] - Applications and libraries/Genetic programming (801 bytes)
8: ...ications.html A Genetic Algorithm Framework Using Haskell]
11: ...hpolytypicprogramming.ps.gz Genetic algorithms in Haskell with polytypic programming] - Applications and libraries/Robotics (1,178 bytes)
6: ;[[Yampa | Haskell for Vision and Robotics]]
9: ;[http://hackage.haskell.org/package/NXT A Haskell interface to Lego Mindstorms NXT]
10: :A Haskell interface to Lego Mindstorms NXT over Bluetoooth....
12: ...e.haskell.org/package/RMP Segway RMP control from Haskell]
13: ...s video]. The robot also uses the [http://hackage.haskell.org/package/cv-combinators-0.1.2.3 cv-combinators... - Applications and libraries/Hardware verification (2,049 bytes)
4: ...al System Design) methodology is implemented as a Haskell-based DSL. ForSyDe's embedded compiler is capable...
7: ...om is a hardware description language embedded in Haskell. Atom compiles conditional term rewriting system...
13: ...ide range of design choices. The Hawk language is Haskell plus the Hawk library. The original link at http...
16: ...e custom "components" such as adder trees in full Haskell, simplicity, and simplicity. Chortl is in a very...
19: ...ava is a hardware description language based upon Haskell. - Analysis and design (2,492 bytes)
28: ...cludes the translation of VDM specifications into Haskell programs. - Applications and libraries/Mathematics (18,070 bytes)
23: ;[http://article.gmane.org/gmane.comp.lang.haskell.general/13561 Index-aware linear algebra]
24: ...ary for statically checked matrix manipulation in Haskell
32: ;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hmatrix HMatr...
38: ;[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Vec Vec]
55: ;[http://darcs.haskell.org/numericprelude/src/Number/SI.hs NumericPrelud... - Applications and libraries/Music and sound (5,025 bytes)
7: ...r frontend to mpg321 and mpg123. It is written in Haskell. It is designed to be simple, fast and robust. It...
10: ...rses frontend to the GStreamer library written in Haskell.
22: ;[http://www.haskell.org/haskellwiki/Haskore The Haskore Computer Musi...
23: ...utput, but this is currently not available in the Haskell version.)
27: ;[http://meltin.net/hacks/haskell/ HasChorus] - Applications and libraries/Compiler tools (13,399 bytes)
3: ;[http://www.haskell.org/happy/ Happy]
4: ...ted BNF specification of a grammar and produces a Haskell module containing a parser for the grammar.
7: ...ALR(k) parser generator for Haskell 98 written in Haskell 98.
10: :A parser generator for Haskell using monadic parser combinators. It was develope...
13: ...re-implementation of cpp, the C pre-processor, in Haskell. - Libros y tutoriales (2,719 bytes)
3: ....uma.es/~pepeg/pfHaskell/index.html Razonando con Haskell]: Thompson 2004. ISBN 84-9732-277-0.
13: ...oso tutorial en inglés "A Gentle Introduction to Haskell".
15: ...ica los aspectos básicos para empezar a entender Haskell.
18: ...as. Esta página tutorial es una adaptación para Haskell y Gtk2Hs de un tutorial original para C y la GTK+...
20: ;[http://darcs.haskell.org/gtk2hs/docs/tutorial/Tutorial_Port/es-index.x... - Applications and libraries/Graphics (7,051 bytes)
5: ;[http://haskell.org/Blobs/ Blobs diagram editor]
6: ...gram editor for directed graphs. It is written in Haskell, using the platform-independent GUI toolkit wxHas...
9: :A Haskell program that generates images of the Mandelbrot s...
15: :A monte carlo ray tracer in Haskell. Monte-Carlo ray-Tracing uses random and quasi-ra...
18: ;[[HRay]] A Haskell ray tracer
View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500)
