6 ms·
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?
by wott 4y 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?
- cgay 4y agoYes. Making a macro for defining enums isn't that hard (there's one here: https://github.com/cgay/uncommon-dylan/blob/master/enum.dylan 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.