Difference between revisions of "Racket Reference"

From CSE425S Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
=Racket Language and Library=
 
=Racket Language and Library=
 
[https://docs.racket-lang.org/guide/index.html The Racket Guide]
 
[https://docs.racket-lang.org/guide/index.html The Racket Guide]
 +
 +
[https://learnxinyminutes.com/docs/racket/ Learn Racket In Y Minutes]
  
 
Section 5 Reading Notes: [https://courses.cs.washington.edu/courses/cse341/19sp/unit5notes.pdf UW] [https://www.coursera.org/learn/programming-languages-part-b/supplement/7YfQM/section-5-reading-notes Coursera]
 
Section 5 Reading Notes: [https://courses.cs.washington.edu/courses/cse341/19sp/unit5notes.pdf UW] [https://www.coursera.org/learn/programming-languages-part-b/supplement/7YfQM/section-5-reading-notes Coursera]

Revision as of 05:38, 30 June 2019

Racket Language and Library

The Racket Guide

Learn Racket In Y Minutes

Section 5 Reading Notes: UW Coursera

Sections 6 and 7 Reading Notes: UW 6 and 7 Coursera 6 Coursera 7

Dr. Racket IDE

Keybindings

Command Keybinding
comment Ctrl Alt ;
uncomment Ctrl Alt =
Reindent All (format) Ctrl i

Looking for more? Edit -> Keybindings -> Show Active Keybindings