Fork me on GitHub
#clojure-austin
<
2017-12-18
>
clojuregeek00:12:15

ok well i was thinking of doing a project for our next Clojure Workshop that.. is different than web and compojure… so was thinking of something different to do

camdez00:12:23

@clojuregeek Sounds great. I’m not sure if what I said was useful, but I have some (non-comprehensive) knowledge of those features. Happy to try to help.

camdez00:12:29

I’m not sure what the group’s policy is around finding speakers, but I’ve been playing around with writing Alexa skills in ClojureScript lately. It might make a good talk if people are interested.

clojuregeek00:12:30

I was reading Programming Clojure 3rd ed… and it talked about currency model, with dosync, vas… and I was like hmm… wonder if I can do a project with this

clojuregeek00:12:40

i have used atoms before

clojuregeek00:12:14

oh we would love to have a talk on Alexa and clojurescript! … get with @norman .. he organizes the talks 🙂

camdez00:12:57

@clojuregeek Rich’s ant sim (https://gist.github.com/spacemanaki/1093917) is an impressive demo of refs. Worth a look if you haven’t seen it.

clojuregeek00:12:54

oh cool .. i’ll take a look, thanks

clojuregeek00:12:41

I got some code to do for a ‘code challenge’ and it has macros, vars, dosync and other stuff I have not done yet

camdez00:12:45

@clojuregeek Sounds… challenging. 😜 Post up if you get stuck! I’m sure we can all sort it out.

clojuregeek00:12:25

well i probably can’t post it .. its for Via sat

clojuregeek00:12:40

I’m probably not smart enough to work with Chouser and them guys

camdez00:12:57

It’s a high bar. 🙂 I know the feeling.

clojuregeek00:12:59

where do you work @camdez

camdez00:12:55

@clojuregeek I have a little fintech startup called CollBox. We’re based out of Capital Factory, 15 floors up from the meetup the other day.

clojuregeek00:12:35

cool, do you use Clojure?

camdez00:12:23

@clojuregeek All Clojure everything. ClojureScript (re-frame) / EDN / Clojure / Datomic, running on AWS.

clojuregeek00:12:55

oh cool then… so you may be the first company i know of in Austin who does clojure 🙂

clojuregeek00:12:15

hey @norman.. we got a clojure company in Austin 🙂

camdez00:12:22

Wow, seriously? That’s concerning. haha.

camdez00:12:37

I know some Apple engineers here in Austin who write Clojure.

clojuregeek00:12:54

Seranova has some people here in Austin but most (all?) clojure devs are in Canada

clojuregeek00:12:09

they tried to hire me earlier this year

camdez00:12:50

Well, I’m trying to do my part spreading the good word. And we will be hiring in a month or two, FWIW.

clojuregeek00:12:39

ok cool, keep me posted on hiring .. if not for me, i may know ppl looking

camdez00:12:19

Great. I absolutely will.

norman00:12:11

Awesome. If the Meetup can help you guys with anything just ask

clojuregeek00:12:56

yeah Norman has offered free training to businesses on clojure 🙂

clojuregeek00:12:03

right Norman?

norman01:12:51

Yeah - whatever I can do to support a team getting going.

norman01:12:00

Either myself, or someone else in the group

norman01:12:08

It sounds like you already have a project/team up and running and have likely hit most of the new clojure project problems already

camdez02:12:59

@norman Yeah, if you’re talking about me, I’ve had a production Clojure web app running for the better part of two years and have several hundred customers, so I’m definitely past the basics. But I’m always game for chats about best practices. I’ve had to figure out a lot of things on my own and there are parts I know could be a lot better.

norman02:12:17

There’s always lessons to be learned from how other projects do things.