This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " Basic config | |
| set autoread " Automatically reload modified buffer | |
| set autowriteall " Automatically write files when some commands occur | |
| set backupcopy=yes " Fix Hot Module Reloading for parcel js | |
| set colorcolumn=80 " Colour column 80 | |
| set cursorcolumn " Highlight the column currently under cursor | |
| set cursorline " Highlight the line currently under cursor | |
| set expandtab " Use spaces instead of tabs | |
| set foldlevel=20 " Folds with a higher level will be closed | |
| set foldmethod=indent |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;; Space Invaders | |
| ;; | |
| ;; In order to run in DrRacket: | |
| ;; Choose Language... -> Teaching Languages -> Intermediate Student | |
| ;; Click Run | |
| ;; type: (main G0) | |
| (require 2htdp/universe) | |
| (require 2htdp/image) |
NewerOlder