iracket VS typed-racket

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
iracket typed-racket
1 5
93 506
- 2.0%
0.0 7.4
about 2 years ago 7 days ago
Racket Racket
BSD 3-clause "New" or "Revised" License 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.

iracket

Posts with mentions or reviews of iracket. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-16.

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

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

racketscript - Racket to JavaScript Compiler

mlton - The MLton repository

ob-racket - Racket language support in Emacs Org-mode

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

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

sham - A DSL for runtime code generation in racket

renegade-way - Option Trading Application

algol60

oic-options-chains - ETL for OIC Options Chains