hoplon / javelin

Spreadsheet-like dataflow programming in ClojureScript.
803 stars 44 forks source link

use cljs.core/distructed function to extract symbols from bingings #30

Closed sbondaryev closed 7 years ago

sbondaryev commented 7 years ago

Issue: https://github.com/hoplon/javelin/issues/29

sbondaryev commented 7 years ago

Is the project still maintained? Any questions or propositions about this PR? Shall I close it?

onetom commented 7 years ago

I keep hitting the same issue, so this should definitely be merged eventually. I guess we are just a bit busy with other things. Whenever I hit this issue, I just fall back to the more verbose sym-kw pair style.

sbondaryev commented 7 years ago

ok, let me know if you want me make some corrections or explanations

micha commented 7 years ago

Looks great to me, thanks @sbondaryev!

micha commented 7 years ago

Extra points for adding tests, too :+1: