Difference between revisions of "User:JohannesAhlmann"

From HaskellWiki
Jump to navigation Jump to search
m
m (contributions)
Line 3: Line 3:
 
So far i've toyed around with many Haskell concepts, including the obligatory [http://haskell.org/tmrwiki/JohannesAhlmann Ray Tracer], some Genetic Algorithms and Neural Networks.
 
So far i've toyed around with many Haskell concepts, including the obligatory [http://haskell.org/tmrwiki/JohannesAhlmann Ray Tracer], some Genetic Algorithms and Neural Networks.
   
  +
I took part in the [http://www.icfpcontest.org/ 2007 ICFP contest] in the team [http://homes.esat.kuleuven.be/~cpoucet/icfp2007.html Lazy Bottoms] placing 56th of 859 teams and although I didn't contribute by far as much as I would have wanted, it still was a lot of fun and definitely worth the coding marathon.
Currently I'm trying to write a Jump'N'Run game with Yampa and HOpenGL.
 
   
 
Pages I've written/contributed to:
 
Pages I've written/contributed to:
# [[BlowYourMindIdioms]]
+
* [[BlowYourMindIdioms]]
# [http://www.haskell.org/hawiki/TemplateHaskellTutorial Template Haskell Tutorial]
+
* [http://web.archive.org/web/20061011050035/http://www.haskell.org/hawiki/TemplateHaskellTutorial Template Haskell Tutorial], unfortunately I was too lazy to port the tutorial to the new wiki, so it's now [http://archive.org archive.org]'ed.
  +
  +
  +
  +
I also like the format of the Ruby/[[Haskell_Quiz|Haskell Quiz]] and I try to contribute solutions to interesting problems whenever I find the time. Some of these might be educational and some just plain ugly, but I always find it quite fulfilling to tackle these:
  +
* [[Haskell_Quiz/Phone_Number_Words/Solution_Jethr0|Phone Number Words]]
  +
* [[Haskell_Quiz/Index_and_Query/Solution_Jethr0|Index and Query]]
  +
* [[Haskell_Quiz/Constraint_Processing/Solution_Jethr0|Constraint Processing]]
  +
* [[Haskell_Quiz/Animal_Quiz/Solution_Jethr0|Animal Quiz]]
  +
* [[Haskell_Quiz/DayRange/Solution_Jethr0|Day Range]]
  +
* [[Haskell_Quiz/Verbal_Arithmetic/Solution_Jethr0|Verbal Arithmetic]]
  +
* [[Haskell_Quiz/Chip_Eight/Solution_Jethr0|Chip Eight]]
  +
* [[Haskell_Quiz/Sokoban/Solution_Jethr0|Sokoban]]

Revision as of 22:36, 20 September 2007

My name is Johannes Ahlmann, and I go by the nick of "jethr0" in the IRC channel.

So far i've toyed around with many Haskell concepts, including the obligatory Ray Tracer, some Genetic Algorithms and Neural Networks.

I took part in the 2007 ICFP contest in the team Lazy Bottoms placing 56th of 859 teams and although I didn't contribute by far as much as I would have wanted, it still was a lot of fun and definitely worth the coding marathon.

Pages I've written/contributed to:


I also like the format of the Ruby/Haskell Quiz and I try to contribute solutions to interesting problems whenever I find the time. Some of these might be educational and some just plain ugly, but I always find it quite fulfilling to tackle these: