@plexus I found an issue in https://lambdaisland.com/episodes/deftype_definterface episode. It seems that recursive call to deftype constructor (`->Node`) isn't allowed before earlier definition of Node
. I added the comment to the episode
@jumar thanks!