title: LISP ⚡️ author: name: sudodoki github: sudodoki twitter: sudodoki theme: sudodoki/reveal-cleaver-theme output: index.html
--
<style> .reveal code { // font-family: "Joystix"; font-size: 35px; line-height: 38px; } .reveal h1 code, .reveal h2 code, .reveal h3 code, .reveal h4 code, .reveal h5 code { font-size: inherit; line-height: inherit; } </style>--
--
--
--
(console.log
"something"
"something")
(*
(+ 2 2)
(+ 3 3))
--
was neither finalized nor explicitly abandoned
--
(PrInT "passive-aggressive
code formatting")
--
CLISP SBCL ABCL* LISPWORKS MACLISP CMUCL ECL CCL MKCL
*
ABCL -> JVM
--
--
--
--
(loop
for line = (read-line file nil :eof)
until (eq line :eof)
do (format result "~A~%" line))
--
--
- Lisp Chief Software Architect - $100K - Kiev, UA
- Marijn Haverbeke
--
--