User loginNavigation |
archivesTop N Papers 20052005 is nearly over, and as everyone knows, December is the time for compiling hugely subjective Top 5 (10, 20, 100) lists for everything under the sun. I think it would be fun to see everybody's favorite papers... Here's mine, totally off the top of my head (I'm sure I'm forgetting something essential):
(Don't worry about trying to post the "best" papers in some objective sense, just whatever excited you... Show me what I missed this year!) BBC Radio 4 Programme about the History and Development of AIHi, I don't know if any of you are interested in this but, the weekly BBC Radio 4 program "In Our Time" last installment divoted the whole program to the development and history of Artifical Intelligence (AI). As you are probably aware, BBC Radio 4 offers a "listen again" service where past programs are streamed to you via Real Player so that you can enjoy missed programmes at your leisure. However, "IOT" is one of the few programs where you can actually download the programme as an MP3 as well. "IOT"'s webiste is here: http://www.bbc.co.uk/radio4/history/inourtime/inourtime.shtml. The next episode (about the Peterloo Massacre) is on Thursday morning and this new episode will replace this current edition about AI, so you may need to "digitus extractus" if you want to catch the programme and listen to it. Enjoy Djinn, a theorem prover in Haskell, for Haskell.Lennart Augustsson announced Djinn on the Haskell mailing list recently. He included this demonstration:
Don Stewart wrote a lambdabot plugin for Djinn a few hours later. 15:39:01 @djinn a -> b -> a 15:39:02 x :: a -> b -> a 15:39:02 x x1 _ = x1 15:39:11 @djinn (a -> b -> c) -> ((a,b) -> c) 15:39:11 x :: (a -> b -> c) -> (a, b) -> c 15:39:11 x x1 (v3, v4) = x1 v3 v4 15:39:27 @djinn (a -> b) -> (c -> b) -> Either a c -> b 15:39:27 x :: (a -> b) -> (c -> b) -> Either a c -> b 15:39:27 x x1 x2 x3 = case x3 of 15:39:27 Left l4 -> x1 l4 15:39:27 Right r5 -> x2 r5 15:40:06 @djinn a -> [a] -> [a] 15:40:07 x :: a -> [a] -> [a] 15:40:07 x _ x2 = x2 15:40:08 @help djinn 15:40:09 @djinn 15:40:09 Generates Haskell code from a type. Djinn has proven to be much fun on #haskell. |
Browse archivesActive forum topics |
Recent comments
21 weeks 6 days ago
21 weeks 6 days ago
21 weeks 6 days ago
44 weeks 23 hours ago
48 weeks 2 days ago
50 weeks 1 hour ago
50 weeks 2 hours ago
1 year 3 days ago
1 year 5 weeks ago
1 year 5 weeks ago