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

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

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

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

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

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

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

[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: -

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

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

Re: Best way to use Lein only as a build tool?

2018-07-27 Thread 'Alan Forrester' via Clojure
On 27 Jul 2018, at 06:39, Didier wrote: > What's the best way to use Lein only as a build tool? If I want to do my own > dependency resolutions. Or say use tools.deps for dependency resolution, but > Lein for all other build tasks? There’s a leiningen plugin for using tools.deps: