aoc2020 VS typed-racket

Compare aoc2020 vs typed-racket and see what are their differences.

aoc2020

Solutions to Advent of Code 2020, written in Racket (by goderich)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
aoc2020 typed-racket
2 5
15 503
- 1.4%
1.8 7.4
over 2 years ago 9 days ago
Racket Racket
- GNU General Public License v3.0 or later
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.

aoc2020

Posts with mentions or reviews of aoc2020. We have used some of these posts to build our list of alternatives and similar projects.

typed-racket

Posts with mentions or reviews of typed-racket. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-28.
  • Experimenting with the new Typed Racket modes
    3 projects | /r/Racket | 28 Feb 2023
    Turns out, Shallow was slower than it needed to be for types of built-in math (+, *, ...). PR here: https://github.com/racket/typed-racket/pull/1316
  • Racket->Rhombus: To Sexp or not to Sexp?
    5 projects | /r/ProgrammingLanguages | 26 Aug 2022
  • Coalton: How to Have Our (Typed) Cake and (Safely) Eat It Too, in Common Lisp
    2 projects | news.ycombinator.com | 10 Sep 2021
    Last weekend, I put together a working sample for how to show multiple syntax errors from Racket macros. It works in DrRacket and racket-xp-mode. It's based on Typed Racket.

    https://gist.github.com/srcreigh/f341b2adaa0fe37c241fdf15f37...

    The well-documented Racket `raise-syntax-error` will let you display 1 syntax error at a time. It works by throwing an exception during macro expansion hence you only get 1 error in your IDE. That code lets you highlight 2+ errors.

    Please build a type system in Racket! I would love to try it out.

    Helpfully, the above sample code is an example of how to store compiler-level state. So next, just wrap all your base forms, add some type declaration syntax, type inference, etc.

    I would love to have a language that can be used to define a customized type system in Racket.

    Typed Racket is an incredible feat. Can you imagine adding an entire type system without writing a separate compiler? Using all the batteries included with your language?

    However I don't like that Typed Racket enforces soundness with Runtime checks, I much prefer TypeScript style checking. I also have run into some pretty confusing messages ie [1]. Diversity is healthy, it'd be nice to have static typechecking systems to choose from for Racket.

    [1] https://github.com/racket/typed-racket/issues/1021

  • Creating Languages in Racket (2011)
    3 projects | news.ycombinator.com | 3 Feb 2021
    > I like how TS is unsound (has no runtime performance penalty for mixing untyped code), and is easily disabled via any if it's in the way.

    This is already done. See https://github.com/racket/typed-racket/pull/952 for RFC and https://github.com/racket/typed-racket/pull/948 for the implementation.

What are some alternatives?

When comparing aoc2020 and typed-racket you can also consider the following projects:

racket-rash - The Reckless Racket Shell

iracket - Jupyter kernel for Racket

racketscript - Racket to JavaScript Compiler

frog - Frog is a static blog generator implemented in Racket, targeting Bootstrap and able to use Pygments.

mlton - The MLton repository

sham - A DSL for runtime code generation in racket

renegade-way - Option Trading Application

algol60

oic-options-chains - ETL for OIC Options Chains

pollen - book-publishing system [mirror of main repo at https://git.matthewbutterick.com/mbutterick/pollen]

mediKanren - Proof-of-concept for reasoning over the SemMedDB knowledge base, using miniKanren + heuristics + indexing.

shift-remapper - Remap shift layer with Karabiner Elements