schemedoc / cookbook

New Scheme Cookbook
https://cookbook.scheme.org
29 stars 3 forks source link

Update creating-subset-of-an-alist #27

Closed lassik closed 2 years ago

lassik commented 2 years ago

@jcubic OK?

lassik commented 2 years ago

An operation that removes some items is usually called filtering (e.g. filter procedure in SRFI 1).

lassik commented 2 years ago

^ rebase to latest master, and tweak the code in Usage for consistent style with other pages

jcubic commented 2 years ago

looks good. We will need to link the recipes when they will be on the server the hash will no longer work.

lassik commented 2 years ago

We will need to link the recipes when they will be on the server the hash will no longer work.

Link updated in https://github.com/schemedoc/cookbook/commit/b2a27efcff17080c2a5134c1a8c6f8cf86f2b5d3

Can be seen here: https://cookbook.scheme.org/filter-alist-keys/