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

Quark Maps have convenience methods #230

Open bozzzzo opened 8 years ago

bozzzzo commented 8 years ago

These can be written in Quark

Map<K, V>
  int size() -> self.keys.size()
  Map<K, V> copy() -> {}.update(self)