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,
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
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
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
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