russellw / racket-format

Format Racket source code
MIT License
15 stars 1 forks source link

Trouble compiling (newby) #1

Open tbrooke opened 8 years ago

tbrooke commented 8 years ago

I used: raco exe racket-format.rkt - with no options and got the error below

format.rkt:5:9: collection not found for module path: memoize collection: "memoize" in collection directories: /Users/tmb/Library/Racket/6.5/collects /Applications/Racket v6.5/collects

russellw commented 8 years ago

Right, memoize is a library that unfortunately doesn't ship with Racket by default. I need to try to figure out an automated solution to that, but in the meantime it can be manually installed as a workaround:

raco pkg install memoize