Changeset 39442 in project
- Timestamp:
- 12/20/20 00:00:20 (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/5/srfi-209
r39438 r39442 44 44 They provide a subset of the operations provided by 45 45 [[https://srfi.schemers.org/srfi-113/srfi-113.html|SRFI 113]] general sets. 46 47 Note: Enum sets are currently represented by integer bitmaps. As such, 48 small enum sets (i.e. those representable by a single fixnum) 49 perform very well, at the expense of much larger sets. 46 50 47 51 === R6RS compatibility … … 754 758 signaled. 755 759 760 Limitation: The current implementation catches invalid enum names 761 at run time, unlike the R6RS version of {{define-enumeration}} which 762 can signal an error at expansion time. 763 756 764 == About this egg 757 765
Note: See TracChangeset
for help on using the changeset viewer.