leif
2018-1-2 15:43:11

Does anyone know where the #hash reader macro is defined? (Or #true/#false). I want to know how it enforces that there should be no space between the word hash and the next character it reads.


leif
2018-1-2 15:44:29

About all I have is to read the next token after the hash, and then do a read-char (or read-byte) and see if its a whitespace character.


arkman1231
2018-1-2 15:52:17

@arkman1231 has joined the channel


samth
2018-1-2 17:48:01

@leif in read.c (or in the reader directory in the new expander)


leif
2018-1-2 19:06:44

Wow…that was thorough. I forgot just how many characters can come after #. Anyway, thanks @samth :smile:


jcolivo
2018-1-2 20:04:00

@jcolivo has joined the channel


ryandavidpark
2018-1-3 01:16:35

@ryandavidpark has joined the channel


brendan
2018-1-3 04:26:13

Has anyone used Racket with Dialogflow or Actions on Google?