The Nasty Errors in Your Platform

One of the always trending topics in our pop-culture-like computer industry is dealing with errors. There are whole movements addressing i... | Continue reading


@lisp-univ-etc.blogspot.com | 2 years ago

Watching a Model Train

Last week, I did a quick hack that quite delighted me: I added a way to visually watch the progress of training my MGL-based neural networ... | Continue reading


@lisp-univ-etc.blogspot.com | 2 years ago

The Common Lisp Condition System Book Review

Continue reading


@lisp-univ-etc.blogspot.com | 3 years ago

“Programming Algorithms” Paperback

I have finally obtained the first batch of the printed "Programming Algorithms" books and will shortly be sending them to the 13 people who... | Continue reading


@lisp-univ-etc.blogspot.com | 3 years ago

Programming Algorithms in Lisp (free book)

The book "Programming Algorithms (A comprehensive guide to writing efficient programs with examples in Lisp)" has been completed. It turne... | Continue reading


@lisp-univ-etc.blogspot.com | 4 years ago

Programming Algorithms (In Lisp): Strings

It may not be immediately obvious why the whole chapter is dedicated to strings. Aren't they just glorified arrays? There are several answer... | Continue reading


@lisp-univ-etc.blogspot.com | 4 years ago

Lisp: Key-Values (from “Programming Algorithms” book)

To conclude the description of essential data structures, we need to discuss key-values (kvs), which are the broadest family of structures o... | Continue reading


@lisp-univ-etc.blogspot.com | 4 years ago

Arrays

Arrays are, alongside structs, the most basic data structure and, at the same time, the default choice for implementing algorithms. A one-... | Continue reading


@lisp-univ-etc.blogspot.com | 4 years ago

Programming Algorithms in Lisp: Data Structures

The next several chapters will be describing the basic data structures that every programming language provides, their usage and the most im... | Continue reading


@lisp-univ-etc.blogspot.com | 4 years ago

Data Structures (Programming Algorithms Book by Vsevolod Dyomkin)

Continue reading


@lisp-univ-etc.blogspot.com | 4 years ago

Programming Algorithms: Data Structures

The next several chapters will be describing the basic data structures that every programming language provides, their usage and the most im... | Continue reading


@lisp-univ-etc.blogspot.com | 4 years ago

Programming Algorithms: A Crash Course in Lisp

The introductory post for this book, unexpectedly, received quite a lot of attention, which is nice since it prompted some questions, and on... | Continue reading


@lisp-univ-etc.blogspot.com | 4 years ago

Programming Algorithms: A Crash Course in Lisp

The introductory post for this book, unexpectedly, received quite a lot of attention, which is nice since it prompted some questions, and on... | Continue reading


@lisp-univ-etc.blogspot.com | 4 years ago

“Programming Algorithms” Book

Drago — a nice example of a real-world binary tree I'm writing a book about algorithms and Lisp. It, actually, started several years ago,... | Continue reading


@lisp-univ-etc.blogspot.com | 4 years ago

5 Steps to Grasping Modern ML (2016)

Recently, I've been teaching an advanced Algorithms course, which concluded in a short introduction to Machine Learning. Obviously, ML is ... | Continue reading


@lisp-univ-etc.blogspot.com | 5 years ago

Lisp, the universe and everything

There's this perpetual confusion about Lisp: everyone will call a language with prefix notation and parenthesis a Lisp or a Lisp-dialect. T... | Continue reading


@lisp-univ-etc.blogspot.com | 5 years ago