admin-announcements

Announcements from the Clojurians Admin Team (@U11BV7MTK @U077BEWNQ @U050TNB9F @U0ETXRFEW @U04V70XH6 @U8MJBRSR5 and others)
sreenath.n 2015-10-06T03:49:41.000034Z

Hey, I recently started learning clojure and started solving Project Euler in clojure. I have finished 10 challenges - https://github.com/tacticiankerala/project-euler-clj . It would be really helpful if somebody can review my code :simple_smile:

levitanong 2015-10-06T06:00:29.000036Z

@sreenath.n: Are you having trouble with any of them? Like, are they returning the wrong answers?

sreenath.n 2015-10-06T06:00:52.000037Z

Nope. Just a peer code review :simple_smile:

levitanong 2015-10-06T06:02:41.000038Z

in 03largest_prime_factor, line 10, as far as I know,` %1` isn’t necessary. You can just keep it at %.

sreenath.n 2015-10-06T06:03:39.000039Z

Cool :simple_smile: I will do that. Github Issues would help me keep track of it and also, avoids spamming here :simple_smile:

levitanong 2015-10-06T06:07:07.000040Z

Ok. Because you aren’t having trouble with the results themselves, I’ll only be looking at styles and other stuff like that.

sreenath.n 2015-10-06T06:09:11.000041Z

Sure @levitanong . I really appreciate that :simple_smile:

levitanong 2015-10-06T06:13:10.000042Z

I actually don’t see anything else at the moment. 😆

1👍
jstew 2015-10-06T11:37:44.000045Z

I recognize a few names there. One in particular.

2