» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with functional + HOWTO

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

therning.org/ magnus " Blog Archive " Haskell and C—structs

"When creating Haskell bindings for a C library one will sooner or later have to deal with 'structs'. Let's look at how it can be done using hsc2hs."

Haskell: del.icio.us tag/haskell

Functional Thinking " Deriving an Efficient nub Using Worker/Wrapper

illustrates worker/wrapper, a nice style of equational-reasoning proof, and some optimization techniques.

Haskell: del.icio.us tag/haskell

λ Tony's blog λ " Blog Archive " scala.Option Cheat Sheet

def option[A, X](o: Option[A])(none: => X, some: => A => X): X =

scala: del.icio.us/tag/scala

Things that amuse me - playing with harpy

harpy is a monadic embedded assembler for haskell which assembles into a memory buffer. you can then call into the memory buffer like a regular FFI call.

Haskell: del.icio.us tag/haskell

Neil Mitchell - Firstify

transform a higher-order haskell program into a first-order program

Haskell: del.icio.us tag/haskell

Meet Bob The Monadic Lover - HaskellWiki

very strange monad tutorial in broken english, using the analogy of a womanizer's little black book

Haskell: del.icio.us tag/haskell

Mathematical Pamphlet ‽ Debugging with Open Recursion Mixins

"open-recursive functions already have some debugging hooks for tracing/breakpoints/etc."

Haskell: del.icio.us tag/haskell

lambda.oasis: Higher Order Zippers

~"where a first-order zipper gives O(1) mutation of an element, a second-order zipper gives O(1) splicing."

Haskell: del.icio.us tag/haskell

A Neighborhood of Infinity: Grok Haskell Nomad Transformers

So to save other people the trouble I went through I'm providing you with examples of Nomad Transformers at work. I'm not even going to explain in detail how they work, they're close to self-evident once the main features are pointed out.

Haskell: del.icio.us tag/haskell

The Scala Programming Language

Scala is a general purpose programming language designed to express common programming patterns in a concise<sep/>

scala: del.icio.us/tag/scala

Haskell - HaskellWiki

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

Haskell: del.icio.us tag/haskell

Page 1 | Next >>