Projects tagged ‘haskell’


[254 total ]
94

Darcs

   
Licensed as: GNU General Public License 2.0

Darcs is a free, open source source code management system. Every user has access to the full command set, removing boundaries between server and client or committer and non-committers. Darcs is easy to learn and efficient to use because it ... [More] asks you questions in response to simple commands, giving you choices in your work flow. You can choose to record one change in a file, while ignoring another. As you update from upstream, you can review each patch name, even the full "diff" for interesting patches. [Less]

93

GHC

   
Licensed as: BSD-ish License

Haskell is an advanced purely functional programming language. The product of more than twenty years of cutting edge research, it allows rapid development of robust, concise, correct software. With strong support for integration with other languages ... [More] , built-in concurrency, debuggers, profilers, rich libraries and an active community, Haskell makes it easier to produce flexible, maintainable high-quality software. GHC is a state-of-the-art, open source, compiler and interactive environment for Haskell. [Less]

46

xmonad

   
Primary Language: Haskell Licensed as: BSD-ish License

xmonad is a tiling window manager for X. Windows are arranged automatically to tile the screen without gaps or overlap, maximising screen use. All features of the window manager are accessible from the keyboard: a mouse is strictly optional. xmonad ... [More] is written and extensible in Haskell. Custom layout algorithms, and other extensions, may be written by the user in config files. Layouts are applied dynamically, and different layouts may be used on each workspace. Xinerama is fully supported, allowing windows to be tiled on several screens. [Less]

Metrics updated 11 Oct 08

27

Pugs

   
Primary Language: Perl Licensed as: Artistic License,GNU General Public License 2.0

An implementation of Perl 6 in Haskell, including the official Perl 6 test suite.

Metrics updated 22 Jun 07

22

cabal

   
Primary Language: Haskell Licensed as: BSD-ish License

Cabal is a system for building and packaging Haskell libraries and programs. It defines a common interface for package authors and distributors to easily build their applications in a portable way. Cabal is part of a larger infrastructure for distributing, organizing, and cataloging Haskell libraries and programs.

Metrics updated 27 Mar 08

22

QuickCheck

   
Primary Language: Haskell Licensed as: BSD-ish License

A library for testing Haskell programs automatically. The programmer provides a specification of the program, in the form of properties which functions should satisfy, and QuickCheck then tests that the properties hold in a large number of randomly ... [More] generated cases. Specifications are expressed in Haskell, using combinators defined in the QuickCheck library. QuickCheck provides combinators to define properties, observe the distribution of test data, and define test data generators. [Less]

Metrics updated 11 Oct 08

18

HUGS

   
Primary Language: C/C++ Licensed as: GNU General Public License 2.0

Hugs (Haskell User's Gofer System) (also Hugs 98) is a bytecode interpreter for the functional programming language Haskell. Hugs is the successor to Gofer, and was originally derived from Gofer version 2.30b.It offers fast compilation of programs ... [More] and reasonable execution speed. It also comes with a simple graphics library. Hugs is good for people learning the basics of Haskell, but is by no means a "toy" implementation. It is the most portable and lightweight of the Haskell implementations. Hugs deviates from the Haskell 98 specification[2] in several minor ways.[3] For example, Hugs does not support mutually recursive modules. The Hugs prompt accepts expressions for evaluation, but not module, type or function definitions. [Less]

Metrics updated 25 Jun 08

18

bytestring

 
Primary Language: Haskell Licensed as: BSD-ish License

A time and space-efficient implementation of byte vectors using packed Word8 arrays, suitable for high performance use, both in terms of large data quantities, or high speed requirements. Byte vectors are encoded as strict Word8 arrays of bytes, held in a ForeignPtr, and can be passed between C and Haskell with little effort.

Metrics updated 27 Mar 08

18

xmonad-contrib

   
Primary Language: Haskell Licensed as: BSD-ish License

xmonad is a minimalistic tiling window manager for X, written and extensible in Haskell. xmonad-contrib is the library of user-contributed extension modules to xmonad, providing a large collection of new layout algorithms, utilities, hooks, and more.

Metrics updated 02 Mar 08

18

lambdabot

 
Primary Language: Haskell Licensed as: GNU General Public License 2.0

Lambdabot is an IRC bot written over several years by those on the #haskell IRC channel. It also operates in an offline mode as a Haskell development tool, and embedded as an extension to ghci.

Metrics updated about 22 hours ago