a very occasional diary @ Nikita Danilov
2024-05-07
Euclid continuity
›
Let's talk about one of the simplest, if not trivial, subjects in the oldest and best-established branch of mathematics: rectangle area ...
2024-03-04
When people used to care about the quality of presentation
›
From Errata to Dijsktra's A Primer of Algol 60 Programming .
2022-10-12
usched: update
›
Update for the previous post about stackswap coroutine implementation usched . To recap, usched is an experimental (and very simple, 120L...
2022-10-07
Generating Catalan numbers.
›
Enumerate all binary trees with N nodes, C++20 way: #include <memory> #include <string> #include <cassert> #include &l...
A Python: it's dictionaries all the way down.
›
def drill(): return defaultdict(drill)
1 comment:
2022-10-06
usched: stackswap coroutines, neither stackful nor stackless
›
[Please read the update .] This repository ( https://github.com/nikitadanilov/usched ) contains a simple experimental implementation of coro...
2022-08-22
3-lisp: an infinite tower of meta-circular interpreters.
›
Précis 3-lisp is a dialect of Lisp designed and implemented by Brian C. Smith as part of his PhD. thesis Procedural Reflection in Progr...
2 comments:
2022-07-26
Treadmill
›
Treadmill is a "real-time" in-place garbage collection algorithm designed by H. Baker [ 0 ]. It is simple, elegant, efficient a...
2 comments:
2021-02-13
360 years later or „Скрещенья ног“
›
In 1896 Paul Gauguin completed Te Arii Vahine ( The King’s Wife ): From many similar paintings of his Tahitian period this, together with...
›
Home
View web version