Re: Why does the `def-` not exist?

2018-03-01 Thread Leon Grapenthin
I guess unqualified meta keywords are reserved for the compiler anyway so it could just warn if it doesn't know a unqualified kw. -- 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

Loop causing OutOfMemoryError: GC overhead limit exceeded ?

2018-03-01 Thread Rob Nikander
I have some Clojure code that throws this, occasionally. Unfortunately I can’t paste my real function here, but it looks much like the one below. (Changed variable names and simplified some irrelevant - I hope - details). Anything jump out as a memory-leak? It queries a DB table to get a li

Re: Clojure Discord server

2018-03-01 Thread overtoxic9
On Friday, May 19, 2017 at 7:49:14 PM UTC-4, Luke Burton wrote: > > > Hi all, > > After reading about some of the hassles people had with Slack, I posted > earlier today in /r/clojure A Discord for Clojurians > > . >

Loop causing OutOfMemoryError: GC overhead limit exceeded ?

2018-03-01 Thread Daniel
This code looks fine. You don't need the atoms, but I don't think that's your trouble. How do you know this code is causing the error? Unless this is all your code does, descriptions of the error suggest the memory leak might be coming from anywhere. This tight loop might trigger too many succe