Go to file
efim 6dcca61283 cool about arrays and vectors
arrays have #'array-dimentions and #'array-rank (as a matrix)
and there's cool (row-major-aref my-arr index) for indexing array with
single index, going throug all elements

vectors have literal notation #(1 2 4 1),
they are one dimentional
have :element-type key in constructor, not quite sure how to use that

and we can try to #'coerce list to something else by providing symbol
for type, which we could get from (type-of my-vector)

also literal notation for byte vectors, cool #*110011001
2022-07-26 12:18:42 +00:00
lisp-koans cool about arrays and vectors 2022-07-26 12:18:42 +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 pulled in lisp koans for solving 2022-07-24 12:18:03 +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