JohnLato's Stars
ndmitchell/supero
Haskell optimisation tool based on supercompilation
JohnLato/meta-th
run-time metaprogramming with Template Haskell
JohnLato/alex
A lexical analyser generator for Haskell
JohnLato/websockets
A Haskell library for creating WebSocket-capable servers
JohnLato/language-objc
A Haskell-based Objective-C AST and parsing library
NixOS/nixpkgs
Nix Packages collection & NixOS
JohnLato/webserver
A simple but practical HTTP server library in Haskell. This library is Mighttpd v.1, and is maintained for compatibility/historical reasons. The latest mighttpd code can be found at the address below.
JohnLato/euphoria
Dynamic network FRP with events and continuous values
tsurucapital/euphoria
Dynamic network FRP with events and continuous values
NixOS/nix
Nix, the purely functional package manager
JohnLato/iteratee
git repo for the Haskell iteratee package
JohnLato/zoom-cache
A streamable, seekable, zoomable cache file format; Haskell library and tools.
JohnLato/scope
An interactive renderer for plotting time-series data
kfish/scope
An interactive renderer for plotting time-series data
kfish/zoom-cache
A streamable, seekable, zoomable cache file format; Haskell library and tools.
jaspervdj/websockets
A Haskell library for creating WebSocket-capable servers
haskell/alex
A lexical analyser generator for Haskell
JohnLato/attoparsec-iteratee
An adapter to convert attoparsec Parsers into blazing-fast Iteratees
JohnLato/Haskell-BlackBoard
My personal application for making slideshows, written in Haskell. Check out the Wiki!
HeinrichApfelmus/reactive-banana
Library for functional reactive programming in Haskell.
JohnLato/listlike
Generic list-like structures [Haskell]
snapframework/snap-server
A fast HTTP server library, which runs Snap web handlers.
snapframework/snap-core
Core type definitions (Snap monad, HTTP types, etc) and utilities for web handlers.
jgoerzen/listlike
Generic list-like structures [Haskell] (unmaintained)
gregorycollins/attoparsec-iteratee
An adapter to convert attoparsec Parsers into blazing-fast Iteratees
kazu-yamamoto/webserver
A simple but practical library of HTTP server in Haskell