Skip to content

Instantly share code, notes, and snippets.

@jmercouris
Created July 4, 2018 10:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmercouris/d14e554d21b0a18fb4ffb9b09b401f9b to your computer and use it in GitHub Desktop.
Save jmercouris/d14e554d21b0a18fb4ffb9b09b401f9b to your computer and use it in GitHub Desktop.
CL-USER> '(if we learn lisp we will be pleased)
(IF WE
LEARN
LISP
WE
WILL
BE
PLEASED)
CL-USER> '(trois un deux)
(TROIS UN DEUX)
CL-USER> '(trois un deux four five)
(TROIS UN DEUX FOUR FIVE)
CL-USER> '(trois un deux four five six seven)
(TROIS UN DEUX FOUR FIVE SIX SEVEN)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment