extra package
Additional types implemented in vanilla FatScript:
- Date - Calendar and date handling
- Duration - Millisecond duration builder
- Fuzzy - Probabilistic values and fuzzy logic operations
- HashMap - Quick key-value store
- Logger - Logging support
- Memo - Generic memoization utility
- MouseEvent - Mouse event parser
- Opaque - Utility for soft protection of data
- Option - Encapsulation of optional value
- Param - Parameter presence and type verification
- Sound - Sound playback interface
- Storable - Data store facilities
Importing
If you want to make all of them available at once you can simply write:
_ <- fat.extra._
...or import one-by-one, as needed, e.g.:
_ <- fat.extra.Date