MiniScriptEval VS AdventOfCode2022

Compare MiniScriptEval vs AdventOfCode2022 and see what are their differences.

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
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
MiniScriptEval AdventOfCode2022
3 51
1 53
- -
10.0 3.6
about 2 years 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.

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 2024-02-21.
  • An expression parser for MiniScript
    2 projects | dev.to | 21 Feb 2024
    Last week, we talked about the Pratt parsing algorithm. Prior to learning about that, I had always written recursive-descent parsers, including one a couple years ago that could evaluate simple numeric expressions.
  • Advent of Code (in MiniScript), Day 21
    2 projects | dev.to | 21 Dec 2022
    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.
  • Advent of Code (Day 11), in MiniScript
    1 project | dev.to | 11 Dec 2022
    That "Operation" line is a problem. MiniScript does not have a built-in eval function (though there is a repo for that). If I weren't under time pressure, I'd probably write a very simple expression parser and evaluator that can parse and evaluate A op B, where A and B are either "old" or a number, and op is either '+' or '*'. But this being Advent of Code, I was under time pressure. That seemed like a poor choice.

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 2024-02-22.
  • APL at Volvo
    2 projects | news.ycombinator.com | 22 Feb 2024
    I've been trying to improve my J skills by doing the https://adventofcode.com/2022 puzzles. I got stuck on day 7 because recursion in J is possible but an advanced level incantation.
  • I have great difficulties
    3 projects | /r/adventofcode | 5 Dec 2023
  • Advent of Code: Intro to Programming Puzzles and Problem-Solving Delights
    2 projects | dev.to | 30 Nov 2023
    Check previous years puzzles To get complete idea of the format of Advent of Code and get started grinding you should check out old puzzles first. To checkout old problems- https://adventofcode.com/2022/
  • Are there any websites for coding challenges which gamify coding skills?
    2 projects | /r/learnprogramming | 3 Jun 2023
    You can check out https://adventofcode.com/2022 (and not only year 2022 but also previous years). It has coding challenges in the form of Christmas stories. When it is live then new challenges open up every day like one would be opening up advent calendar. These challenges are quite interesting. Me and my colleagues at work, professional software developers, we also participate in these events. So it is not only for beginners. First days are simpler but with every added day the challenges become more complex. Still, the challenges are doable. You do not need to be on a professional software developer level. We do it just to try out different programming languages we normally do not work with.
  • Discussão sobre o Advent of Code 2022 - Dia 8: Valor da constante de um algoritmo linear
    1 project | dev.to | 14 Feb 2023
    No oitavo dia do Advent of Code de 2022 tem um problema interessante para discutir sobre o termo constante na complexidade de um algoritmo.
  • Implementing the Pipe Operator in TypeScript
    5 projects | dev.to | 21 Jan 2023
    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.
  • Is brackeys and code monkey outdated and/or has bad practice or any reason for me not to follow their advice and tutorials?
    1 project | /r/Unity2D | 21 Jan 2023
    In a similar exercise fashion, I would recommend Advent of Code. It's an "event" that happens in December. The idea is that every day you get two tasks, described somewhat like in a math textbook. You need to find/develop an algorithm to solve the task. First task each day is usually fairly simple, but the second task expands on the first and pushes you to optimize it. It's a seasonal thing, but all the tasks from previous years are always available, so you can just go through them whenever. This also has it's own subreddit where people post their solutions and explanations, so if you are stuck somewhere you can always check out what other people did. It's not specifically for Unity, but it's also important to understand "vanilla" C#, so I recommend just doing those as a C# application. Great way to learn different algorithms
  • What to do other than leetcode?
    1 project | /r/leetcode | 12 Jan 2023
    TL;DR; Checkout Advent Of Code. Its not exactly competitive programming, but rather has an Advent Calendar for the Christmas but for Data Structure and Algorithm problems! I dislike grinding LeetCode and going through any competitive programming as such. But I really enjoyed Advent of Code.
  • What I learned (about Python) through Advent of Code 2022
    1 project | /r/Python | 1 Jan 2023
    I wrote this post a few days ago about what I learned doing Advent of Code this year. I did the puzzles in Python and, while I've been coding in Python for quite some time, still learned new things. Hope this might be helpful to others as well.
  • [2022] Total lines of code
    2 projects | /r/adventofcode | 28 Dec 2022

What are some alternatives?

When comparing MiniScriptEval and AdventOfCode2022 you can also consider the following projects:

AoC2022 - Solutions to Advent of Code 2022 puzzles.

advent-of-code - advent of code solutions

aoc - Advent of Code

Advent2022 - Advent Of Code 2022

projectbook - 100+ project ideas with specifications, mock-ups, and assets for learning any programming language

aoc-2022-kotlin - AOC 2022 in Kotlin!

adventofcode - :christmas_tree: Advent of Code (2015-2023) in C#

advent_of_code_2022 - My attempts to solve https://adventofcode.com/2022

adventofcode - Solutions to Advent of Code puzzles

adventofcode - My solutions to the Advent of Code challenges

advent-of-code - C++ solutions of advent of code