MiniScriptEval
expression evaluator (with variables and optional REPL) in MiniScript (by JoeStrout)
AdventOfCode2022
Solutions to all 25 Advent of Code 2022 in Rust 🦀 Less than 100 lines per day, total runtime of less than 1 second. (by AxlLind)
Our great sponsors
- ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
- InfluxDB - Access the most powerful time series database as a service
- SonarQube - Static code analysis for 29 languages.
MiniScriptEval | AdventOfCode2022 | |
---|---|---|
2 | 47 | |
0 | 38 | |
- | - | |
10.0 | 10.0 | |
over 1 year ago | 5 months ago | |
MAXScript | Rust | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
MiniScriptEval
Posts with mentions or reviews of MiniScriptEval.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-21.
-
Advent of Code (in MiniScript), Day 21
Note that dependsOn is a list of monkey names; we look up the corresponding Monkey objects in a global map called monkeys. Also, to avoid writing code to handle the four different operators, I used the eval module from this repo to evaluate an expression based on the monkey's operator.
AdventOfCode2022
Posts with mentions or reviews of AdventOfCode2022.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-21.
-
Implementing the Pipe Operator in TypeScript
In the example above, the pipe operator |> takes the output of the previous function and passes it as the input for the next function. Here's a more complex example. It's my solution to Advent of Code 2022 day 1 pt.2.
- [2022] Total lines of code
-
Beginner wanting to learn here, what's the best way to learn without exhaustive tutorials?
You could also try Advent of Code for a series of progressively harder challenges. The first 5 to 10 challenges should be just right.
-
Are there websites that give you problems to solve that aren't essentially math tricks?
Try Advent of Code: https://adventofcode.com/2022
-
-🎄- 2022 Day 25 Solutions -🎄-
Thanks for another amazing year! 2022, day 19 will for ever be my favorite AoC question since it's the first time in doing this for many years I got to the top 100.
- Advent of Code 2022 day 25
-
-🎄- 2022 Day 24 Solutions -🎄-
Link to full solution (62 lines)
- Advent of Code 2022 day 24
-
Sharing Saturday #446
I'm reaching the end of Advent of Code. Day 16's puzzle wiped out half the leaderboard I made and I might be the only person making it to the end on the 25th. I went back and was able to finish the days I struggled with, with some crudely made solutions, one of which couldn't solve the input but was close enough that I could guess the correct output from there.
- Advent of Code 2022 day 23
What are some alternatives?
When comparing MiniScriptEval and AdventOfCode2022 you can also consider the following projects:
aoc - Advent of Code
adventofcode - My solutions to the Advent of Code challenges
adventofcode - :christmas_tree: Advent of Code (2015-2022) in C#
advent-of-code
Advent2022 - Advent Of Code 2022
AoC2022 - Solutions to Advent of Code 2022 puzzles.
projectbook - 100+ project ideas with specifications, mock-ups, and assets for learning any programming language