RE: Noob: Getting (re)started with Clojure on OS X

2019-03-14 Thread Sean Corfield
With modern versions of CIDER, those dependencies are injected automatically 
(and with the correct version).

I would advise keeping as little as possible in your profiles.clj file – it’s 
possibly the number one cause of problems for Leiningen users because people 
forget they have some plugin or dependency in there and months later it 
conflicts with some new project they’re working on in weird ways.

Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood


From: clojure@googlegroups.com  on behalf of Kenneth 
Beesley 
Sent: Wednesday, March 13, 2019 10:54:19 AM
To: clojure@googlegroups.com
Subject: Re: Noob: Getting (re)started with Clojure on OS X



On 13Mar2019, at 10:19, Sean Corfield 
mailto:s...@corfield.org>> wrote:

Check what’s in your ~/.lein/profiles.clj file – that’s usually the cause of 
bizarre errors that people report with Leiningen.

Hello Sean,

Hah!  I changed my ~/.lein/profiles.clj from

{:user {:plugins [[cider/cider-nrepl "0.8.2"]]}}

to

{:user {:plugins [[lein-pprint "1.1.1"]]
:dependencies [[slamhound "1.3.1"]]}}

and now ‘lein repl’ launches.

Anything else I should add to ~/.lein/profiles.clj ?

Many thanks!

Ken

***
Kenneth R. Beesley, D.Phil.
PO Box 540475
North Salt Lake UT 84054
USA







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


Google Summer of Docs

2019-03-14 Thread Orestis Markou
Google just announced “Summer of Docs” — from their Twitter:

> Announcing Season of Docs, a new program that connects technical writers with 
> open source projects!

> We hope Season of Docs will help technical writers get into developer 
> documentation, while also helping open source projects improve their docs. 
> https://opensource.googleblog.com/2019/03/introducing-season-of-docs.html

I thought it might be interesting to the list, so here we go :)

Best,
Orestis

-- 
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] re-find.fx

2019-03-14 Thread jplane . tech
Hi everyone, I'd like to announce a new library, re-find.fx 
 !

re-find.fx is an openjfx  around re-find built using 
cljfx. 

It's about 80 lines of data structures to build the UI and another 100 to 
wrap re-find (poorly haha)

You can run it from the repl, or with its own main function.

I hope re-find.fx can be a reference for others when building small tools.

If you have questions or want to talk more you can reach me here, on 
twitter at @JPLane3000 and on slack.

Thanks!

Joe Lane


[image: Screen Shot 2019-03-14 at 8.54.36 AM.png]

-- 
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: Closure lang for newbies in 2019

2019-03-14 Thread Eric Calonico
Awesome, Thanks!!!

Em quinta-feira, 14 de março de 2019 02:29:04 UTC-3, Didier escreveu:
>
> I highly recommend this tutorial series: 
> https://aphyr.com/tags/Clojure-from-the-ground-up
> Followed by this one: https://kimh.github.io/clojure-by-example/#about
> And finally: https://practicalli.github.io/
>
> Regards
>
> On Saturday, 9 March 2019 11:23:12 UTC-8, Eric Calonico wrote:
>>
>> Hi everybody,
>>
>> How are you?
>>
>> I saw some videos about Closure and I really liked the syntax and 
>> possibilities, however all tutorials I saw was very old, nothing new is 
>> coming out!!
>>
>> I am coming from OO world, Java, C#, JS. but I am not a professional 
>> programmer and I would like to build web apps.
>>
>> Compared to a newer language like Elixir, there are several more 
>> resources to learn from, why is that? Only old tutorials available from 
>> Closure.
>> It is hard to find tutorials on Pluralsight and Lynda and very few on 
>> Udemy based on Closure.
>> Very basic ones.
>>
>> The only resource I found is paid, https://purelyfunctional.tv/
>>
>> 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.