larstvei
2018-7-10 16:05:08

@larstvei has joined the channel


rantonse
2018-7-10 17:18:13

@rantonse has joined the channel


pranav.gokhale.93
2018-7-10 18:08:19

@pranav.gokhale.93 has joined the channel


pranav.gokhale.93
2018-7-10 18:54:49

Are solutions to the exercises available?


plragde
2018-7-10 19:01:08

I hope not!


pranav.gokhale.93
2018-7-10 20:25:17

Well specifically, it would be helpful (at least for beginners like me!) to review the code for the past exercises we went over in lecture.


plragde
2018-7-11 00:02:12

I’m hardline on this. Work out your answers and get someone else to comment on them.


zerusski
2018-7-11 02:06:59

does anyone remember how to have one collection define multiple languages? e.g. #lang simple #lang simple/lang1 #lang simple/lang2

I apparently incorrectly assumed that I needed to just drop main.rkt that defines relevant (module reader ...) into each subdirectory and than run in terminal e.g. raco link simple or appropriate raco pkg install simple/, but I keep getting

; standard-module-name-resolver: collection not found
;   for module path: simple/syntax-param/lang/reader
;   collection: "simple/syntax-param/lang"
;   in collection directories:

zerusski
2018-7-11 02:08:45

I can work around this by painstaikingly installing everyone of those languages as a separate collection, but I really want to be able to just #lang simple/lang1


zerusski
2018-7-11 02:09:16

not urgent, but could anyone pls teach me tomorrow


plragde
2018-7-11 02:13:41

You can have lang1.rkt, lang2.rkt within the simple directory.


plragde
2018-7-11 02:14:00

(See first paragraph of section 7.1 in the lecture notes.)


zerusski
2018-7-11 02:18:25

damn it, it totally worked. Thanks @plragde


remywang
2018-7-11 02:53:05

@remywang has joined the channel