Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
2
Task/Quine/Common-Lisp/quine-1.lisp
Normal file
2
Task/Quine/Common-Lisp/quine-1.lisp
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
((lambda (s) (print (list s (list 'quote s))))
|
||||
'(lambda (s) (print (list s (list 'quote s)))))
|
||||
1
Task/Quine/Common-Lisp/quine-2.lisp
Normal file
1
Task/Quine/Common-Lisp/quine-2.lisp
Normal file
|
|
@ -0,0 +1 @@
|
|||
((lambda (s) (print `(,s ',s))) '(lambda (s) (print `(,s ',s))))
|
||||
1
Task/Quine/Common-Lisp/quine-3.lisp
Normal file
1
Task/Quine/Common-Lisp/quine-3.lisp
Normal file
|
|
@ -0,0 +1 @@
|
|||
((lambda (x) `(,x ',x)) '(lambda (x) `(,x ',x)))
|
||||
1
Task/Quine/Common-Lisp/quine-4.lisp
Normal file
1
Task/Quine/Common-Lisp/quine-4.lisp
Normal file
|
|
@ -0,0 +1 @@
|
|||
#1=(write '#1# :circle t)
|
||||
1
Task/Quine/Common-Lisp/quine-5.lisp
Normal file
1
Task/Quine/Common-Lisp/quine-5.lisp
Normal file
|
|
@ -0,0 +1 @@
|
|||
#1=(progn (setq *print-circle* t) (write '#1#))
|
||||
1
Task/Quine/Common-Lisp/quine-6.lisp
Normal file
1
Task/Quine/Common-Lisp/quine-6.lisp
Normal file
|
|
@ -0,0 +1 @@
|
|||
(format t #1='"(format t #1='~s #1#)" #1#)
|
||||
1
Task/Quine/Common-Lisp/quine-7.lisp
Normal file
1
Task/Quine/Common-Lisp/quine-7.lisp
Normal file
|
|
@ -0,0 +1 @@
|
|||
(write -)
|
||||
Loading…
Add table
Add a link
Reference in a new issue