chris613
2019-9-18 07:33:12

Thanks for this @soegaard2 i started down this route and i’ve got further than i did with my older parser version.


chris613
2019-9-18 07:34:14

chris613
2019-9-18 07:34:54

not sure how im going to detect nested describes/it ’s though…. ill need to puzzle that one out :slightly_smiling_face:


mark.warren
2019-9-18 14:30:55

When you do (make-vector 100), are the values always set to 0 by default? I can’t seem to find anything in the documentation.


soegaard2
2019-9-18 14:32:29

Yes


mark.warren
2019-9-18 14:32:45

Cool thanks



stefan.kruger
2019-9-18 16:30:16

Is there a way of updating multiple keys at once in a hash?


notjack
2019-9-18 17:29:34

@stefan.kruger You can use hash-union



stefan.kruger
2019-9-18 18:21:29

That will do nicely! Thanks


badkins
2019-9-18 18:35:50

@stefan.kruger also hash-set*


notjack
2019-9-18 18:43:54

Oh that’s better, I forgot about that one


badkins
2019-9-18 18:45:29

So many times when I ask the question, “I wonder if Racket …?”, the answer is “of course”, so I’ve come to expect that the thing I’m looking for exists :slightly_smiling_face:


stefan.kruger
2019-9-18 18:49:12

I’m discovering this, too! The library is vast. But the challenge is finding it, as a n00b. This Slack has accelerated my learning.


heymatthewoden
2019-9-18 20:39:33

@heymatthewoden has joined the channel


mark.warren
2019-9-19 06:40:10

@samth Thanks, my doc fu needs improving :grin: