» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with Haskell + Software

for haskellian - hpaste

a direct literate haskell translation from a python script, implementations interleaved. better performance. code relates to the netflix prize. references: http://groups.google.com/group/comp.lang.haskell/browse_frm/thread/9e33e4fbc786471a#

Haskell: del.icio.us tag/haskell

nmdb - A multiprotocol network database

atabase (dbm-style) for controlled networks that can use different protocols to to communicate with its clients. It supports TIPC, TCP, UDP and SCTP. It consists of an in-memory cache that saves (key, value) pairs, and a persistent backend that stores the pairs on disk. Both work combined, but the use of the backend is optional, so you can use the server only for cache queries, pretty much like memcached.

Haskell: del.icio.us tag/haskell

Pandoc

“Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library.” Man, this thing gives me a tingly feeling. Not sure I want to suffer the 70-MB Haskell installation, though,

XML: del.icio.us/tag/xml

Pandoc

“Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library.” Man, this thing gives me a tingly feeling. Not sure I want to suffer the 70-MB Haskell installation, though,

Haskell: del.icio.us tag/haskell

FS: Backwards State, or: The Power of Laziness

"The backwards state monad differs from [the regular state monad] in that the flow of the state through the execution is revere to the flow of the results - that is, an action in the backwards state monad takes in the final value of the state and produces a result and the initial value."

Haskell: del.icio.us tag/haskell

therning.org/ magnus " Blog Archive " TagSoup, meet Parsec!

"Recently I began writing a tool to scrape some information off a web site for some off-line processing. After writing up the basics using TagSoup I showed what I had to a colleague. His first comment was "Can't you use Parsec for that?" It took me a...

Haskell: del.icio.us tag/haskell

Haskell Cafe - A handy little consequence of the Cont monad

(TODO: Grok this.) Cale demonstrates a one-liner that is "generally useful whenever you have a bunch of with-style functions for managing the allocation of resources, and would like to turn them into a single with-style function providing a list of the...

Haskell: del.icio.us tag/haskell

nmdb - A multiprotocol network database

Database with python, scheme, and haskell bindings. "Multprotocol" means multiple *network* protocols. "It consists of an in-memory cache that...

Haskell: del.icio.us tag/haskell

Riot

Riot is a tool for keeping (textual) information organised. Some people call such programs 'outliners'. It is a todo list and note manager, and a manager for whatever information one might collect...

Haskell: del.icio.us tag/haskell

Semantic Design @ The dreams that stuff is made of

"I'll just start with the big idea: make the types and objects in your program mean something."

Haskell: del.icio.us tag/haskell

Comprehensive Comprehensions

"We propose an extension to list comprehensions that makes it easy to express the kind of queries one would write in SQL using ORDER BY, GROUP BY, and LIMIT."

Haskell: del.icio.us tag/haskell

Hayoo!

Bel motore di ricerca per Hackage

Haskell: del.icio.us tag/haskell

Yi - HaskellWiki

Editor written in Haskell with vi(m) and emacs personalities.

Haskell: del.icio.us tag/haskell

Yi - HaskellWiki

Editor written in Haskell with vi(m) and emacs personalities.

Emacs: del.icio.us tag/emacs

Random pain in Haskell - Vox

interesting because it describes an algorithm for randomly choosing an element from a list, scanning the list only once

Haskell: del.icio.us tag/haskell

Re: Haskell begin Exercises for beginners and Natural Tansformations

"foldr when f is lazy in it's second argument and we can process its result at each step; foldl' when f is strict in it's second argument; foldl never"

Haskell: del.icio.us tag/haskell

Foldr Foldl Foldl' - HaskellWiki

"To foldr, foldl or foldl' that's the question! This article demonstrates the differences between these different folds by a simple example."

Haskell: del.icio.us tag/haskell

Yhc/Erlang/Proof of concept - HaskellWiki

Yhc now has a backend for the Erlang virtual machine. Sweet.

Haskell: del.icio.us tag/haskell

Page 1 | Next >>