summaryrefslogtreecommitdiffhomepage
path: root/common-lisp.html.markdown
Commit message (Collapse)AuthorAgeLines
* Remove leading and trailing empty lines in code blocksBoris Verkhovskiy2024-04-06-1/+0
|
* Update common-lisp.html.markdownAlexander Meinhold2019-10-11-1/+1
| | | Real -> Read
* Fix default make-array value, closes #2578Divay Prakash2018-10-09-1/+2
|
* Fix error in unbound variable description, closes #2577Divay Prakash2018-10-09-2/+2
|
* fixed small inconsistencyStig Palmquist2018-09-24-1/+1
|
* Fix build error in 'build/docs/common-lisp/index.html'Divay Prakash2018-08-15-1/+1
|
* Assorted fixesAdam Bard2018-03-04-1/+1
|
* [common-lisp/en]: clean up and add more informationRommel Martinez2018-03-01-302/+360
|
* [common-lisp/en] Fix code in examplesAnton Davydov2015-12-09-2/+2
|
* [E] styling linksHellseher2015-11-14-5/+5
|
* [A] extra linksHellseher2015-11-14-0/+7
| | | | | | | | Links : : CLiki : Awesome Common Lisp : COMMON LISP A Gentle Introduction to Symbolic Computation : Common-Lisp.net
* removing whitespace all overGabriel Halley2015-10-07-1/+1
|
* fixed the comment formatPushkar Sharma2015-10-05-1/+1
|
* Issue #1157Pushkar Sharma2015-10-04-1/+2
| | | Comment explaining '-p', in line 178.
* fix the while macro for Common LispAaron Zeng2015-04-21-3/+5
| | | Earlier version was incorrect, as it only executed `body` once and then terminated, like an if statement instead.
* [Common Lisp/en] Add a missing argument to `(walker)`ven2014-10-27-1/+1
|
* Review docs for added rouge lexers and update those with new highlightersAdam2014-09-08-1/+1
|
* Fix typo in Common Lisp introduction.Joram Schrijver2014-04-03-1/+1
|
* Fix invalid characters for Common Lisp symbolsJoram Schrijver2014-04-03-1/+1
| | | | | | | 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"
* [CommonLisp] fix typo error in commentChristos Kontas2013-10-07-1/+1
|
* [minor] s/Paul Khoung/Paul Khuong/gagum onkey2013-09-03-1/+1
|
* added adjustable vectorsGoheeca2013-08-20-1/+18
|
* Fixing typosGoheeca2013-08-20-6/+6
|
* Header changesAdam2013-08-13-1/+1
|
* Scheme encoding for clAdam2013-08-13-1/+2
|
* Foolishness borne of hastepdn2013-08-11-1/+1
|
* Fixes based on pkh's comments.pdn2013-08-11-89/+162
|
* Adding Common Lisppdn2013-08-11-0/+531