Difference between revisions of "Racket Reference"

From CSE425S Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
 
[https://learnxinyminutes.com/docs/racket/ Learn Racket In Y Minutes]
 
[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]
+
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]
  
Sections 6 and 7 Reading Notes: [https://courses.cs.washington.edu/courses/cse341/19sp/unit6notes.pdf UW 6 and 7] [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]
+
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=
Line 13: Line 13:
 
{| class="wikitable"  
 
{| class="wikitable"  
 
! scope="col" style="text-align: right;"| Command
 
! scope="col" style="text-align: right;"| Command
! scope="col" | Keybinding
+
! scope="col" | Windows/Linux
 +
! scope="col" | Mac
 
|-
 
|-
| style="text-align: right;"|comment ||Ctrl Alt ;
+
| style="text-align: right;"|comment ||Ctrl Alt ; ||
 
|-
 
|-
| style="text-align: right;"|uncomment || Ctrl Alt =
+
| style="text-align: right;"|uncomment || Ctrl Alt = ||
 
|-
 
|-
| style="text-align: right;"|Reindent All (format) || Ctrl i
+
| style="text-align: right;"|Reindent All (format) || Ctrl i || Command i
 
|}
 
|}
  
 
Looking for more?  Edit -> Keybindings -> Show Active Keybindings
 
Looking for more?  Edit -> Keybindings -> Show Active Keybindings

Latest revision as of 20:24, 11 July 2019

Racket Language and Library

The Racket Guide

Learn Racket In Y Minutes

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