Fork me on GitHub
#clojure
<
2019-08-04
>
klausharbo13:08:32

I posted an announcement to the Clojure group at http://groups.google.com but it doesn’t seem to be showing up. The group appears to be moderated to prevent spam, so I’m guessing that’s where my message is stuck… Anyone know what to do to get it unstuck?

seancorfield18:08:43

It's a bug in Google Groups I think. Alex's posts never show up via email, only via the web (although his replies to other posts do show up). I posted some announcements via the web the other day and I could see from the stats that some people were reading them, but they never showed up via email.

Alex Miller (Clojure team)15:08:19

I don’t see anything in moderation there. Did you post on the web or via email?

metacritical16:08:15

Is it possible to do a C# equivalent of sizeof(float) in Clojure/CLR ?

schmidt7316:08:36

(Float/BYTES)

metacritical16:08:56

Thanks @henri.schmidt, Just one more query how can i know the IntPtr of a persistent vector in clojure.

metacritical16:08:13

Ok There is no (Float/BYTES)

mikepjb19:08:19

Hey guys, I've been looking at choosing a web framework to go with a web app I'm writing using reagent/reframe. What's good these days? Top 3 contenders seems to be Yada/Ring/Macchiato (I've worked with Yada and Ring previously but it's been a while) Working with Swagger is a bonus!

salam19:08:03

we've been using yada for about three years and very happy about it. it works with swagger out of the box.

dominicm19:08:46

Your fellow vim lover supports yada as a totally biased JUXT employee

mikepjb19:08:07

Excellent, thanks guys I was looking for a bit of present day confirmation to continue with yada :thumbsup:

metacritical19:08:44

In Clojure CLR (Marshal/SizeOf (float 0)) would be one way.