User:MathematicalOrchid
From HaskellWiki
(Difference between revisions)
(Updated my project summary) |
(Added links to random stuff I wrote.) |
||
| Line 24: | Line 24: | ||
* Haskell ray tracer. | * Haskell ray tracer. | ||
* Haskell program to cause world peace. | * Haskell program to cause world peace. | ||
| + | |||
| + | '''Contributed Code''' | ||
| + | |||
| + | * [[Library for binary]] | ||
| + | * [[Library for vectors]] | ||
| + | * [[Library for colours]] | ||
| + | * [[Library for PPM images]] | ||
'''Current Unsolved Questions''': | '''Current Unsolved Questions''': | ||
Revision as of 15:48, 12 April 2007
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:
- Sorting algorithm benchmarks.
- Audio DSP in Haskell.
- Haskell implementation of compression algorithms.
- Haskell SDL for POV-Ray.
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 faster or slower thanputStr xs1; putStr xs2?putStr (xs1 ++ xs2)
