Login
Roast topics
Find topics
Find it!
From:
Scheme Requests for Implementation
(Uncensored)
subscribe
SRFI 209: Enums and Enum Sets
https://srfi.schemers.org/srfi-209/
links
backlinks
Roast topics
Find topics
Roast it!
SRFI 209 is now in final status.Enums are objects that serve to form sets of distinct classes that specify different modes of operation for a procedure. Their use fosters portable and readable code.