Did day 3.

Things I've missed in nim:

"difference" for OrderedSet, or a method to convert back to a HashSet so I can 
apply difference. Ended up just declaring the set as HashSet; OrderedSet was 
useful to visualize, but not necessary.

Better tutorial for regular expressions. Ended up with strscans, which works 
great tho.

Reply via email to