Re: ClojureScript at its best

2016-02-29 Thread Alex Miller
A few that come to mind... https://circleci.com/ is written in ClojureScript and is available at https://github.com/circleci/frontend https://precursorapp.com/ is another CLJS app https://github.com/jackschaedler/goya is a pixel editor written in CLJS On Monday, February 29, 2016 at 8:54:04 P

Re: ClojureScript at its best

2016-02-29 Thread Bryan Maass
This is a tiny project, but it was extremely easy to write, using cljs, reagent, and boot's live-reloading work flow: http://escherize.com/catan/ This page is generated from this file: https://gist.github.com/90416937a946d7474261 On Tuesday, March 1, 2016 at 1:54:04 PM UTC+11, Richard Eng wr

Re: Luminus in Techempower benchmarks

2016-02-29 Thread Dmitri
Sounds fantastic! On Monday, February 29, 2016 at 4:13:53 PM UTC-5, Jim Crossley wrote: > > Sounds good, Dmitri. I'll work up something on a fork in the next few > days and ping you. We can go from there. > > Jim > > > On Mon, Feb 29, 2016 at 2:33 PM, Dmitri > wrote: > > Hi Jim, > > > > I'm

ClojureScript at its best

2016-02-29 Thread Richard Eng
What's a great example of a production ClojureScript web application that showcases ClojureScript's best qualities? I'm looking for something impressive. A URL would be nice. Thanks. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this gr

Re: Is there a function in clojure.test like future fact in midje?

2016-02-29 Thread Timothy Baldridge
Ugh, and I mis-read that wiki...so ignore my previous post. On Mon, Feb 29, 2016 at 6:13 PM, Timothy Baldridge wrote: > The question I would have is how do you define "halts"? And how do you > know if a program is halted or just waiting for IO, a timeout, or some > other event? > > Timothy > > O

Re: Is there a function in clojure.test like future fact in midje?

2016-02-29 Thread Timothy Baldridge
The question I would have is how do you define "halts"? And how do you know if a program is halted or just waiting for IO, a timeout, or some other event? Timothy On Mon, Feb 29, 2016 at 5:34 PM, Andrea Richiardi < a.richiardi.w...@gmail.com> wrote: > Not that I know of at the moment, nonetheles

Re: Is there a function in clojure.test like future fact in midje?

2016-02-29 Thread Andrea Richiardi
Not that I know of at the moment, nonetheless it is useful sometimes and in my experience it fosters tests-before-coding behavior. I am working on a patch to add (parallel) tests to boot and it can be a very nice idea to add there! On Monday, February 29, 2016 at 12:36:35 AM UTC-8, Mayank Jain w

Re: [ClojureScript] Re: Clojure Google Summer of Code 2016 - Submit your project ideas!

2016-02-29 Thread Alex Miller
Nope. On Monday, February 29, 2016 at 4:13:43 PM UTC-6, Colin Fleming wrote: > > That's a shame. Was any feedback given? > > On 1 March 2016 at 10:05, Alex Miller wrote: > >> Unfortunately, we were informed today that Clojure was not selected as a >> 2016 Google Summer of Code organization. :(

Re: [ClojureScript] Re: Clojure Google Summer of Code 2016 - Submit your project ideas!

2016-02-29 Thread Colin Fleming
That's a shame. Was any feedback given? On 1 March 2016 at 10:05, Alex Miller wrote: > Unfortunately, we were informed today that Clojure was not selected as a > 2016 Google Summer of Code organization. :( > > > On Thursday, February 18, 2016 at 3:47:59 PM UTC-6, David Nolen wrote: >> >> Hello,

Re: Understanding init (the zero arity function) for transducers.

2016-02-29 Thread Alex Miller
I think that Rich had an objection to this, however in the haziness of time I don't recall specifically what it was. If I get a chance, I will ask him this week. On Monday, February 29, 2016 at 3:27:15 PM UTC-6, Patrick Curran wrote: > > Hi, > > I was trying to write a transducer and the 0-arity

Re: [ANN] As I was missing this kind of library in clojure I created relational_mapper for dealing with querying relational databases

2016-02-29 Thread Oliver George
Awesome, thanks. I did a little research last night looking for techniques for turning recursive queries into efficient SQL queries. I came across an interesting paper: Cheney, James, Sam Lindley, and Philip Wadler. "Query shredding: Efficient relational evaluation of queries over nested mult

Understanding init (the zero arity function) for transducers.

2016-02-29 Thread Patrick Curran
Hi, I was trying to write a transducer and the 0-arity part of it never got called, which was unexpected. I did some searching and found this post: https://groups.google.com/forum/#!msg/clojure/uVKP4_0KMwQ/-oUJahvUarIJ. What Dan is proposing in that post would essentially solve my problem, but

Re: Luminus in Techempower benchmarks

2016-02-29 Thread Jim Crossley
Sounds good, Dmitri. I'll work up something on a fork in the next few days and ping you. We can go from there. Jim On Mon, Feb 29, 2016 at 2:33 PM, Dmitri wrote: > Hi Jim, > > I'm the author of Luminus, and I'd love tow work with you to tune up the > performance. Feel free to ping me via email

Re: Clojure Google Summer of Code 2016 - Submit your project ideas!

2016-02-29 Thread Alex Miller
Unfortunately, we were informed today that Clojure was not selected as a 2016 Google Summer of Code organization. :( On Thursday, February 18, 2016 at 3:47:59 PM UTC-6, David Nolen wrote: > > Hello, > > We're approaching the end of the application period for organisation > participation in Goog

Re: Luminus in Techempower benchmarks

2016-02-29 Thread Dmitri
Hi Jim, I'm the author of Luminus, and I'd love tow work with you to tune up the performance. Feel free to ping me via email or on GitHub. On Sunday, February 28, 2016 at 8:17:13 PM UTC-5, Jim Crossley wrote: > > I just tried a few experiments and realized the :dispatch? option is > broken in t

Clojure/script Job Opening at Vital Labs

2016-02-29 Thread Ian Eslick
Vital Labs is a San Francisco based, venture backed, digital health startup. We deliver cutting data acquisition and analytics capabilites to the challenge of managing chronic disease. Our core product enables us to work directly in the care delivery process, enabling us to use novel technolo

Re: [ANN] boot-new 0.4.0 -- Templates AND Generators for Boot!

2016-02-29 Thread Bryan Maass
I have some feedback. Great work! I just blogged about a pure-boot way to get started with clojurescript: ( http://escherize.com/2016/02/29/boot-with-cljs ) so of course boot-new made an appearance. On Monday, February 29, 2016 at 12:20:50 PM UTC+11, Sean Corfield wrote: > > Frank Liu wrote on

Re: [ANN] As I was missing this kind of library in clojure I created relational_mapper for dealing with querying relational databases

2016-02-29 Thread Krzysiek Herod
Thanks a lot for detailed notes. The problem with customization of foreign keys is on my TODO list. I hope to fix that before releasing version 1.0. That would solve the problem with SupervisorId and AnalystId. What you said about deeper result structure (race -> meeting -> venue) is very ins

Is there a function in clojure.test like future fact in midje?

2016-02-29 Thread Mayank Jain
Hi, I have a deftest but its output fails currently and I would like to mark it as TODO. Currently I comment it out. Is there a function in clojure.test which says this test is not ready yet, log the output but don't test it. Similar to future fact in midje[1]? Thanks. [1] : https://github.c