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, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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
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, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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-end. It's amazing!
>
>
> On Wednesday, November 2, 2016 at 7:01:29 PM UTC, Rickesh Bedia wrote:
>>
>> Hi,
>>
>> I am fairly new to Clojure, only been learning about it for a around 2
>> months. I have mainly been spending my time learning through "Clojure for
>> the Brave and True", Clojure Koans and 4Clojure. However, I have recently
>> been reading about Clojure's use in creating Web Apps. I have been
>> following "Web Development with Clojure" by Dmitri Sotnikov but I feel that
>> it is still a bit too advanced for me at this time and a lot of the
>> concepts and ideas are going over my head.
>>
>> Is there any other resources that anyone could recommend that would be
>> closer to my current knowledge levels or would it be best to carry on with
>> my current book?
>>
>> Thanks in advance.
>>
> --
> 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, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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-end. It's amazing!

On Wednesday, November 2, 2016 at 7:01:29 PM UTC, Rickesh Bedia wrote:
>
> Hi,
>
> I am fairly new to Clojure, only been learning about it for a around 2 
> months. I have mainly been spending my time learning through "Clojure for 
> the Brave and True", Clojure Koans and 4Clojure. However, I have recently 
> been reading about Clojure's use in creating Web Apps. I have been 
> following "Web Development with Clojure" by Dmitri Sotnikov but I feel that 
> it is still a bit too advanced for me at this time and a lot of the 
> concepts and ideas are going over my head. 
>
> Is there any other resources that anyone could recommend that would be 
> closer to my current knowledge levels or would it be best to carry on with 
> my current book?
>
> Thanks in advance.
>

-- 
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, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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. session (.getInputStream 
request))
  ]))

for more details and stack-trace please refer the link 

 

Can some one help please. Thanks 

-- 
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, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Strange tooling interaction bug(?)

2016-11-04 Thread Meikel Brandmeyer (kotarak)
I think the problem happens in leiningen's meta-merge 
.
 
The :init key is defined as a single expression 
. 
whidbey adds its own :init, but there is no easy way to do this, without 
special casing :init in meta-merge.

(At least this is my impression of what's going on. I haven't reproduced 
things, so I might be wrong.)


-- 
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, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.