Without further ado:
CL-USER> (format t "Hello, world!")
Hello, world!
NIL
https://lisp-lang.org/learn/first-steps
🙌👏
👏2
https://courses.cs.washington.edu/courses/cse401/01au/details/fp.html
The values +infinity and -infinity are denoted with an exponent of all ones and a mantissa of all zeros. The sign bit distinguishes between negative infinity and positive infinity. Being able to denote infinity as a specific value is useful because it allows operations to continue past overflow situations. Operations with infinite values are well defined in IEEE.
✍2
Forwarded from Tech Crimes (Tailen)
This media is not supported in your browser
VIEW IN TELEGRAM
documentation is the code
як масив можна використовувати замість хешмапи?
let mut map = vec![None; 100];
🤯2