Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rcghpge/aoc-2024-mojo
Advent of Code 2024 - Mojo π₯
https://github.com/rcghpge/aoc-2024-mojo
advent-of-code advent-of-code-2024 advent-of-code-2024-mojo magic max modular mojo
Last synced: 12 days ago
JSON representation
Advent of Code 2024 - Mojo π₯
- Host: GitHub
- URL: https://github.com/rcghpge/aoc-2024-mojo
- Owner: rcghpge
- Created: 2024-12-14T11:03:19.000Z (27 days ago)
- Default Branch: main
- Last Pushed: 2024-12-14T15:04:11.000Z (27 days ago)
- Last Synced: 2024-12-14T16:19:43.563Z (27 days ago)
- Topics: advent-of-code, advent-of-code-2024, advent-of-code-2024-mojo, magic, max, modular, mojo
- Language: Mojo
- Homepage: https://www.modular.com/mojo
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2024 - Mojo Programming Language π₯
Welcome to my Advent of Code 2024 submissions, written in the Mojo programming language! This is my first journey into Mojo, a cutting-edge language developed by the Modular team, and while the language is still evolving, so are my solutions. Not all puzzles are fully solved, but they represent my learning process and progress in mastering Mojo.Big thanks to the Modular community on Discord, Python community, Linux community, and the broader programming community for the help along the way. The feedback and help was invaluable as I explored this new language.
## A Hybrid Approach π
To ensure accuracy, I often used Python to cross-reference my Mojo solutions and validate my logic. Pythonβs mature ecosystem and extensive community resources proved to be an excellent companion for understanding and solving these challenges.If you're also working through Advent of Code, I highly encourage you to join the vibrant programming communities linked below for support, feedback, and discussions.
## A Word of Encouragement β¨
This repository contains solutions and spoilers. While youβre welcome to use them for guidance, I encourage you to parse the code and solve the challenges at your own pace. Advent of Code is all about the journey, not just the destination.If you're stuck on incomplete solutions, please see [proofing repository](https://github.com/rcghpge/aoc-proofing-repo/tree/main) or search GitHub for complete solutions. I will be sure to complete this repository as the Mojo language matures.
## Community Resources π€
- Modular Discord: [Join the Modular Community](https://discord.com/invite/6qvDjX3Z6d)
- Modular Forum: [Explore Discussions](https://forum.modular.com/)
- Python Discord: [Connect with Python Enthusiasts](https://discord.com/invite/python)Feel free to provide feedback, share your solutions, or suggest improvements. Letβs learn and grow together in this Advent of Code journey!
Happy coding, and good luck! πβ¨