An open API service indexing awesome lists of open source software.

https://github.com/samth/tr-tutorial

Typed Racket tutorial at ELS 2013 & RacketCon 2012
https://github.com/samth/tr-tutorial

Last synced: 6 months ago
JSON representation

Typed Racket tutorial at ELS 2013 & RacketCon 2012

Awesome Lists containing this project

README

          

# RacketCon Tutorial on Typed Racket

## Typed Racket Basics

### Your first Typed Racket program

```
#lang typed/racket

(module+ main (displayln "Hello World"))
```

### Intro

### Next

### Union

### Polymorphism

### Advanced

## Porting small programs

Take the programs on the Racket website (collected in the `website`
directory) and port them to Typed Racket.

## A Bigger Step

Working through the *More: Systems programming in Racket* tutorial