Re: Parsing Java with Instaparse

2016-11-04 Thread Alan Moore
Interop FTW! Alan -- 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,

[ANN] (:brno clojure) - new Clojure focused meetup group in Brno, Czech Republic

2016-11-04 Thread Karel Miarka
Hi, if you are interested, feel free to join us at https://www.meetup.com/brno-clojure/ . Our first meetup is scheduled on Wednesday, November 30, 2017 at 18:15 in Impact Hub Brno, Cyrilska 7 . Everyone is welcome! Karel -- You received this message because you are subscribed to the Google

Re: Clojure Web Applications for Beginner

2016-11-04 Thread Nando Breiter
You could also check this out: https://purelyfunctional.tv/courses/complete-web-app-from-scratch/ Aria Media Sagl +41 (0)76 303 4477 cell skype: ariamedia On Fri, Nov 4, 2016 at 12:24 PM, Joris Peeters wrote: > I'm really enjoying https://github.com/magomimmo/modern-cljs. It mostly > focuses

Re: Clojure Web Applications for Beginner

2016-11-04 Thread Joris Peeters
I'm really enjoying https://github.com/magomimmo/modern-cljs. It mostly focuses on the front-end (not sure if you're focusing mostly on back-end or front-end here), but goes into nice detail about ring/compojure as well, and how to share code between a clojure back-end and a clojurescript front

Reading MimeMessage in Clojure

2016-11-04 Thread divya . nagar
I am trying to read incoming mails to my server using Clojure. I am getting request data but not able to parse the message body. (defn parse-message [request] (let [session (javax.mail.Session/getDefaultInstance (java.util.Properties.) nil) raw-msg (javax.mail.internet.MimeMessage. se