The Racket programming language is amazing! I've decided to begin an intensive self-study program to master the language. I'll be writing a lot of code during this process, so I thought I'd create one large repository to contain it vs. numerous small repositories.
Brian Adkins
Lojic Technologies
Directories:
- Advent of Code 2021 - Solutions to Advent of Code 2021
- Advent of Code 2020 - Solutions to Advent of Code 2020
- exercises-for-programmers - solutions to "Exercises for Programmers" by Brian P. Hogan
- exercism.io - solutions to Exercism.io exercises
- htdp examples/exercises from How To Design Programs
- matasano_crypto - solutions to the matasano crypto challenges
- miscellaneous - a miscellaneous collection of Racket code (as patterns/groups emerge, files may be moved to more specific directories)
- project-euler - solutions to Project Euler exercises
- realm-of-racket - examples/exercises from Realm of Racket
- the-scheme-programming-language - examples/exercises from The Scheme Programming Language
Possible future exercises:
- Structure and Interpretation of Computer Programs (SICP)
- Paradigms of Artificial Intelligence Programming (PAIP)
Other Racket Repositories
- RacketIRCBot - a simple IRC bot in Racket
- Axio Framework - nascent web framework for Racket