Re: hello world question !!!

2017-10-20 Thread Gregg Reynolds
There once was a man named Gustava Whose Clojure code smelled just like Guava He tried to use gen-class Which made it smell stink-ass So he went back to working in Java Hardy-har-har. Containers long for bytecode on disc. You can minimize it, but you have to have it to bootstrap the Clojure

Re: hello world question !!!

2017-10-20 Thread Didier
I also suggests if you want to understand how to compile Clojure without thw help of tools loke boot or lein, to read those two short tutorials: 1. http://www.flyingmachinestudios.com/programming/how-clojure-babies-are-made-the-java-cycle/ 2.

Re: hello world question !!!

2017-10-20 Thread Didier
I think you can use lein-ring or lein-uberwar to package any ring based clojure web app into a War. But, a War is just a zip file with a known set of files and directory structure. So depending on your needs, you could create it yourself too. -- You received this message because you are

Functional Programming Job Board - Clojure

2017-10-20 Thread alex
Morning Everyone, For those of you that are looking for your next FP gig then check out the worlds leading Functional Programming job board! Functional Works thanks, Alex -- You received

Re: mysql and clojure

2017-10-20 Thread Damien Mattei
thank for your help, i had doubt about namespace but as i focused on sql i did not check it, it is just a week i use clojure, but i'm used many Scheme and LisP and Java and there is a lot of issue on stackoverflow or stackechange about clojure and mysql that are out of date and are confusing