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 
> Programming on 
> Coursera. It is all written in Scala, but I'm not that proficent on Scala, 
> so I'm following it in Clojure, I'm writing some posts on how I'll 
> following it.
> If anyone has the same need can follow me at 
> http://reactiveclojure.blogspot.it, there is also a github repository 
> where I'm posting the code to make the same assigment as in the coursera. 
> I appreciate any hint you can give.
> See you :)
>

-- 
-- 
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 your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
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 clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 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, but I'm not that proficent on Scala, 
> so I'm following it in Clojure, I'm writing some posts on how I'll 
> following it.
> If anyone has the same need can follow me at 
> http://reactiveclojure.blogspot.it, there is also a github repository 
> where I'm posting the code to make the same assigment as in the coursera. 
> I appreciate any hint you can give.
> See you :)
>

-- 
-- 
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 your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
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 clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 on 
> Coursera. It is all written in Scala, but I'm not that proficent on Scala, 
> so I'm following it in Clojure, I'm writing some posts on how I'll 
> following it.
> If anyone has the same need can follow me at 
> http://reactiveclojure.blogspot.it, there is also a github repository 
> where I'm posting the code to make the same assigment as in the coursera. 
> I appreciate any hint you can give.
> See you :)
>

-- 
-- 
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 your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
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 clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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, 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 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, but I'm not that proficent on Scala, 
> so I'm following it in Clojure, I'm writing some posts on how I'll 
> following it.
> If anyone has the same need can follow me at 
> http://reactiveclojure.blogspot.it, there is also a github repository 
> where I'm posting the code to make the same assigment as in the coursera. 
> I appreciate any hint you can give.
> See you :)
>

-- 
-- 
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 your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
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 clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 to 
help in some way.
Actually I'm following Principles of Reactive Programming 
 on Coursera. It is all 
written in Scala, but I'm not that proficent on Scala, so I'm 
following it in Clojure, I'm writing some posts on how I'll following it.
If anyone has the same need can follow me at 
http://reactiveclojure.blogspot.it 
, there is also a github 
repository where I'm posting the code to make the same assigment as in 
the coursera.

I appreciate any hint you can give.
See you :)
--
--
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 your first post.

To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
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 clojure+unsubscr...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.


--
Sam Ritchie (@sritchie)
Paddleguru Co-Founder
703.863.8561
www.paddleguru.com 
Twitter // Facebook 



--
--
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 your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
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 clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 posting code on 
GitHub during the Functional Programming course, which I also followed.

Cheers,


On Lu 18 nov 2013 11:30:13 +0200, Sam Ritchie wrote:
> 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 to
>> help in some way.
>> Actually I'm following Principles of Reactive Programming
>>  on Coursera. It is all
>> written in Scala, but I'm not that proficent on Scala, so I'm
>> following it in Clojure, I'm writing some posts on how I'll following it.
>> If anyone has the same need can follow me
>> at http://reactiveclojure.blogspot.it
>> , there is also a github
>> repository where I'm posting the code to make the same assigment as
>> in the coursera.
>> I appreciate any hint you can give.
>> See you :)
>> --
>> --
>> 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 your first post.
>> To unsubscribe from this group, send email to
>> clojure+unsubscr...@googlegroups.com
>> 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 clojure+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>
> --
> Sam Ritchie (@sritchie)
> Paddleguru Co-Founder
> 703.863.8561
> www.paddleguru.com 
> Twitter // Facebook
> 
>
> --
> --
> 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 your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> 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 clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.

--
Alexandru Nedelcu
www.bionicspirit.com

PGP Public Key:
https://bionicspirit.com/key.aexpk



signature.asc
Description: OpenPGP digital signature


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 didn't do the assignment in a very functional way 
unfortunately... I could have done it fast with atoms but I think it isn't 
the right way...
Actually I'm redesigning it trying to make an immutable simulator, I'll let 
you know as soon as is ready :)

Il giorno lunedì 18 novembre 2013 10:35:28 UTC+1, Alexandru Nedelcu ha 
scritto:
>
> 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 posting code on 
> GitHub during the Functional Programming course, which I also followed. 
>
> Cheers, 
>
>
> On Lu 18 nov 2013 11:30:13 +0200, Sam Ritchie wrote: 
> > 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 to 
> >> help in some way. 
> >> Actually I'm following Principles of Reactive Programming 
> >>  on Coursera. It is all 
> >> written in Scala, but I'm not that proficent on Scala, so I'm 
> >> following it in Clojure, I'm writing some posts on how I'll following 
> it. 
> >> If anyone has the same need can follow me 
> >> at http://reactiveclojure.blogspot.it 
> >> , there is also a github 
> >> repository where I'm posting the code to make the same assigment as 
> >> in the coursera. 
> >> I appreciate any hint you can give. 
> >> See you :) 
> >> -- 
> >> -- 
> >> You received this message because you are subscribed to the Google 
> >> Groups "Clojure" group. 
> >> To post to this group, send email to clo...@googlegroups.com 
> >> Note that posts from new members are moderated - please be patient 
> >> with your first post. 
> >> To unsubscribe from this group, send email to 
> >> clojure+u...@googlegroups.com  
> >> 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 clojure+u...@googlegroups.com . 
> >> For more options, visit https://groups.google.com/groups/opt_out. 
> > 
> > -- 
> > Sam Ritchie (@sritchie) 
> > Paddleguru Co-Founder 
> > 703.863.8561 
> > www.paddleguru.com  
> > Twitter // Facebook 
> >  
> > 
> > -- 
> > -- 
> > You received this message because you are subscribed to the Google 
> > Groups "Clojure" group. 
> > To post to this group, send email to clo...@googlegroups.com 
> > Note that posts from new members are moderated - please be patient 
> > with your first post. 
> > To unsubscribe from this group, send email to 
> > clojure+u...@googlegroups.com  
> > 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 clojure+u...@googlegroups.com . 
> > For more options, visit https://groups.google.com/groups/opt_out. 
>
> -- 
> Alexandru Nedelcu 
> www.bionicspirit.com 
>
> PGP Public Key: 
> https://bionicspirit.com/key.aexpk 
>
>

-- 
-- 
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 your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
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 clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.