|
1 month ago | |
---|---|---|
data | 1 month ago | |
lib | 1 month ago | |
solutions | 1 month ago | |
.editorconfig | 1 month ago | |
.gitignore | 1 month ago | |
README.md | 1 month ago | |
index.js | 1 month ago | |
testAll.js | 1 month ago |
This repository contains solutions to advent of code problems in JavaScript.
I have a few ideas I am following with these solutions:
yarn add
anything, don’t even make a package.json
)crypto
, child_process
, and fs
, but don’t use assert
)The most interesting thing written to service these goals is something called “Glib” (Generator library), which is similar to lodsh/lazy.js and built using generators to allow for lazy and intermediate-free operation (as much as possible). It also uses BigInt
s throughout, because why not.
This code is currently not issued under any open source license and the author (Kegan Myers aka terribleplan) reserves all rights. Feel free to peruse the repo, but this is my OC, don’t steal until I choose a license. It’ll probably be BSD/ISC/MIT or similar at some point.