aboutsummaryrefslogtreecommitdiffhomepage
path: root/samples/readme.md
blob: 68b31c1508b256c282b15eef4e5c91b7fb24d62d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Samples

## AOC

These samples solve some of the [Advent of
Code](https://adventofcode.com) problems.

    cat input | bruijn solve.bruijn

**Be aware** that lambda calculus is generally incredibly inefficient.
For example, the obvious solution for the very simple problem 2022/01
takes around 30s and 3GB of memory using the full input.