White scenery @showyou, hatena

If you have any comments, you may also send twitter @shsub or @showyou.

Entries from 2010-01-03 to 1 day

はじめてみた

よくわかってない。Prologともちょっとだけ違う感じなのかなぁ。 -module(list). -export([listprint/1]). listprint(A) -> listprint1(A,[]). listprint1([],Sum) -> Sum; listprint1([H|T], Sum) -> listprint1(T, Sum ++ [H*2] ). 実行結果 1>c("list"). …

買った

PC

HGST 500GB 16MB品。4800円くらい。サーバのHDD交換に使う。