Difference between revisions of "Racket Reference"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
[https://learnxinyminutes.com/docs/racket/ Learn Racket In Y Minutes] | [https://learnxinyminutes.com/docs/racket/ Learn Racket In Y Minutes] | ||
− | + | Reading Notes: [https://courses.cs.washington.edu/courses/cse341/19sp/unit5notes.pdf UW A] or [https://www.coursera.org/learn/programming-languages-part-b/supplement/7YfQM/section-5-reading-notes Coursera 5] | |
− | + | Reading Notes: [https://courses.cs.washington.edu/courses/cse341/19sp/unit6notes.pdf UW B] ([https://www.coursera.org/learn/programming-languages-part-b/supplement/L1JGF/section-6-reading-notes Coursera 6], [https://www.coursera.org/learn/programming-languages-part-b/supplement/d9hhR/section-7-reading-notes Coursera 7]) | |
=Dr. Racket IDE= | =Dr. Racket IDE= |
Latest revision as of 20:24, 11 July 2019
Racket Language and Library
Reading Notes: UW A or Coursera 5
Reading Notes: UW B (Coursera 6, Coursera 7)
Dr. Racket IDE
Keybindings
Command | Windows/Linux | Mac |
---|---|---|
comment | Ctrl Alt ; | |
uncomment | Ctrl Alt = | |
Reindent All (format) | Ctrl i | Command i |
Looking for more? Edit -> Keybindings -> Show Active Keybindings