Reactive Programming in Clojure

2013-11-09 Thread Marco Manzi
Hi all, I'm a young clojure developer. I work as Java developer, but I've falled in love with this fantastic language and I would like to help in some way. Actually I'm following Principles of Reactive Programming on Coursera. It is all written in Scala

Re: Reactive Programming in Clojure

2013-11-10 Thread Tilak Thapa
+1 On Sunday, November 10, 2013 3:13:17 AM UTC+5:45, Marco Manzi wrote: > > Hi all, I'm a young clojure developer. I work as Java developer, but I've > falled in love with this fantastic language and I would like to help in > some way. > Actually I'm following Principles of Reactive > Programmi

Re: Reactive Programming in Clojure

2013-11-11 Thread Dwayne Khallique Jones
Hey, This sounds like it would be of great help. I'm not strong in clojure, however I share the same idea as you. On Saturday, November 9, 2013 4:28:17 PM UTC-5, Marco Manzi wrote: > > Hi all, I'm a young clojure developer. I work as Java developer, but I've > falled in love with this fantastic

Re: Reactive Programming in Clojure

2013-11-12 Thread Paddy Gallagher
+1 On Saturday, November 9, 2013 9:28:17 PM UTC, Marco Manzi wrote: > > Hi all, I'm a young clojure developer. I work as Java developer, but I've > falled in love with this fantastic language and I would like to help in > some way. > Actually I'm following Principles of Reactive > Programming

Re: Reactive Programming in Clojure

2013-11-12 Thread Prasanna Gautam
This is interesting. I'm taking the same course and was planning to do the Scala versions and port to Clojure eventually! I *used* to know decent amount of Scala but the library ecosystem has advanced a fair bit now to keep track now. Would be happy to help wherever possible. On Saturday, Novem

Re: Reactive Programming in Clojure

2013-11-18 Thread Sam Ritchie
Nice! Here are my Scala assignments, if you want to follow along: https://github.com/sritchie/rx-scala-class Doing the second one tomorrow. Marco Manzi wrote: Hi all, I'm a young clojure developer. I work as Java developer, but I've falled in love with this fantastic language and I would like

Re: Reactive Programming in Clojure

2013-11-18 Thread Alexandru Nedelcu
Hi Sam, You are not supposed to publish your solutions to the Reactive Programming Coursera course. It says so in the honour code you agreed to when you joined the class. I would advise you to take that code off GitHub, as I distinctly remember the staff complaining and warning people about po

Re: Reactive Programming in Clojure

2013-11-18 Thread Marco Manzi
Hi, Txs for support, I haven't readed the forum because I thougth no one was reading it (I didn't receive any email). Actually I have released the first assignment and you can try it in clojure if you like. I'm trying to do the assignment 2 but actually It is full of mutable states... Martin did

Principles of reactive programming in Clojure

2013-11-09 Thread Marco Manzi
Hi, I'm a young clojure developer from Italy. I have made a blog that help people that want to follow https://www.coursera.org/course/reactive not writing code in Scala but in Clojure. If you are interested go to http://reactiveclojure.blogspot.it. I appreciate any hint :) -- -- You received t