Re: Dynamic args in delayed function calls

2014-12-05 Thread Steven Yi
Hi All, Just following up, I've been contemplating the idea of dynamic values/time-varying state a lot in the context of my previous email. If something that is deref-able (IDeref) is considered something that is time-varying, then it also leaks that what uses it is impure. If IDeref becomes

Re: Dynamic args in delayed function calls

2014-12-03 Thread Fluid Dynamics
The last group of examples reminds me of spreadsheet formula cells. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with y

Dynamic args in delayed function calls

2014-12-02 Thread Steven Yi
Hi All, I was working on a music notation issue with my music libraries Pink and Score and came upon a solution I thought was curious. It certainly solved a real problem I had with delayed function calls, and I thought maybe others might find a use for it too. The scenario I had is that in writin