Inside Racket Seminar - racket/racket GitHub Wiki

The Inside Racket seminar seeks to expose the internal design and implementation of Racket features. It features Racketeers give a low-level walkthrough of the code that implements an important Racket feature. This is not a tutorial on the feature or the features of Racket used to implement it, but a kind of oral history of the software and how it works. Our hope is that this will increase the ability of others to build and maintain similar software as we share this kind of expertise in a way that doesn't fit our existing distribution mechanisms (research papers, RacketCon talks, documentation, etc.)

If you have a requested speaker, please contact Jay McCarthy. Previous requests are below:

  • Racket VM details - interpreter, JIT, runtime, expander, 3m, GC
  • racket/contract
  • redex
  • DrRacket's Check Syntax
  • 2htdp/image
  • Macro Stepper
  • Stepper
  • plot
  • pict3d
  • math/array
  • 2htdp/universe