schemedoc / cookbook

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

N m holms #35

Closed jcubic closed 2 years ago

jcubic commented 2 years ago

Collecting recipes by Nils M. Holm #34

lassik commented 2 years ago

Excellent work, thank you very much for taking on the task!

lassik commented 2 years ago

Can you add a # Title at the top of each .md file, and add the names of the new pages to www-index.scm?

jcubic commented 2 years ago

Yes, will add the title. I've forgotten about that. Also will update index file.

lassik commented 2 years ago

Thanks! Can we rename the pages a bit for consistency?

recipes/find-substring-in-string.md 
# Find substring in string

recipes/split-list-into-groups-by-comparator.md 
# Split list into groups by comparator

recipes/use-list-as-stack.md 
# Use list as stack

recipes/use-list-as-queue.md 
# Use list as queue

The add-element-to-set page could perhaps be turned into a general "Use list as set" page, to match the stack and queue pages?

recipes/use-list-as-set.md
# Use list as set
jcubic commented 2 years ago

Can you check those that are in the PR, for now, let's merge those. I will check and search for the new recipe later.

Will create new PR with next batch.

lassik commented 2 years ago

Very good!

Can you add create-k-combinations-from-list to the index and add a # TItle to the .md file? Otherwise, ready to merge.

lassik commented 2 years ago

Nevermind, I can make a commit to add those things. Looks good, all in all!