main is usually a function
char* main = "usually a programming blog";
Tuesday, October 26, 2010
Tour of a real toy Haskell program, part 2
›
This is part 2 of my commentary on detrospector . You can find part 1 here . Performance claims I make a lot of claims about performance bel...
71 comments:
Tour of a real toy Haskell program, part 1
›
Haskell suffers from a problem I'll call the Fibonacci Gap. Many beginners start out with a bunch of small mathematical exercises , deve...
84 comments:
Saturday, October 23, 2010
Typing mathematical characters in X
›
Unicode provides many useful characters for mathematics. If you've studied the traditional notation, an expression like « Γ ⊢ Λt.λ(x:t)....
47 comments:
Tuesday, October 19, 2010
Quantification in Haskell
›
I wrote an answer over at Stack Overflow that somehow grew to article length. Here it is, recorded for posterity. I'll paraphrase the o...
39 comments:
Monday, October 18, 2010
Programming the JVF 2010-A
›
The JVF 2010-A is a large electronic sign consisting of 128 × 48 red LEDs. There is some information online about the official software prov...
33 comments:
Wednesday, October 6, 2010
Verbose show and the missing preprocessor
›
Verbose show Say we want a function vshow which describes an expression before show ing its value. For example: vshow ( 2 + 3 ) =...
27 comments:
Tuesday, September 28, 2010
yices-easy: Simple SAT / SMT solving for Haskell
›
NP is the new P In school I learned that NP-complete problems are intractably hard, chief among them Boolean satisfiability (SAT). My mind...
28 comments:
‹
›
Home
View web version