Re: [JOB] Software Engineer | Red Planet Labs | Fully distributed team

2020-02-22 Thread Kenneth Beesley
Many thanks for your message.

The work you describe is not currently what would interest me, though I’d love 
to learn more Clojure.

Best wishes,

Ken

> On 20Feb2020, at 12:01, Nathan Marz  wrote:
> 
> We're a well-funded startup building a new kind of software development tool 
> that will radically change the economics of software development. We're 
> backed by some amazing investors including Max Levchin, Naval Ravikant, and 
> Alexis Ohanian.
> 
> Since our first round of hiring last year we've gotten the hang of operating 
> as a fully distributed team and are now ready to grow the team further.
> 
> Our technology is entirely in Clojure, and it pushes the boundaries of what's 
> possible with compilers, databases, and distributed systems. If you'd be 
> interested in joining, please reach out!
> 
> Website: https://redplanetlabs.com/ 
> Blog post introducing company: 
> https://medium.com/red-planet-labs/introducing-red-planet-labs-2a0304a67312 
> 
> How we operate as a fully distributed team: 
> https://medium.com/red-planet-labs/why-fully-distributed-is-by-far-the-best-way-to-run-a-software-team-d99abfc0c700
>  
> 
> 
> 
> -- 
> 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 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/clojure/305613bc-670a-4e75-b6af-4be1424f55af%40googlegroups.com
>  
> .


***
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/71CC3945-44E1-4ABB-9C17-A7AAE21238A3%40gmail.com.


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

2019-03-13 Thread Kenneth Beesley


> On 13Mar2019, at 10:19, Sean Corfield  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.


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

2019-03-13 Thread Kenneth Beesley
Many thanks for the reply.

My ~/.lein/profiles.clj file looks like

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

What should it look like?

*

I've used Java quite a bit, and my CLASSPATH is extensive.
It’s set in my ~/.bashrc

What’s my next step?

Best,

Ken





> On 13Mar2019, at 10:19, Sean Corfield  wrote:
> 
> Check what’s in your ~/.lein/profiles.clj file – that’s usually the cause of 
> bizarre errors that people report with Leiningen.
>  
> Also check your environment variables: env|fgrep CLASSPATH
>  
> Per the warning, you probably want to remove whatever is setting that (from 
> one of your shell’s dot files, perhaps?).
>  
> 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  
> mailto:clojure@googlegroups.com>> on behalf of 
> Kenneth Reid Beesley mailto:krbees...@gmail.com>>
> Sent: Wednesday, March 13, 2019 9:47:24 AM
> To: Clojure
> Subject: Noob: Getting (re)started with Clojure on OS X
>  
> I played happily with Clojure/leiningen several years ago, on OS X, but I'm 
> having trouble getting restarted.
> 
> I have
> macOS High Sierra Version 10.13.6
> java version 1.8.0_05
> 
> and I just did
> 
> $ brew upgrade leiningen
> (it confirms that I have leiningen 2.9.1 already installed)
> 
> and
> $ brew install clojure
> (I now have stable 1.10.0.414)
> 
> But then I try
> 
> $ lein repl
> 
> and get
> 
> WARNING: You have $CLASSPATH set, probably by accident.
> It is strongly recommended to unset this before proceeding.
> clojure.lang.Compiler$CompilerException: Syntax error compiling at 
> (cider/nrepl.clj:1:1).
> #:clojure.error{:phase :compile-syntax-check, :line 1, :column 1, :source 
> "cider/nrepl.clj"}
>  at clojure.lang.Compiler.load (Compiler.java:7647)
> ...
> 
> and
> 
> Caused by: java.io.FileNotFoundException: Could not locate 
> clojure/tools/nrepl/server__init.class, clojure/tools/nrepl/server.clj or 
> clojure/tools/nrepl/server.cljc on classpath.
>  at clojure.lang.RT.load (RT.java:466)
> ...
> 
> 
> 
> So, where am I going wrong?  How do I get back in the Clojure saddle on OS X?
> 
> Ken Beesley
> 
> -- 
> 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 
> .


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