Source of Nothingness - DUAL

* Menu

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

* editorパッケージのbuiltin関数

以下で調べて652個
(let ((count 0))
  (do-symbols (sym (find-package "editor") (format t "~%count: ~d~%" count))
    (when (and (not (find-symbol (symbol-name sym) "lisp"))
               (fboundp sym)
               (si:*builtin-function-p (symbol-function sym)))
      (format t "~a~%" sym)
      (incf count))))
[[(ReadMore...) index.rb?1164371462.txt]]

* Scrapbook : log::dual : シューティングゲームの歴史 (Histoire Du Shooting Game)

http://harmless.exblog.jp/4429439/

* xyzzy topic : USBメモリからの起動に特化したxyzzy

http://blog.2310.net/contents/individual/000047.php
  • xyzzy.iniを$XYZZY/usrに保存(ユーザ名やOS名でフォルダ分けしない)
  • ダンプファイルをシステムのTempフォルダへ保存/読込
  • unlha32.dll等、各種アーカイバDLLがシステムフォルダや$XYZZY内に存在しない場合は$XYZZY/libも探してもらう
(2006-04-09)