Skip to content

Commit

Permalink
racket: notes, require euler
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhoy committed Oct 16, 2015
1 parent 47addfa commit fc1a003
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion racketrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
;; installing racket on osx:
;; brew install plt-racket
;; raco pkg install compatibility-lib
;; ^ seems to be required by geiser

;; load readline support (added by `install-readline!')
(require readline/rep)
;; (require readline/rep)

(require "euler.rkt")

0 comments on commit fc1a003

Please sign in to comment.