datawire / quark

Quark is a specialized language for defining and implementing communication protocols in multiple languages.
http://datawire.github.io/quark/
Apache License 2.0
98 stars 24 forks source link

Add Supplier interface #228

Open bozzzzo opened 8 years ago

bozzzzo commented 8 years ago

A Supplier interface exists that allows for arbitrary Quark types to be provided with support from external implementations

itamarst commented 8 years ago

@plombardi89 tells me that this is not high priority. More generally we should probably have a stdlib.q in MDK, put stuff like this there, and then if it seems generally useful move it into Quark core.