Re: Front-end with Clojure Backend

2018-07-27 Thread Satyam Ramawat
Thanks @

Mark Engelberg 

Oliver Muellerklein 


I will try both of your solutions and can we do it with JSP ?

On Sat, Jul 28, 2018 at 4:47 AM, Oliver Muellerklein <
omuellerkl...@berkeley.edu> wrote:

> I have worked with Gary Johnson on a Clojure backend + ClojureScript
> frontend app. Gary is great and made this template:
>
> https://gitlab.com/lambdatronic/clojure-webapp-template
>
> It's great! I highly suggest / recommend.
>
>
> On Fri, Jul 27, 2018, 2:10 PM Satyam Ramawat 
> wrote:
>
>> I want to create front-end with Clojure backend, how should I approach.
>> Can anyone please provide me sample project with Clojure backend and
>> front-end which takes input from the list.
>>
>> --
>> 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.
>

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


Rusts Upgrades

2018-07-27 Thread Alex Miller
Sounds great! mfikes canary build for ClojureScript is similar. I do more 
targeted versions of this manually for certain kinds of changes. I don’t 
personally have time right now to build this but would love to have it.

-- 
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: Front-end with Clojure Backend

2018-07-27 Thread Oliver Muellerklein
I have worked with Gary Johnson on a Clojure backend + ClojureScript
frontend app. Gary is great and made this template:

https://gitlab.com/lambdatronic/clojure-webapp-template

It's great! I highly suggest / recommend.

On Fri, Jul 27, 2018, 2:10 PM Satyam Ramawat 
wrote:

> I want to create front-end with Clojure backend, how should I approach.
> Can anyone please provide me sample project with Clojure backend and
> front-end which takes input from the list.
>
> --
> 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.


Rusts Upgrades

2018-07-27 Thread Nathan Fisher
Hi Folks,

Reading up the recent blog post “What is Rust 2018” and happened upon this;

“We put in a lot of work to make upgrades painless; for example, we run a
tool (called “crater”) before each Rust release that downloads every
package on crates.io and attempts to build their code and run their tests.”
 - https://blog.rust-lang.org/2018/07/27/what-is-rust-2018.html

Seems an interesting idea and with Travis and other CI services providing
free builds for OSS it doesn’t need to put a heavy financial/operational
burden on a single entity. The main benefit for this is for people could
get a quick centralised overview of compatibility of various projects and
impending releases of Clojure.

The main idea would be to have a grid view of the latest Clojure projects
and their status against HEAD of Clojure (are snapshots pushed to a maven
repo automatically as a result of a commit build?). Travis allows periodic
builds so that could be used to trigger verification even when changes
haven’t occurred.

In terms of initial focus targeting the top-N projects on Github makes the
most sense to me. The bit I’m still thinking through is providing some form
of dashboard/aggregation without requiring a large investment in changes,
infrastructure, etc. Might fit in nicely with something like clojars? Was
thinking initially having a Github page with a table of projects and their
build badges and talking to maintainers about configuring periodic builds
with the latest Clojure snapshot.

Thoughts?

Cheers,
Nathan
-- 
- sent from my mobile

-- 
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: Front-end with Clojure Backend

2018-07-27 Thread Mark Engelberg
Luminus is a good way to understand how to build a full stack application
in Clojure:
http://luminusweb.net/

On Fri, Jul 27, 2018 at 1:33 PM, Satyam Ramawat 
wrote:

> I want to create front-end with Clojure backend, how should I approach.
> Can anyone please provide me sample project with Clojure backend and
> front-end which takes input from the list.
>
> --
> 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.


Front-end with Clojure Backend

2018-07-27 Thread Satyam Ramawat
I want to create front-end with Clojure backend, how should I approach. 
Can anyone please provide me sample project with Clojure backend and 
front-end which takes input from the list.

-- 
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: [JOB] Software Engineer | Amperity | Seattle

2018-07-27 Thread Satyam Ramawat
Hey Alex, I am interested to join.

On Sat, 28 Jul 2018 at 1:05 AM, Alex Engelberg  wrote:

> Amperity is a Clojure-powered startup with a lean but mean team of 18
> engineers. We're looking to add talented engineers to help build a
> disruptive SaaS business to revolutionize marketing as we know it today.
> Our product is almost 100% Clojure, and we use Clojure every day for:
>
>- *services* - Scalable microservices that serve internal and public
>APIs. Technologies include Finagle, Aleph, Kafka, Riemann, and Clojure 
> Spec.
>- *UIs* - Building a single-page UI on top of a complex backend using
>pure ClojureScript. Technologies include Reagent, re-frame, and Figwheel.
>- *data science* - The secret sauce of the product. We consult
>academic experts in the data science / machine learning community to refine
>our cutting-edge entity resolution algorithms. Technologies include Spark
>and Accumulo.
>- *tooling* - We don't mess with success when tools already exist to
>get the job done, but sometimes we have to craft artisanal tooling to fill
>the gaps. This has resulted in multiple open-source libraries we continue
>to maintain, including lein-monolith
>, greenlight
>, and envoy
>.
>
> We are primarily looking for local (Seattle, WA) full-time engineers but
> are open to remote folks. Check out our Careers
>  page or homepage
>  to learn more about what we do!
>
> --Alex
>
> --
> 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.


[JOB] Software Engineer | Amperity | Seattle

2018-07-27 Thread Alex Engelberg
Amperity is a Clojure-powered startup with a lean but mean team of 18 
engineers. We're looking to add talented engineers to help build a 
disruptive SaaS business to revolutionize marketing as we know it today. 
Our product is almost 100% Clojure, and we use Clojure every day for:

   - *services* - Scalable microservices that serve internal and public 
   APIs. Technologies include Finagle, Aleph, Kafka, Riemann, and Clojure Spec.
   - *UIs* - Building a single-page UI on top of a complex backend using 
   pure ClojureScript. Technologies include Reagent, re-frame, and Figwheel.
   - *data science* - The secret sauce of the product. We consult academic 
   experts in the data science / machine learning community to refine our 
   cutting-edge entity resolution algorithms. Technologies include Spark and 
   Accumulo.
   - *tooling* - We don't mess with success when tools already exist to get 
   the job done, but sometimes we have to craft artisanal tooling to fill the 
   gaps. This has resulted in multiple open-source libraries we continue to 
   maintain, including lein-monolith 
   , greenlight 
   , and envoy 
   .
   
We are primarily looking for local (Seattle, WA) full-time engineers but 
are open to remote folks. Check out our Careers 
 page or homepage 
 to learn more about what we do!

--Alex

-- 
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 test has 10 failures

2018-07-27 Thread 冯忠孝
  [java] Ran 635 tests containing 17442 assertions.
 [java] 0 failures, 0 errors.

I'm terribly sorry. I made a low-grade mistake.   I have no intention of 
deleting a variable in pr .

Now all the tests are passed . 


-- 
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: Best way to use Lein only as a build tool?

2018-07-27 Thread Didier
I guess I'm trying to do that but for a custom internal dependency management 
tool.

How would I basically hand over lein the classpath for all its other commands? 
Any way to do that? Since I have something else pulling down all dependencies 
building the classpath?

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