Saving / Loading a Datascript DB

2016-09-26 Thread Wukong Sun
Hi, Is there a easy way to save/load a datascript DB to file? I'm not looking to use datomic. I just need a way to save my datascript db to file and to read it later. Thanks! -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this grou

Re: [ANN] data-scope - tools for interactively inspecting and visualizing data

2016-09-26 Thread Alan Thompson
Looks cool. Alan On Sun, Sep 25, 2016 at 1:00 AM, James Sofra wrote: > Hey Alistair, > > I have been working on an engineering project and found myself charting a > lot of load distributions and such. Being able to chart intermediate values > really easily has been great. > > -- > You received t

Don't Call Yourself A Programmer, And Other Career Advice

2016-09-26 Thread Alan Thompson
A good blog posting on the realities of the software industry: -- *Don't Call Yourself A Programmer, And Other Career Advice* If there was one course I could add to eve

Re: Don't Call Yourself A Programmer, And Other Career Advice

2016-09-26 Thread Alex Miller
Hey, just a reminder that this message is not Clojure-related, and thus is not appropriate for the list. Please respect that 10,000+ people read this list for content related to Clojure. Generally we (the moderators) will delete any posts that are not about Clojure. I'm posting this here instea

[ANN] Clojure 1.9.0-alpha13

2016-09-26 Thread Alex Miller
Clojure 1.9.0-alpha13 is now available. Try it via - Download: https://repo1.maven.org/maven2/org/clojure/clojure/1.9.0-alpha13 - Leiningen: [org.clojure/clojure "1.9.0-alpha13"] 1.9.0-alpha13 includes the following changes since 1.9.0-alpha12: - s/conform of nilable was always returning the pa

First time using DataScript

2016-09-26 Thread Alan Thompson
Hi - I was answering a question on StackOverflow, and after solving it using functions from clojure.core, I thought it was the prefect candidate for a little DataScript. Basically the user wants to do a "natural join" on column :obs/A, then print out pairs of :obs/value from type :x and type :y.

Re: [ANN] data-scope - tools for interactively inspecting and visualizing data

2016-09-26 Thread Alistair Roche
Hey James, Any chance you'd demo it at clj-melb ? I'll film it and add a link to the repo if you want :) Cheers, On 26 September 2016 at 23:43, Alan Thompson wrote: > Looks cool. > Alan > > On Sun, Sep 25, 2016 at 1:00 AM, James Sofra > wrote: > >> Hey Alistai