Hacker News new | ask | show | jobs
by wott 1313 days ago
I haven't given a look at this language in a few years; is it still so that there are no enums, and that operators must be surrounded by spaces?
1 comments

Yes. Making a macro for defining enums isn't that hard (there's one here: https://github.com/cgay/uncommon-dylan/blob/master/enum.dyla...).

I, for one, welcome my whitespace-surrounded operator overlords, but if you really don't want that you're welcome to use function-call syntax for them.