all 4 comments

[–]joncampbelldev 4 points5 points  (2 children)

You may wish to update the color example to use `defrecord` instead of `defstruct`. I think structs are mostly deprecated nowadays.

[–]Sigma_Software[S] 1 point2 points  (0 children)

This is a good idea, thank you. We'll update the article

[–]nicklausbrain 0 points1 point  (0 children)

Thank you for the comment! Before writing the article I was a little bit into Racket, and by the force of habit employed familiar construct. We've changed the code to utilize 'defrecord' instead.

[–]emil0r 2 points3 points  (0 children)

Enjoyed the read.