Go to file
efim 9c64cf128f buch of things to remind myself
- characters are # and non-excape, #\a
- i am way to quick to judge pairwise operations from left with #'reduce
- iteration can be actually simple with dotimes, dolist.
  i'm quite afraid of #'loop but #'do seems cool and inviting
2022-07-30 18:33:04 +00:00
clog clog reading tutorials 2022-07-28 18:02:38 +00:00
lisp-koans buch of things to remind myself 2022-07-30 18:33:04 +00:00
.envrc adding flake with sbcl and direnv 2022-07-24 12:13:38 +00:00
.gitignore adding flake with sbcl and direnv 2022-07-24 12:13:38 +00:00
FSMs.lisp exercises and notes from "Gentle introduction" 2022-07-24 11:52:07 +00:00
applicative-style.lisp exercises and notes from "Gentle introduction" 2022-07-24 11:52:07 +00:00
arrays.lisp exercises and notes from "Gentle introduction" 2022-07-24 11:52:07 +00:00
assignment.lisp exercises and notes from "Gentle introduction" 2022-07-24 11:52:07 +00:00
basics.lisp exercises and notes from "Gentle introduction" 2022-07-24 11:52:07 +00:00
break-and-error.lisp exercises and notes from "Gentle introduction" 2022-07-24 11:52:07 +00:00
flake.lock adding flake with sbcl and direnv 2022-07-24 12:13:38 +00:00
flake.nix learning to add quicklisp to flake 2022-07-28 15:38:16 +00:00
hello.lisp exercises and notes from "Gentle introduction" 2022-07-24 11:52:07 +00:00
input-output.lisp exercises and notes from "Gentle introduction" 2022-07-24 11:52:07 +00:00
iteration-and-block-structure.lisp exercises and notes from "Gentle introduction" 2022-07-24 11:52:07 +00:00
list-structure.lisp exercises and notes from "Gentle introduction" 2022-07-24 11:52:07 +00:00
macro-and-compilartion.lisp exercises and notes from "Gentle introduction" 2022-07-24 11:52:07 +00:00
optional-arguments.lisp exercises and notes from "Gentle introduction" 2022-07-24 11:52:07 +00:00
packages.lisp exercises and notes from "Gentle introduction" 2022-07-24 11:52:07 +00:00
quicklisp-thing.lisp exercises and notes from "Gentle introduction" 2022-07-24 11:52:07 +00:00
recursion.lisp exercises and notes from "Gentle introduction" 2022-07-24 11:52:07 +00:00
session1.log exercises and notes from "Gentle introduction" 2022-07-24 11:52:07 +00:00
structures-and-type-system.lisp exercises and notes from "Gentle introduction" 2022-07-24 11:52:07 +00:00
test-input.lisp exercises and notes from "Gentle introduction" 2022-07-24 11:52:07 +00:00
toolkit.lisp exercises and notes from "Gentle introduction" 2022-07-24 11:52:07 +00:00
trace-and-dtrace.lisp exercises and notes from "Gentle introduction" 2022-07-24 11:52:07 +00:00
vars-and-effects.lisp exercises and notes from "Gentle introduction" 2022-07-24 11:52:07 +00:00