documenat se z@3 QAzUqa, a qd https://docs.google.com/documenat/qd/1e5sFTSpVIt-x9WCWF6auM3O4dWv0i0asdgUgSl9H9Qa6S8/edit?uspdrivesSdktzjt EUÍdrivesdkqda olp and _
On Tue, Sep 6, 2016, 7:31 PM <[email protected]> wrote: > [email protected] > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/clojure/topics> > Google > Groups > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email/#!overview> > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email/#!overview> > Today's topic summary > View all topics > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/clojure/topics> > > - Using clojure.spec for api migrations? > <#m_-1744681545662119318_m_6755347748691866884_group_thread_0> - 1 > Update > - How can I evaluate local symbols using eval function in Clojure? > <#m_-1744681545662119318_m_6755347748691866884_group_thread_1> - 5 > Updates > - ANN: ClojureScript 1.9.225, cljs.spec fixes > <#m_-1744681545662119318_m_6755347748691866884_group_thread_2> - 1 > Update > - ANN: Specter 0.13.0 released > <#m_-1744681545662119318_m_6755347748691866884_group_thread_3> - 1 > Update > - Clojure version and quil > <#m_-1744681545662119318_m_6755347748691866884_group_thread_4> - 1 > Update > - How can I evaluate local symbols using eval function in Clojure? > <#m_-1744681545662119318_m_6755347748691866884_group_thread_5> - 1 > Update > > Using clojure.spec for api migrations? > <http://groups.google.com/group/clojure/t/1f5e0ded8131de66?utm_source=digest&utm_medium=email> > Jeroen van Dijk <[email protected]>: Sep 06 08:00PM +0200 > > Hi, > > I'm playing with the idea of using clojure.spec to make an API backwards > compatible by using conform and unform to transform data from the old > version format to a new format version. ...more > <http://groups.google.com/group/clojure/msg/a5e162e2ac85f?utm_source=digest&utm_medium=email> > Back to top <#m_-1744681545662119318_m_6755347748691866884_digest_top> > How can I evaluate local symbols using eval function in Clojure? > <http://groups.google.com/group/clojure/t/93a2f6e6db3c0841?utm_source=digest&utm_medium=email> > Philos Kim <[email protected]>: Sep 06 02:41AM -0700 > > I need to evaluate local symbols using eval function in Clojure. > > (def a 1) > (def b 2) > > (let [a 10 > b 20] > (eval '(+ a b))) > ;=> 3 > > I expected the result to be 30, but the result is 3. ...more > <http://groups.google.com/group/clojure/msg/a42df87f92d11?utm_source=digest&utm_medium=email> > William Parker <[email protected]>: Sep 06 03:35AM -0700 > > Eval expects to get symbols that are resolvable in the current namespace, > so that won't work (as you mention). However, in this case it is pretty > easy to work around. You just need to embed the ...more > <http://groups.google.com/group/clojure/msg/a45d3441d50c1?utm_source=digest&utm_medium=email> > Philos Kim <[email protected]>: Sep 06 04:27AM -0700 > > I appreciate your reply. > > The following is the entire code where I encountered this problem. > My intention was for debugging purpose to print the result of every nested > expression in a form. > > ...more > <http://groups.google.com/group/clojure/msg/a48a8e4e601d0?utm_source=digest&utm_medium=email> > Philos Kim <[email protected]>: Sep 06 04:30AM -0700 > > I appreciate your reply. > > The following is the entire code where I encountered this problem. > My intention was for debugging purpose to print the result of every nested > expression in a form. > > ...more > <http://groups.google.com/group/clojure/msg/a48c8f5f5c5a4?utm_source=digest&utm_medium=email> > Beau Fabry <[email protected]>: Sep 06 10:18AM -0700 > > Hi Philos, > > Without getting into how to implement this, the `spyscope` library and the > `clojure.tools.logging` library implement this pattern in their `spy` > macro > and #spy/d reader literal ...more > <http://groups.google.com/group/clojure/msg/a5bc8563a4d4e?utm_source=digest&utm_medium=email> > Back to top <#m_-1744681545662119318_m_6755347748691866884_digest_top> > ANN: ClojureScript 1.9.225, cljs.spec fixes > <http://groups.google.com/group/clojure/t/65d45f028d2fee72?utm_source=digest&utm_medium=email> > David Nolen <[email protected]>: Sep 06 12:45PM -0400 > > I just cut 1.9.229. It includes a spec fix as well as a bug around > computing the js dependency index in the presence of .cljc & .cljs files > with the same namespace. > > ...more > <http://groups.google.com/group/clojure/msg/a5a0a83707227?utm_source=digest&utm_medium=email> > Back to top <#m_-1744681545662119318_m_6755347748691866884_digest_top> > ANN: Specter 0.13.0 released > <http://groups.google.com/group/clojure/t/c6a36e60e05c77bc?utm_source=digest&utm_medium=email> > Nathan Marz <[email protected]>: Sep 06 07:14AM -0700 > > Specter 0.13.0 has been released. Specter is a library that supercharges > your ability to query and transform regular data structures. > https://github.com/nathanmarz/specter > > The new version ...more > <http://groups.google.com/group/clojure/msg/a51bb526ef7f3?utm_source=digest&utm_medium=email> > Back to top <#m_-1744681545662119318_m_6755347748691866884_digest_top> > Clojure version and quil > <http://groups.google.com/group/clojure/t/d02b4b36708e4358?utm_source=digest&utm_medium=email> > Jerome Manceau <[email protected]>: Sep 06 12:48AM -0700 > > Hi, > > I'm very new to Clojure and hitting a wall trying to use quil. > > I've created a new project following an example "lein new quil drawing" > It seemed to work but when checking the project.clj I ...more > <http://groups.google.com/group/clojure/msg/a472bf89492f1?utm_source=digest&utm_medium=email> > Back to top <#m_-1744681545662119318_m_6755347748691866884_digest_top> > How can I evaluate local symbols using eval function in Clojure? > <http://groups.google.com/group/clojure/t/f5ac740fb1c5610c?utm_source=digest&utm_medium=email> > Philos Kim <[email protected]>: Sep 06 02:26AM -0700 > > I need to evaluate local symbols using eval function in Clojure. > > (def a 1) > (def b 2) > > (let [a 10 > b 20] > (eval '(+ a b))) > ;=> 3 > > I expected the result to be 30, but the reusult is 3. ...more > <http://groups.google.com/group/clojure/msg/a4206c1c5d045?utm_source=digest&utm_medium=email> > Back to top <#m_-1744681545662119318_m_6755347748691866884_digest_top> > You received this digest because you're subscribed to updates for this > group. You can change your settings on the group membership page > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/clojure/join> > . > To unsubscribe from this group and stop receiving emails from it send an > email to [email protected]. > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
