[ANN] Pedestal.ions 0.1.1

2018-12-21 Thread Daniel De Aguiar
Hi folks,

Pedestal.ions 0.1.1 has been released. This is a minor release focusing on 
Pedestal and Datomic Ion dependency updates. We'll no longer be publishing 
the pedestal.ions library to Clojars since it's always used in the context 
of Datomic Ion's deployment tooling which leverages tools.deps.alpha.

For more info check out the release notes 
.

- Dan and the rest of the Pedestal team.

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


Call for Participation: BOB 2019 (March 22, Berlin)

2018-12-21 Thread Michael Sperber


Several Clojure-related talks at BOB!


   BOB 2019
  Conference
 “What happens if we simply use what’s best?”
March 22, 2019, Berlin
   http://bobkonf.de/2019/
   Program: http://bobkonf.de/2019/en/program.html
  Registration: http://bobkonf.de/2019/en/registration.html

   
BOB is the conference for developers, architects and decision-makers
to explore technologies beyond the mainstream in software development,
and to find the best tools available to software developers today. Our
goal is for all participants of BOB to return home with new insights
that enable them to improve their own software development
experiences.

The program features 14 talks and 8 tutorials on current topics:

http://bobkonf.de/2019/en/program.html

The subject range of talks includes functional programming, formal
methods, event sourcing, music, advanced SQL, logic, and feeling

The tutorials feature introductions to Racket, Clojure, Functional
Programming, TypeScript, type-level programming, SQL indexing,
probabilistic programming, and hardware.

Gabriele Keller will give the keynote talk.

Registration is open online:

http://bobkonf.de/2019/en/registration.html

NOTE: The early-bird rates expire on February 19, 2019!

BOB cooperates with the RacketFest conference on the following day:

https://racketfest.com/

-- 
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: Using thi.ng/geom for simple CAD/geometry

2018-12-21 Thread Dumitru Pletosu
You can check the examples and demos here. Hope it helps:

https://github.com/thi-ng/geom/tree/feature/no-org#example-usage
http://workshop.thi.ng/

thi.ng/geom is really great!


On Thursday, December 20, 2018 at 6:38:43 PM UTC+2, Laurens Van Houtven 
wrote:
>
> Hi,
>
>
> I'm trying to get in to thi-ng/geom since my dog ate my woodworking 
> notebook. It involved a lot of sketches, geometry and algebra: things I'm 
> hoping Clojure is good at too.
>
> One of the first things I'm trying to do with thi.ng/geom is "create a 
> line, then create another line constrained by a shared point and an angle 
> between it and the first line". Am I thinking too much like CAD-style 
> constraints here?
>
> The only constructors for lines I could find take points. I was hoping to 
> produce polylines from intersections -- but again, maybe I'm just trying to 
> force CAD thinking on something that isn't quite CAD :-)
>
>
> lvh
>

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