Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 2

GHC

Compare

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, built-in concurrency, debuggers, profilers, rich ... [More] 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]

4.6129
   
  1 review  |  208 users  |  157,065 lines of code  |  60 current contributors  |  Analyzed 6 days ago
 
 
Compare

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

4.84615
   
  0 reviews  |  31 users  |  582,362 lines of code  |  57 current contributors  |  Analyzed about 2 years ago
 
 
Compare

C->Haskell is an interface generator that simplifies the development of Haskell bindings to C libraries. The tool processes existing C header files that determine data layout and function signatures on the C side in conjunction with Haskell modules that specify Haskell-side type signatures and ... [More] marshaling details. Hooks embedded in the Haskell code signal access to C structures and functions -- they are expanded by the interfacing tool in dependence on information from the corresponding C header file. Another noteworthy property is the lightweight nature of the approach. The idea for the tool was developed during the implementation of Gtk+HS, a Haskell binding for the GUI toolkit GTK+. The latter is no longer under active development, but its successor, Gtk2Hs, also uses C->Haskell. [Less]

4.33333
   
  0 reviews  |  6 users  |  31,458 lines of code  |  0 current contributors  |  Analyzed almost 2 years ago
 
 

An implementation of the Haskell written in RPython. A backend for GHC with a tracing just-in-time compiler.

0
 
  0 reviews  |  1 user  |  2,904 lines of code  |  3 current contributors  |  Analyzed 6 days ago
 
 

Documentation in Test Form

5.0
 
  0 reviews  |  0 users  |  13,649 lines of code  |  1 current contributor  |  Analyzed 12 months ago
 
 

A library implementation of XHaskell. We exploit the idea of partial derivatives in building efficient regular expression pattern matching algorithms. DocumentationThe ideas can be found in Kenny's and Martin's blogs http://luzhuomi.blogspot.com/ http://sulzmann.blogspot.com/ News ... [More] version 0.0.2 is released. Benchmark Updated on 09 Aug 2009. Supporting FeaturesSubexpression matching Anchor Longest matching Character classes Shortest (non-greedy) matching Missing FeaturesBack reference Locale support [Less]

0
 
  0 reviews  |  0 users  |  124 lines of code  |  1 current contributor  |  Analyzed 5 days ago
 
 

Haskell XMPP (Jabber) server Not yet fully defined

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

My Masters thesis, Fall 2012 at NTNU

0
 
  0 reviews  |  0 users  |  2,948 lines of code  |  2 current contributors  |  Analyzed 3 days ago
 
 

The Haskell Notebook (another Haskell Cookbook) contains some common and not so common Haskell programming idioms that are contained in a collection of working/compilable examples. There is also a collection of source code from other functional programming languages including Lisp and Erlang. This ... [More] project is similar to other cookbook projects that you may find on the web for various other programming languages. To get the latest source and examples, browse the subversion repository: http://haskellnotebook.googlecode.com/svn/trunk/ Compiling the SourceIf you are attempting to compile the source, you should be able to do the following assuming that you have the Glasgow Haskell Compiler installed. In the event that you copied the code from one of the wiki pages and you receive an error, check the subversion repository or downloads for a mirror of the wiki example (the formatting on the wiki may have caused the issue). ghc --make -fglasgow-exts Simple.hsFunctional Programming and FactorThis notebook and set of cookbook examples was ideally setup to explore different functional programming languages. Even though Factor is not considered to be a functional programming language. It is still an interesting project and language, so some factor cookbook examples will also show up under this project. Resourceshttp://factorcode.org/ http://en.wikipedia.org/wiki/Factor_programming_language http://www.haskell.org/ghc/ Milestone and CHANGELOG highlightsHaskell/Erlang examples set1 (3/28/2008)uploaded HaskellSimpleTextMining.tar.gz - haskell text mining example; covers many different aspect of haskell. Including a web scraper (python) and tools to analysis web document, naive bayes analysis, finding simple document statistics. uploaded SimpleIrcClient_Erlang.tar.gz - simple erlang IRC client uploaded erlang_set1_d032008.tar.gz - erlang cookbook examples set1 uploaded haskell_set1_d032008.tar.gz - haskell cookbook examples set1, many topics include monads, cabal, reading/writing binary files, etc uploaded lisp_set1_d032008.tar.gz - lisp cookbook examples set1, lisp widget toolkit (example FFI source code), lisp apache log file analysis tool [Less]

0
 
  0 reviews  |  0 users  |  61,239 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

The "Scrap your boilerplate" (SYB) approach is a generic programming approach for Haskell. It is supported in the GHC >= 6.0 implementation of Haskell. Using this approach, you can write generic functions such as traversal schemes (e.g., everywhere and everything), as well as generic ... [More] read, generic show and generic equality (i.e., gread, gshow, and geq). This approach is based on just a few primitives for type-safe cast and processing constructor applications. This site serves solely as an issue tracker. For more information about SYB, please visit the links to the right. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed about 5 hours ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.