Clojure Extension for Chrome

2012-01-08 Thread Goran Jovic
Hi everyone, I recently wrote a Chrome browser extension for Clojure. Basically, it allows users to select a code snippet, right click it and choose Eval as Clojure from the context menu. Code would then be evaluated in the backend and the result shown in a message. I found the lack of ability to

Re: Genetic Algorithm Example

2010-09-25 Thread Goran Jovic
Thank you for your reply. > Perhaps you'd be interested in a related but slightly different approach to > solving a related but slightly different problem. The game from my program is from Serbian TV quiz Slagalica (http:// en.wikipedia.org/wiki/TV_Slagalica). As you said Krypto is only slightly

Genetic Algorithm Example

2010-09-19 Thread Goran Jovic
Hi everyone! I started learning Clojure earlier this year (as a part of MSc studies from this discussion: http://groups.google.com/group/clojure/browse_thread/thread/a8aa5ac26d9761da?hl=en&tvc=2#) I was initially shocked with lispy syntax, given the fact I previously mostly used languages with C