top | item 32629855

(no title)

ruricolist | 3 years ago

The CL convention would be to have a function called bar that converts whatever its argument into an instance of bar. Make it generic and new libraries can easily add their own conversions for their own data types.

discuss

order

lisper|3 years ago

My personal convention is to call such a generic function ->bar to make it clear that what it does is coerce its argument to a different type.