cosmos72 / cl-parametric-types

(BETA) C++-style templates for Common Lisp
45 stars 7 forks source link

Support cl-algebraic-data-type #8

Open jsjolen opened 6 years ago

jsjolen commented 6 years ago

https://github.com/tarballs-are-good/cl-algebraic-data-type

The cl-adt library compiles down to structs, we should be able to write a TEMPLATE form for defdata.

This is half a feature request, half a "I'll do it sometime".

What do you think about this idea? Just off the top of your head I mean :-)

cosmos72 commented 6 years ago

Definitely interesting :-)