eopl3 VS typed-racket

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
eopl3 typed-racket
1 5
11 506
- 2.0%
3.5 7.4
4 months ago 7 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.

eopl3

Posts with mentions or reviews of eopl3. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-25.
  • How to get started?
    3 projects | /r/ProgrammingLanguages | 25 Apr 2023
    I've been going through the book myself using Haskell and it's been a blast. I recently completed Chapter 5 and here's some of what I learned to implement along the way: a CPS (Continuation-passing style) interpreter, how to add support for continuations, trampolining, how to use CPS to add support for exceptions and threads. Here are the various interpreters: https://github.com/dwayne/eopl3/tree/master/solutions/05-ch5/interpreters/haskell.

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 eopl3 and typed-racket you can also consider the following projects:

compiler - an incomplete toy barebones compiler backend for amd64 x86_64 in Python and an incomplete JIT compiler written in C

iracket - Jupyter kernel for Racket

racket-rash - The Reckless Racket Shell

racketscript - Racket to JavaScript Compiler

mlton - The MLton repository

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

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

sham - A DSL for runtime code generation in racket

multiversion-concurrency-control - Implementation of multiversion concurrency control, Raft, Left Right concurrency Hashmaps and a multi consumer multi producer Ringbuffer, concurrent and parallel load-balanced loops, parallel actors implementation in Main.java, Actor2.java and a parallel interpreter

renegade-way - Option Trading Application