Fork me on GitHub
#off-topic
<
2017-05-11
>
kenny00:05:41

We know some designers personally but they all have full-time jobs. The problem is that we aren't looking to hire an employee as we wouldn't have enough work for them to do.

kenny00:05:09

I have taken a look at designers on https://dribbble.com/ but I have no idea if hiring someone from there actually results in high quality work.

john00:05:18

Kevin Lynagh from Keming Labs does some design work, with long clj/cljs pedigree.

kenny00:05:19

@john Thanks for the recommendation 😃. I'll definitely check him out!

john00:05:46

no prob 🙂

echristopherson15:05:16

I took a break from Clojure for a while to (re)learn me some C++. Is there anything interesting out there for using C++ with Clojure?

jjl16:05:43

echristopherson: not really. there are a few clojure-inspired libraries in c++ now though!

jjl16:05:21

JNA is the easiest way, but if you're using the C++ for performance purposes, it might not be adequate

noisesmith17:05:47

there’s also pixie, which can use native libraries directly and has a lot of the nice things clojure has (while not being 100% clojure compatible)

echristopherson17:05:25

Oh yeah, I've seen that. It seems there are a lot of Clojure-inspired languages now.

echristopherson03:05:30

These are things to look into, but I don't want to go off into the weeds and confuse myself with things that aren't quite Clojure

echristopherson03:05:10

> It has been verified to run on architectures ranging from embedded systems with as little as 2KB of RAM

echristopherson03:05:14

ooh, like Arduino? 😄

echristopherson03:05:56

huh, sure enough, it does talk about Arduino

echristopherson15:05:54

(I would assume it would go through FFI or JNI/JNA or that newer JNA-like thing whose name escapes me)