2007-09-04から1日間の記事一覧

L Sharp .NETで遊んでます

東方算程譚 - 再履修しよっかな… L Sharp .NET L#.NET版Lispです > (+ 1 2) 3 > (cons 1 (cons 2 3)) (1 2 . 3) > (WriteLine Console "Hello World") Hello World null > (reference "System.Windows.Forms") > (using "System.Windows.Forms") > (Show Mes…

L Sharp - 走査

> (for (= i 0) ( each or foreach > (each x '(a b c) (WriteLine Console x)) a b c null

はてなダイアリーのRSSを読み込む

C#

うちのブログのRSSがなぜかC#(WPFのバインディング等のノード選択)で処理できない調べたら、はてなのRSSにデフォルト名前空間が使われているせいだった 「XPathではデフォルト名前空間は処理できません」 だそうです つまり これならOKだけど <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <channel> <title>Faith and</title></channel></rdf:rdf>…