ramrunner / AOC2017

solutions for Advent Of Code 2017 in chicken scheme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why more scheme?

Because we love scheme and it's time for advent of code 2017!

how to run it?

just install chicken scheme, run the csi interpreter from your terminal, and run (load "dX-foo.ss"). For now some excercises have the input hardcoded while others provide a lambda that expects it as an argument.

installing required eggs

chicken-install -s srfi-1 simple-loops format vector-lib bitwise-utils queues regex

who do i pay?

the creator of AOC! go support him at: Advent of Code support page

changelog

12/2020: brought everything up to chicken 5 12/2017: initial solutions 1-20

About

solutions for Advent Of Code 2017 in chicken scheme


Languages

Language:Scheme 100.0%