Commit Graph

11 Commits

Author SHA1 Message Date
Joram Schrijver
5c70a9fa19 Fix typo in Common Lisp introduction. 2014-04-03 10:45:19 +02:00
Joram Schrijver
b5e4d6dd01 Fix invalid characters for Common Lisp symbols
The characters [ ] { and } are perfectly fine to use in variable names.

(defparameter b{l}a[b[l]]a "test") ; => B{L}A[B[L]]A
b{l}a[b[l]]a                       ; => "test"
2014-04-03 10:39:32 +02:00
Christos Kontas
2f4b2e319b [CommonLisp] fix typo error in comment 2013-10-07 17:48:30 +03:00
agum onkey
727927f68d [minor] s/Paul Khoung/Paul Khuong/g 2013-09-03 02:05:43 +02:00
Goheeca
edf839bfae added adjustable vectors 2013-08-20 17:58:33 +02:00
Goheeca
424fc8ce80 Fixing typos 2013-08-20 16:57:25 +02:00
Adam
10637b0e77 Header changes 2013-08-13 10:14:57 -07:00
Adam
dbf07b80ac Scheme encoding for cl 2013-08-13 08:19:56 -07:00
pdn
fa910a4bc9 Foolishness borne of haste 2013-08-11 10:40:51 -07:00
pdn
f39aa6adfb Fixes based on pkh's comments. 2013-08-11 10:39:13 -07:00
pdn
082dffc697 Adding Common Lisp 2013-08-11 01:49:33 -07:00