How do I implement Racket from scratch?

This page summarizes the projects mentioned and recommended in the original post on /r/Racket

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • racket

    The Racket repository

  • For a list of all the functions implemented by the runtime, you can look at the files in this directory: https://github.com/racket/racket/tree/master/racket/src/cs/primitive

  • mal

    mal - Make a Lisp

  • I found Make a Lisp to be a lot of fun, or if you want your head exploded there's The Most Beautiful Program Ever Written (very much worth a watch even if you don't want your head exploded).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • expander

  • Here's a paper describing the macro system: https://www.cs.utah.edu/plt/scope-sets/ and here's a collection of expanders using that approach, from simple to large: https://github.com/mflatt/expander

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts