Re: [racket-users] Correctly executing a source file from embedded Racket

2017-08-09 Thread Thomas Dickerson
On Thursday, July 27, 2017 at 9:01:11 AM UTC-4, Matthew Flatt wrote: > Declaring (as opposed to instantiating) a compiled module will normally > not raise an exception. Probably it's possible to construct a set of > embedded modules where there will be a declare-time error due to > conflicting or

[racket-users] Re: table lookup shorthands?

2017-08-09 Thread Luis Sanjuán
On Monday, August 7, 2017 at 12:16:12 AM UTC+2, Jordan Johnson wrote: > Hi all, > > I’m writing some music-related code for which I find myself using a lot of > lookup tables, following the pattern of making an alist or hash table and > then writing a function that consults the table. I wound up