www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

lang-slide.scrbl (414B)


      1 #lang scribble/manual
      2 @require[@for-label[lang-slide
      3                     racket/base]
      4          lang-slide/pictures
      5          ;slideshow/pict
      6          ]
      7 
      8 @title{A picture showing all the languages used to implement Racket.}
      9 
     10 Source code: @url{https://github.com/samth/lang-slide}
     11 
     12 Here is a bird's eye view of the modules implementing racket:
     13 
     14 @(langs-pict #f)
     15 
     16 And here is the languages they use:
     17 
     18 @(langs-pict #t)