Changeset 9493

Show
Ignore:
Timestamp:
04/15/08 18:10:30 (5 years ago)
Author:
g000001
Message:

lang/xyzzy/destructuring: destructuring-bindのxyzzyへの移植

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/xyzzy/destructuring/site-lisp/destructuring-bind.l

    • Property svn:mime-type set to text/plain; charset=shift_jis
    r9492 r9493  
    3333;;; Commentary: 
    3434;; 
    35 ;; * MIT CADR Lisp�}�V����estructuring-bind�̒���zy�ɈڐA�������ł��B 
    36 ;;   ���́A>lispm2>defmac.lisp�Œ��������܂��B 
     35;; * MIT CADR Lispマシンのdestructuring-bindの定義をxyzzyに移植したものです。 
     36;;   元は、>lispm2>defmac.lispで定義されています。 
    3737;; 
    38 ;; * Common Lisp��estructuring-bind�ƊT�ˈꏏ�ł����A&list-of�Ƃ�������;;   �����B&list-of�͎��̈����X�g�łȂ��ƃG���[�ɂȂ����B 
     38;; * Common Lispのdestructuring-bindと概ね一緒ですが、&list-ofという引数が取 
     39;;   れます。&list-ofは次の引数がリストでないとエラーになります。 
    3940;; 
    4041