iamjarvo
2015-12-17 00:13:37

@iamjarvo has joined the channel


iamjarvo
2015-12-17 00:17:44

looking for some insight for this error: http://pastie.org/private/ofgrqv4ijinmfq7j4xrtea


iamjarvo
2015-12-17 00:18:16

did a brew install racket


florence
2015-12-17 00:40:44

iamjarvo: brew installs the “minimal” racket i believe, which doesn’t come with xrepl. you can get it with raco pkg install xrepl


lexi.lambda
2015-12-17 00:49:12

@iamjarvo: You should probably install the full Racket installation, either from the Racket website, or by using Caskroom via brew cask install racket.


lexi.lambda
2015-12-17 00:49:28

It has most of the goodies, whereas the minimal installation is, well, minimal.