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 MessageBox "Hello World") OK
これはおもしろい
しばらく遊べそうです
IDEがほしいなー