Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tambapps/advent-of-code
Doing the https://adventofcode.com in Marcel, my own programming language
https://github.com/tambapps/advent-of-code
Last synced: 2 days ago
JSON representation
Doing the https://adventofcode.com in Marcel, my own programming language
- Host: GitHub
- URL: https://github.com/tambapps/advent-of-code
- Owner: tambapps
- Created: 2022-12-02T13:27:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T09:00:24.000Z (9 months ago)
- Last Synced: 2024-05-07T18:14:58.286Z (8 months ago)
- Language: Groovy
- Homepage:
- Size: 289 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent Of Code
Doing the [advent of code](https://adventofcode.com) using [Marcel](https://tambapps.github.io/marcel/) (my own programming language).
## Marcel
To run these solutions, you'll need to [install Marcel](https://tambapps.github.io/marcel/getting-started/installation.html).Then run
```shell
marcl solution.mcl
```## Groovy
In past years, I have made some programs in Groovy.Some solutions are to be run using static compilation for better performance. For that add the `--compile-static`
argument like in the below example```shell
groovy --compile-static solution.groovy
````--compile-static` must be **before** the `solution.groovy`, or else it will be treated as an argument for the script
## V
In past years, I have made some programs in V.You'll need to [install V](https://github.com/vlang/v#installing-v-from-source) to run such solutions.
Then, use the following command
```shell
v run solution.v
```## Progress
2023
| Day | Part 1
Marcel | Part 2
Marcel |
|-----|--------------------|--------------------|
| 1 | :white_check_mark: | :white_check_mark: |
| 2 | :white_check_mark: | :white_check_mark: |
| 3 | :white_check_mark: | :white_check_mark: |
| 4 | :white_check_mark: | :white_check_mark: |
| 5 | :white_check_mark: | :white_check_mark: |
| 6 | :white_check_mark: | :white_check_mark: |
| 7 | :white_check_mark: | :white_check_mark: |
| 8 | :white_check_mark: | :white_check_mark: |
| 9 | :white_check_mark: | :white_check_mark: |
| 10 | :white_check_mark: | :x: |
| 11 | :white_check_mark: | :white_check_mark: |
| 12 | :white_check_mark: | :x: |
| 13 | :white_check_mark: | :white_check_mark: |
| 13 | :white_check_mark: | :white_check_mark: |
| 14 | :white_check_mark: | :x: |
| 15 | :white_check_mark: | :white_check_mark: |
| 16 | :white_check_mark: | :white_check_mark: |2022
| Day | Part 1
Marcel | Part 2
Marcel | Part 1
Groovy | Part 2
Groovy | Part 1
V | Part 2
V |
|-----|--------------------|--------------------|---------------------|--------------------|--------------------|--------------------|
| 1 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| 2 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| 3 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| 4 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| 5 | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| 6 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| 7 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| 8 | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| 9 | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| 10 | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| 11 | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| 12 | :x: | :x: | :white_check_mark: | :white_check_mark: | :x: | :x: |
| 13 | :x: | :x: | :white_check_mark: | :white_check_mark: | :x: | :x: |
| 14 | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| 15 | :x: | :x: | :white_check_mark: | :x: | :white_check_mark: | :white_check_mark: |
| 16 | :x: | :x: | :white_check_mark: | :white_check_mark: | :x: | :x: |
| 17 | :x: | :x: | :white_check_mark: | :x: | :x: | :x: |
| 18 | :x: | :x: | :white_check_mark: | :x: | :x: | :x: |
| 19 | :x: | :x: | :white_check_mark: | :x: | :x: | :x: |
| 20 | :x: | :x: | :white_check_mark: | :x: | :x: | :x: |
| 21 | :x: | :x: | :white_check_mark: | :x: | :white_check_mark: | :x: |