My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 223
demo1.cg {{{ var a=1,b=1; puts(add(1,3)); function add(a,b){ a+b; } }}} demo2.cg {{{ function testReturn(){ puts('a'); puts('b'); return 1; puts('orz'); } puts(testReturn()+1); }}} demo3.cg {{{ function makeCounter(){ var num=0; var add=function(){ ...
This project provides an implementation of infinite-length lists that aims to improve on: * [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Stream Data.Stream] by offering a `O(lg n)` bound for `(!!)` * [http://www.haskell.org/ghc/docs/latest/html/libraries/containers/Data-Sequence...
This is a library of Haskell files associated with my licenciate thesis from 2002. The library consists of the following: * implementations of different parser combinators (chapters 3–4 and 8) * implementations of different context-free parsing algorithms (chapters 5–7) *Note 1*: This is...
Write Haskell code to control StarCraft using [http://code.google.com/p/bwapi-proxy bwapi-proxy]. Currently compatible with bwapi-proxy version 2.1 (bwapi 2.3.1). Edit AI.hs and Helpers.hs. `runghc Server.hs`
hs-doctest: doctest tool for haskell =GIT= http://github.com/nkchenz/hs-doctest/tree/master =INTRO= Test cases begin with '> ', followed by its expected output, like test1. If nothing is between two tests, means the first test has no output, like test2. Output is terminated by a blank li...
==Overview== The goal of this project to provide [http://www.haskell.org/ Haskell] ports of all [http://caml.inria.fr/ OCaml] implementations for [http://www.cis.upenn.edu/~bcpierce/tapl "Types and Programming Languages"] (TAPL) by Benjamin C. Pierce. Each directory (except for "common") con...
A wrapper around the GHC API to provide IDE functionality. For a variety of reasons there is no standard IDE for Haskell programmers. Many Haskell programmers use Vim or Emacs, but many others use Visual Studio, Eclipse, Yi or various other editors. There are efforts to provide IDE functionalit...
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...
A CLI for Hpaste.org. Authored by Rogan Creswick (creswick_at_googles_mail_service.) Pastepipe reads from stdin, posting to hpaste, and prints out the resulting url (the last line of output). Parameters control various hpaste form fields: {{{ $ pastepipe --help PastePipe v1.3, (C) Rog...
Copperbox is an incubator for various small projects - tools, libraries - that I want under version control. *Contents* *Wumpus* PostScript and SVG drawing. Wumpus-core is on Hackage a compatible wumpus-extra is available on the downloads page. *Mullein* Mullein supersedes my previous...
1 2 3 4 5 6 7 8 9 10 Next