Difference between revisions of "Racket Reference"

From CSE425S Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
=Racket=
 
=Racket=
 
[https://docs.racket-lang.org/guide/index.html The Racket Guide]
 
[https://docs.racket-lang.org/guide/index.html The Racket Guide]
 +
 +
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 6 Reading Notes: [https://courses.cs.washington.edu/courses/cse341/19sp/unit6notes.pdf UW] [https://www.coursera.org/learn/programming-languages-part-b/supplement/L1JGF/section-6-reading-notes Coursera]
 +
 +
Section 7 Reading Notes: [https://courses.cs.washington.edu/courses/cse341/19sp/unit7notes.pdf UW] [https://www.coursera.org/learn/programming-languages-part-b/supplement/d9hhR/section-7-reading-notes Coursera]
 +
 
=Dr. Racket=
 
=Dr. Racket=
 
==Keybindings==
 
==Keybindings==

Revision as of 03:34, 30 June 2019

Racket

The Racket Guide

Section 5 Reading Notes: UW Coursera

Section 6 Reading Notes: UW Coursera

Section 7 Reading Notes: UW Coursera

Dr. Racket

Keybindings

Edit -> Keybindings -> Show Active Keybindings

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