Re: Key must be integer error

2018-04-29 Thread Axel Katerbau
Hi Renata, > How can I update the atom accounts in the field of operations? > > (def accounts (atom [{:id "7512a15b-0770-4a9b-a74b-389374b46461", :balance > 0.0, :operations nil, :blocked false} > {:id "7446cfe6-882c-4f25-bad1-5ed8c9aea994", :balance 0.0, :operations nil, > :blocked false}

Clojure for Cocoa

2012-01-22 Thread Axel Katerbau, Objectpark
Hi all, I'm pondering the idea of having Clojure for "regular" Mac OS/iOS programming with the Objective-C libraries like Cocoa and the like. Having a Clojure variant that embraces the Objective-C runtime would be the goal. But what would be the best way of achieving this? Building a LLVM fronte

Re: Clojure for Cocoa

2012-01-24 Thread Axel Katerbau, Objectpark
Hi Konrad, On 23 Jan., 05:13, Konrad Hinsen wrote: > David Nolen writes: > >  > Having a version of Clojure that integrates with OS X as well as Clojure >  > integrates with the JVM will be a much more ambitious task but it would be >  > really, really cool. > > As this would imply integrating wi

Re: Clojure for Cocoa

2012-01-24 Thread Axel Katerbau, Objectpark
Hi David, On 23 Jan., 04:00, David Nolen wrote: > This would be cool. I think just comes down to how ambitious you are. > > ClojureScript is effectively Clojure-in-Clojure. Given that we can target > JavaScript communicating with Objective-C is not that difficult, i.e. > JSCocoa. > > Having a ve