Fork me on GitHub
#clojure-nl
<
2019-02-08
>
gklijs08:02:40

Morning, rust meetup last night was interesting, almost all the people had a c/c++ background, only a few with java. Several companies using Rust in production already. I'm still stuck to use it for pet projects.

thomas08:02:24

was that the Rust meet up in Gouda @gklijs?

thomas08:02:23

good to hear you liked it

gklijs08:02:59

Also demo-ed some, but hadn't looked at the code for months so had a hard time answering some questions

😂 5
thomas08:02:06

shit happens...

gklijs08:02:15

Next thing is getting the cats/cms-site live/production ready, so some clojure(script) again. Daily work is still java and angular only..

gklijs08:02:33

Did run the ci again in the library, all was still green, if on nightly

thomas08:02:36

but cool that you did a demo!

gklijs09:02:32

Yes, the same thing I showed at a clojure meetup before, only one part was now done in rust. Because of the schema registry and avro it's easy to use the 'same' data in rust and on the jvm

gklijs09:02:01

So you can write your secure almost never failing backend handling in rust, and your backend endpoints with clojure