Difference between revisions of "Racket Reference"
Jump to navigation
Jump to search
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | =Racket= | + | =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] | ||
− | =Dr. Racket= | + | |
+ | [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= | ||
==Keybindings== | ==Keybindings== | ||
− | + | {| class="wikitable" | |
+ | ! scope="col" style="text-align: right;"| Command | ||
+ | ! scope="col" | Windows/Linux | ||
+ | ! scope="col" | Mac | ||
+ | |- | ||
+ | | style="text-align: right;"|comment ||Ctrl Alt ; || | ||
+ | |- | ||
+ | | style="text-align: right;"|uncomment || Ctrl Alt = || | ||
+ | |- | ||
+ | | style="text-align: right;"|Reindent All (format) || Ctrl i || Command i | ||
+ | |} | ||
− | + | Looking for more? Edit -> Keybindings -> Show Active Keybindings | |
− | |||
− |
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