User:MathematicalOrchid

From HaskellWiki
Revision as of 15:48, 12 April 2007 by MathematicalOrchid (talk | contribs) (Added links to random stuff I wrote.)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Status: Enthusiastic Haskell newbie.

Main Interests:

  • Using Haskell to write triposcopic mathematical algorithms in tiny amounts of code.
  • Using Haskell to do seriously compute-bounded work in a multiprocessor setup.

Current Projects:

  • Haskell to Java compiler. (Status: skeletal)
  • Evlor — Interactive Haskell step-line debugger. (Status: broken/incomplete/major work required)
  • Indoculate — Program to convert a single (custom) source to both HTML and LaTeX. (Status: medium-complete)

Projects On Hold:

Failed Projects:

  • Haskell fractal generator.
  • Haskell ray tracer.
  • Haskell program to cause world peace.

Contributed Code

Current Unsolved Questions:

  • Why do Haskell language extensions exist?
  • How do you do graphics in Haskell?
  • Why does Hugs crash so much?
  • How come (e.g.) Smalltalk provides 27 different types of collection, but Haskell only ever involves single-linked lists and binary trees?
  • Is putStr xs1; putStr xs2 faster or slower than putStr (xs1 ++ xs2)?