dylan-hackers / mindy

Mindy - minimal compiler-interpreter for Dylan
Other
21 stars 9 forks source link

CBOR for .dbc files? #51

Open waywardmonkeys opened 8 years ago

waywardmonkeys commented 8 years ago

Is it worth using CBOR to encode the bytecode file contents rather than something home-grown? This might simplify interoperating with other tools and CBOR is pretty straight forward. It might allow for improved extensibility as well or versioning. (Not that that can't be done in the current framework...)