Programming challenges from the Cave of Linguists discord server
https://discord.gg/cave-of-linguists
The challenges feature:
- BeepBoopBook (C++): usage of the ternary operator.
- CodingChallenge0 (POSIX shell): POSIX-compliant (almost entirely, has a for loop) naïve implementation of primality test with a few simple optimizations.
- CodingChallenge1 (Qt C++, WIP): production-grade encapsulation, documentation (doxygen: link), internationalization and a fancy GUI available in 3 languages.