Source of Nothingness - lisp

* Menu

[[About:self:AboutPage.txt]] | [[Profile:file/southly/]] | [[まとめ:self:1163859357.txt]] | [[オリジナル:http://ninjinix.x0.com/rn/]] | [[xyzzy:lisp/]] | [[あんてな:listall]] | [[■:sakura.ne.jp/southly/lisp/ni/view.lisp]] | [[buzz:http://www.google.com/profiles/southly#buzz]]

* xyzzy lisp : format ~$


(format nil "~10,4,30$" +123.45)
"               0123.4500000000"
(format nil "~10,4,30@$" +123.45)
"              +0123.4500000000"
(format nil "~10,4,30:$" +123.45)
"               0123.4500000000"
(format nil "~10,4,30:@$" +123.45)
"+              0123.4500000000"
(format nil "~10,4,30,'*$" +123.45)
"***************0123.4500000000"

* xyzzy : 宿題とか

一応書きとめ。
希望。
印象に残っている。

* Scrapbook : CLOCC - the Common Lisp Open Code Collection

http://clocc.sourceforge.net/

* Scrapbook : The lispreader library

lispreader/

* Scrapbook : Lisp Language Implementations

lisp.shtml

* Scrapbook : Cusp, An Eclipse Lisp Plugin

http://www.paragent.com/lisp/cusp/cusp.htm

* Scrapbook : よろずや

http://www.geocities.co.jp/SiliconValley-SanJose/7474/ScriptingWithLisp.html

参考: 31.6.2. Scripting with CLISP
http://clisp.cons.org/impnotes.html#quickstart-unix

* Scrapbook : Lisp & CGI a tutorial for new programmers