Trying to solve advent of code with ysh.
Mostly developing on my mobile with acode and termux. Gonna be slow :)
level | status | notes |
---|---|---|
1_1 | solved | eggex and a PR ftw! |
1_2 | solved | Andy overhauled regexes!] |
2_1 | solved | wrote my own split |
2_2 | solved | very simple addition! |
3_1 | solved | terrible debug output, found some bugs! |
3_2 | solved | for (x ~ bla) {} would've been helpful… |
4_1 | solved | proc (;;;block) would've been cool and had some confusion |
4_2 | solved | Implemented dict=>values() |
5_1 | solved | C++ ysh version on mobile has too small integers AND FLOATS! Had to use my server. |
5_2 | TODO | Current bruteforce obviously too slow. |