Re: [ANN] Discontinuing 4clojure.com

2021-07-05 Thread Tim Visher
On Sun, Jul 4, 2021 at 4:26 PM Alan Malloy wrote: > TL;DR: Turning off 4clojure.com by the end of July 2021 > > Hello, 4clojure problem solvers. You've probably noticed SSL errors on > 4clojure.com over the last week. The old decrepit system 4clojure runs on > has finally gotten out of date enoug

Clojure interop with Spark

2020-07-09 Thread Tim Clemons
I'm putting together a big data system centered around using Spark Streaming for data ingest and Spark SQL for querying the stored data. I've been investigating what options there are for implementing Spark applications using Clojure. It's been close to a decade since sparkling or flambo have

Re: ANN: ClojureScript 1.10.741

2020-04-25 Thread Tim Visher
On Fri, Apr 24, 2020 at 9:04 PM Ag Ibragimov wrote: > Some people have no idea how awesome it is to see David Nolen working on > Clojurescript again. That is so cool! > šŸ˜ -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send e

Re: [ANN] Cognitect Labs' aws-api 0.8.430

2020-02-18 Thread Tim Visher
gt; That should be com.cognitect/http-client ( > https://search.maven.org/search?q=g:com.cognitect%20AND%20a:http-client) > > It is a dependency of aws-api, which it uses to submit http requests. > > On Wednesday, February 12, 2020 at 6:52:31 AM UTC-6, Tim Visher wrote: >> >> Wh

Re: [ANN] Cognitect Labs' aws-api 0.8.430

2020-02-12 Thread Tim Visher
What's cognitect.http-client? On Tue, Feb 11, 2020 at 10:09 AM David Chelimsky wrote: > Cognitect Labs' aws-api 0.8.430 is now available! > > NOTE: we changed the behavior of cognitect.aws.client.api/client in order > to support automatic resource management. Although this should be a > drop-in

Re: Two new transcripts available of talks by Rich Hickey

2019-12-02 Thread Tim Visher
Thanks for doing this, Andy! On Mon, Dec 2, 2019 at 1:29 AM Andy Fingerhut wrote: > Transcripts of two of Rich Hickey's oldest (and longest) talks are now > published and available, included in a collection of many other talk > transcripts. The newest transcripts are: > > (1) "Clojure Concurrenc

Re: Inside Clojure Journal

2019-02-22 Thread Tim Visher
On Wed, Jan 30, 2019 at 12:03 AM Shaun Parker wrote: > I just wanted to say thanks to Alex for taking the time to journal all the > Clojure things he's working on (and the non-Clojure things as well). > They're enjoyable to read and eye-opening. It's a great window into the > effort that he and o

Re: [ANN] CIDER 0.19

2019-01-02 Thread Tim Visher
Thanks to you, Bozho ( ;) ) , and all the other contributors for your consistent hard work on CIDER! :) It's made my life and the life of my team so much better. On Tue, Jan 1, 2019 at 10:39 AM Bozhidar Batsov wrote: > Btw, I also wrote a short blog post on th

Re: [ANN] deps.edn dependency viewer

2018-12-20 Thread Tim Visher
On Tue, Dec 18, 2018 at 12:46 PM Alex Miller wrote: > tda, tda.reader, tda.extensions > To make an unrelated, unhelpful, and off-topic comment I will now be referring to `tools.deps.alpha` exclusively as 'Tada!'. :) -- You received this message because you are subscribed to the Google Groups "

Re: What do Clojure developers use for recurring functions, other than at-at

2018-12-17 Thread Tim Visher
On Mon, Dec 17, 2018 at 2:54 PM wrote: > But at-at has not been updated in 6 years, so I assume it is abandoned. I > have two questions about this: > A common bit of wisdom here in the Clojure community is that time since last update is not always (or even often) a sign of abandonment but instea

Re: [ANN] com.vodori/chronology "0.1.0"

2018-09-13 Thread Tim Visher
Hi Paul, On Thu, Sep 13, 2018 at 9:05 AM Paul Rutledge wrote: > Chronology is a small library for working with cron expressions > Just FYI as I had to deal with this in depth a little while ago at work, Quartz cron expressions are _not_ POSIX cron

Re: Complete Web Development Setup Using Clojure CLI Tools

2018-07-18 Thread Tim Goodwin
for additional inspiration, i suggest looking at https://github.com/juxt/edge On Monday, 9 July 2018 17:14:22 UTC+1, Gary Johnson wrote: > > Howdy Clojurians, > > I recently started developing a new Clojure+Clojurescript web application, > and I wanted to see if I could set up my development env

Re: Key must be integer error

2018-04-29 Thread Tim Visher
Hi Renata, ``` user=> (clojure.pprint/pprint (swap! accounts #(map (fn [a] (if (= (:id a) "3136860d-ab7f-4814-8f3b-2d18048db9b9") (assoc a :operations :foo) a)) %))) ({:id "7512a15b-0770-4a9b-a74b-389374b46461", :balance 0.0, :operations nil, :blocked false} {:id "7446cfe6-882c-4f25-bad1-5e

Re: [ANN] clj-new -- creating new Clojure projects using the clj CLI

2018-04-20 Thread Tim Visher
On Thu, Apr 19, 2018 at 1:38 PM, Sean Corfield wrote: > I had the one-liner in an earlier version of the README but decided it was > unreadable (a single long line is hard to read when it scrolls so much). > > > > Maybe I’ll put it back somewhere in there… > Might I suggest: ``` clj -Sdeps '{:d

Re: fdef for defmulti?

2018-04-06 Thread Tim Sauerwein
Because fdef is not available for defmulti, I find myself writing a dispatch function by hand instead of using a multimethod. On Thursday, June 29, 2017 at 12:39:09 PM UTC-7, Alex Miller wrote: > > I don't think there is a jira issue for it, feel free to add it. Not > currently a priority for us

Re: Writing a text adventure in Clojure

2018-03-30 Thread Tim Visher
http://landoflisp.com/ is specifically about coding games in Lisp, in case you're into books. :) On Thu, Mar 29, 2018 at 6:45 PM, Will Duquette wrote: > I'm an experienced programmer, but a Clojure newbie; as a beginner > project, I'm looking into how one would idiomatically write a text > adven

Re: [ANN] rocks.clj/z 0.1.0-SNAPSHOT (alpha)

2018-01-04 Thread Tim Visher
On Thu, Jan 4, 2018 at 12:04 AM, Edward Knyshov wrote: > Thanks :) > > I haven't considered using nio Zip FileSystem just because I never heard > of it, but I'll definitely check it out. > > Regarding targeting to java 7, should something like this set up targeting > properly? > > :javac-options

Re: [ANN] rocks.clj/z 0.1.0-SNAPSHOT (alpha)

2018-01-03 Thread Tim Visher
On Wed, Jan 3, 2018 at 6:56 AM, Edward Knyshov wrote: > Hi, I made a simple wrapper around java.util.zip. > Basically it only allows you to compress files or unpack/process zip > archives. > This looks neat. :) Have you considered targeting Java 7 and using the nio Zip FileSystem? https://docs.

Re: [ANN] jmh-clojure 0.2.0 - Seamless JMH benchmarking for Clojure

2017-12-21 Thread Tim Visher
Looks neat! :) On Sun, Dec 17, 2017 at 11:25 AM, wrote: > This library (github link ) > provides a data-oriented API to JMH, the Java Microbenchmark Harness. > > Some of the new features since 0.1.0: > > External profiler support. Wiki example >

Re: Doc strings for complex cases?

2017-11-09 Thread Tim
ting some older code trying figure out what was going on, but alas I had only put a high level description in for the defmulti. Anyways, it's all good. I've been revisiting editors and tooling and I just think that's the best use of my time. Cheers, Tim -- You received this me

Re: Doc strings for complex cases?

2017-11-09 Thread Tim
gether and have them linked to and stored elsewhere... Maybe just store a db id in the doc string and go from there. I'll need to mull it over ;) Thanks, tim -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send ema

Re: Doc strings for complex cases?

2017-11-05 Thread Tim
in a doc-string" the-name multi-fn Or (defn "doc-string" ([x]...) "doc-string" ([x y] ...)) Or is there a reason not to consider adding this? Cheers, Tim -- You received this message because you are subscribed to the Google Groups "Clojure" group. T

Doc strings for complex cases?

2017-11-05 Thread Tim
I'm seeing a need to assign a doc string per arity case for defn and also for each defmethod as opposed to storing it all in defmulti. Any solutions or plans for this? Tim -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to t

Re: Sum types in Clojure? Better to represent as tagged records or as variant vectors?

2017-08-29 Thread Tim Gilbert
I've used tagged unions to represent lookup identifiers for variant types and found them to be pleasant to work with. I think part of the reason they don't seem useful in the context of this discussion is that many of the examples given have not actually been variants. For example, in [:image/fi

Re: pager for lein repl?

2017-03-27 Thread Tim Visher
I have always used either CIDER (with full emacs paging support) or tmux for those requirements. On Thu, Mar 23, 2017 at 8:46 PM, Joe Python wrote: > > Is there a equivalent of less/more like pager (found in Linux shells) for > Leiningen repl? > > The lein repl is fast enough for me displaying l

HTTPS for dev.clojure.org?

2017-01-08 Thread Tim McCormack
d for github or other sensitive places.) - Tim McCormack -- 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 posts from new members are moderated - please be patient with your

Re: Creating a spec for destructuring

2017-01-06 Thread Tim Visher
This is interesting. I did want to point out though that at least for me I can't see links in your current styling. [image: Inline image 1] On Thu, Jan 5, 2017 at 9:18 AM, Alex Miller wrote: > I thought this might be interesting to some here: > > http://blog.cognitect.com/blog/2017/1/3/spec-des

Re: Deref Nil

2016-09-15 Thread Tim Gilbert
sor)). You'd need to check for nil to render the default image even if deref was nil-punnable, right? Tim On Monday, September 12, 2016 at 4:30:00 AM UTC-4, Deon Moolman wrote: > > Hi Tim, > > Thanks for your feedback, I appreciate it! :) > > Ye, I've been tempted and bitte

REPL-Driven Techniques?

2015-08-07 Thread Tim Visher
Hi Everyone, I'm taking part in an effort to introduce REPL-Driven Development at my shop. The shop has historically been based in PHP/Python/javascript and similar languages and most devs there have their workflows formed by that technology. I'm used to using a REPL or REPL-connected editor t

Re: [ANN] lein-collisions: a plugin to find classpath collisions

2015-07-13 Thread Tim Gilbert
http://pastebin.com/js93Mrzw ...and in fact the only way I can get it to pass dependency checks is if I add a lot of :exclusions, up to and including org.slf4j/slf4j-api at which point it aborts with a runtime error "java.lang.ClassNotFoundException: org.slf4j.LoggerFactory". Is

Re: Clojure Async/State Machine/Workflow Libraries?

2015-05-04 Thread Tim Visher
I think I may have summoned the wrong demons when invoking with the `Workflow` keyword. :) I've found some resources on Event-Driven Architecture, mostly from Zach Tellman. Is his stuff the main source of that sort of thing? I realized that prismatic's graph is basically what I'm looking for (

Clojure Async/State Machine/Workflow Libraries?

2015-04-30 Thread Tim Visher
Hey All, Anyone have any tips on clojure 'workflow' libraries? https://github.com/relaynetwork/impresario is very close, but lacks some basic features like exception transitions, etc. Basically, I'm looking for a library that allows me to create a workflow that will happen asynchronously, rec

Re: [ANN] Chestnut 0.7.0

2015-03-10 Thread Tim Gilbert
e I'm not understanding what you're trying to do. Tim On Monday, March 9, 2015 at 6:30:48 PM UTC-4, webber wrote: > > I've commented chestnut/lein-template from the ~/.lein/projects.clj as > follows, then it worked. > It worked using 0.6.0 if there was the chestnut/lein-tem

Re: [ANN] Chestnut 0.7.0

2015-03-08 Thread Tim Gilbert
lein new behavior somehow. At any rate, running lein new in a directory without a project.clj file in it is working fine for me. Tim On Saturday, March 7, 2015 at 5:38:41 AM UTC-5, webber wrote: > > I tested the v 0.7.0 of chestnut and I encountered the following error. > The v 0.6.0 w

Re: How can I remove the nils in the result?

2014-12-22 Thread Tim
whoops... (defn in-step [xs] (let [[x1 x2] xs] (= (- x2 x1) 1))) On Monday, December 22, 2014 11:38:49 PM UTC-8, Tim wrote: > > Another option (though Bens does look nicer!) > > (loop [xs (->> "00101110101110" >

Re: How can I remove the nils in the result?

2014-12-22 Thread Tim
Another option (though Bens does look nicer!) (loop [xs (->> "00101110101110" (map vector (iterate inc 1)) (filter #(= (last %) \1)) (map first)) it nil] (let [steps (partition 2 1 xs) [i o] (split-with in-step steps)] (cond (every? empty? s

Question on developing flexible libraries and best practices.

2014-12-18 Thread Tim
g. Now that I think further, it feels more like a spec than a library, only I'm trying to provide a single entry point with some very minimal loosely defined dispatches acting as constraints. Thanks for any helpful ideas/pointers. Tim Sent from my iPad -- You received this message bec

Re: Clojure beginner: angst about "doing things right"

2014-09-23 Thread Tim Visher
On Mon, Sep 22, 2014 at 2:45 PM, J David Eisenberg wrote: > As part of a larger program, I'm testing a function that will turn a string > of days on which a class occurs (such as "MWF") into a list of seven > numbers: (1 0 1 0 1 0 0). > I first translate"TH" (Thursday) to "R" and "SU" (Sunday) to

Re: lein 2.4.3 repl outside project?

2014-08-28 Thread Tim Visher
e > pretty printing not working are related to this issue. > > > On Thursday, August 28, 2014 9:01:40 AM UTC-7, John Gabriele wrote: >> >> On Thursday, August 28, 2014 11:29:44 AM UTC-4, Tim Visher wrote: >>> >>> Anyone else get this error? >>> >>&g

lein 2.4.3 repl outside project?

2014-08-28 Thread Tim Visher
Anyone else get this error? 🐈 lein repl Downloading Leiningen to /Users/tim/.lein/self-installs/leiningen-2.4.3-standalone.jar now... % Total% Received % Xferd Average Speed TimeTime Time Current Dload Upload Total SpentLeft Speed 100

Re: What is happening in this code?

2014-08-27 Thread Tim Visher
Clojure is form-oriented so you can think of almost all of its evaluation as sending one form after another to a REPL. In that model of evaluation, you of course want to be able to re-define a symbol an arbitrary amount of times. The serialization of these forms into a file which has other forms i

Re: [ANN] Grimoire: up to date Clojure web docs

2014-07-12 Thread Tim Gilbert
Well, clojure-grimoire.com is available, FWIW. Tim On Saturday, July 12, 2014 2:46:18 AM UTC-4, Reid McKenzie wrote: > > While I appreciate the interest, I think that attempting to "officiate" > Grimoire is a bad move. > > We already have "clojure.org". &quo

Re: lein install

2014-07-08 Thread Tim Visher
On Tue, Jul 8, 2014 at 7:39 AM, zhenxuanpan wrote: > when i run lein install > > lein install > Compiling zilch.mq > Exception in thread "main" java.io.FileNotFoundException: Could not locate > zilch/mq__init.class or zilch/mq.clj on classpath: > at clojure.lang.RT.load(RT.java:432) > at clojure.l

Re: Clojure Contributor Agreement process update

2014-06-10 Thread Tim Visher
(boom) On Mon, Jun 9, 2014 at 1:23 PM, Alex Miller wrote: > Starting today, we have updated the Clojure Contributor Agreement process. > The prior process which involved signing and mailing a form has been > replaced with an online e-signing process. > > Existing contributors that have signed the

Re: [Axiom-developer] Heidegger, literate programming, and communication

2014-05-22 Thread Tim Daly
out." Fortunately statistics show that programmers retire into management at age 35 so we won't have to wait that long. If there is any justice, the managers will have to hire noobs to maintain code they wrote so they get to listen to the noobs trash talk about their code. :-) Tim Daly

Re: Heidegger, literate programming, and communication

2014-05-22 Thread Tim Daly
>Tim, as someone already mentioned, the multi-page Java code you posted from >"the Clojure core" is actually one file from the Java ASM library, copied >into the Clojure Github repository from one version of that library >available from here: Hmmm, I didn't se

Re: Heidegger, literate programming, and communication

2014-05-22 Thread Tim Daly
Forward from Ralf Hemmecke: On 05/22/2014 11:21 AM, Gregg Reynolds wrote: > I can tell you I would rather maintain the four lines of C++ without > the largely useless commentary. That's a simple AXIOM program, but I'm sure one can easily translate it into any programming language. foo(a: Intege

Re: clojurescript, sourcemaps, and debugging info

2014-05-16 Thread Tim Visher
Seems worth a bug report/feature request to the Chrome Dev Tools team. On Thu, May 15, 2014 at 11:45 PM, t x wrote: > Hi, > > * background: > > * I have clojurescript + lein cljsbuild auto working perfectly fine. > > * I have source maps working (when I click on a file in Chrome, it > jumps m

[did...@lrde.epita.fr: [clisp-list] [CfP] International Lisp Conference 2014, Aug. 14-17, Montreal]

2014-05-07 Thread Tim Daly
From: Didier Verna ILC 2014 - International Lisp Conference "Lisp on the Move" August 14-17 2014, University of Montreal, Montreal, Canada Sponsored by the Association of Lisp Users In cooperation with: ACM SIGPLAN

Re: Proposing a new Clojure documentation system (in Clojure)

2014-05-06 Thread Tim Daly
Of course, this would have to be instituted by Rich and company since they control the sources. We could post code snippets (ref my prior post) which need explanation and do a "community documentation upgrade" on the Clojure sources. Tim -- You received this message because you are sub

Re: Proposing a new Clojure documentation system (in Clojure)

2014-05-06 Thread Tim Daly
rate world. I understand that. But Clojure is still at the stage of writing new code for new uses. There are few people who need to modify code written by programmers who left the community. That's when the need will arise for clearly communicating ideas to other humans. The technical debt ha

Re: Proposing a new Clojure documentation system (in Clojure)

2014-05-06 Thread Tim Daly
> Compare Emacs Lisp, for example, which uses semi-structure > in the comments to drive many of its features. Speaking of Emacs, there are (at least) two doc systems available, the emacs "info" system and org-mode. Both of those evolved due to a need for a better documentation system. The claim

Re: Proposing a new Clojure documentation system (in Clojure)

2014-05-06 Thread Tim Daly
ks and immutable copy algorithms are also easy in diagrams. You CAN do this with "ascii-art" but it IS the late 90s and some lucky few of us have 640x480 color terminals. Tim -- You received this message because you are subscribed to the Google Groups "Clojure" gr

deep thinking

2014-05-03 Thread Tim Daly
will follow, and express their wishes for the future. * Prologue: These comments give introductory remarks before a major section of code. A typical example can include the functions's purpose, return value, constraints on input, or even implementation details. * Unclassified ===

Re: testing clojure.core/group-by with clojure.test.check

2014-04-30 Thread Tim Visher
As an aside to the discussion at hand, what papers/books/online articles are good to read to learn about how to come up with good properties and generators? On Wed, Apr 30, 2014 at 3:36 PM, Alex Miller wrote: > The only hard parts about property based testing are the properties and the > generato

Re: Clojure Office Hours

2014-04-30 Thread Tim Visher
t 8. >>>>>> >>>>>> @all: Several poor souls from Europe are going to stay up until 2 a.m. >>>>>> for this, and people further east are probably just silent because the >>>>>> time >>>>>> difference is so large; So, I defini

Re: Proposing a new Clojure documentation system (in Clojure)

2014-04-30 Thread Tim Daly
complete, efficent, and well integrated with the rest of the design. This isn't really a technology problem. We have the skill to create any technology we want. The problem is social. There needs to be a focus on creating "professional standards". We need to raise the bar of w

Re: Proposing a new Clojure documentation system (in Clojure)

2014-04-29 Thread Tim Daly
ore you with it. What I don't understand is your criteria for "what's important" and how that translates to action. If we can agree on "what's important" then the technical details would have common criteria for "simple and good enough vs something that&#

Re: braveclojure problem ( paste into emacs)

2014-04-16 Thread Tim Visher
On Wed, Apr 16, 2014 at 6:57 AM, Roelof Wobben wrote: > I try to learn coljure by using this tutorial: http://www.braveclojure.com > Im now at point 7 : http://www.braveclojure.com/basic-emacs/ > > There I must paste a text into emacs. > > But as far as I know there is no mentioned how I can paste

Re: auto include a certain line in all *.cljs files

2014-04-14 Thread Tim Visher
Hi t, On Sun, Apr 13, 2014 at 3:18 PM, t x wrote: > What does > https://github.com/technomancy/leiningen/blob/master/sample.project.clj#L209-L211 > mean ? > > In particular, I'm confused about: > >>> Forms to prepend to every form that is evaluated inside your project. > > I only want to insert

Re: Any experience with Cognitect?

2014-04-09 Thread Tim Visher
šŸ‘ On Wed, Apr 9, 2014 at 4:47 PM, Mike Haney wrote: > Thanks for the feedback. > > Resume updated - check > Cover letter written - check > Email sent - check > Ego intact - pending > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to

Re: Logo usage

2014-04-09 Thread Tim Visher
On Wed, Apr 9, 2014 at 4:06 PM, PlĆ­nio Balduino wrote: > Hi there > > Is there any restriction about the usage of Clojure logo in magazines, > books and printed materials? > Yes. You must get permission from Tom Hickey, I believe, who listens on this list (or at least used to). -- In Christ,

Re: Any experience with Cognitect?

2014-04-08 Thread Tim Visher
share their experience? > > I have thought about the possibility of being a contractor for Cognitect for > awhile, and it's been pretty much my target goal as I've been learning > Clojure/Datomic over the last 8-9 months. The bar seems pretty high - I > mean, do you have to be

Re: [ClojureScript] ANN: ClojureScript 0.0-2199

2014-04-01 Thread Tim Visher
Hi David, On Tue, Apr 1, 2014 at 2:38 PM, David Nolen wrote: > ClojureScript, the Clojure compiler that emits JavaScript source code. > > New release version: 0.0-2199 > > The only difference is the removal of spurious warnings about > required/imported Google Closure libraries. As always, thank

Re: Unexpected core.async timeout behaviour

2014-03-28 Thread Tim Visher
On Fri, Mar 28, 2014 at 8:08 AM, Peter Taoussanis wrote: > Hi Tim, thanks for the info! > > It's not clear to me that this is the same issue, unfortunately. (Though I > may be missing something obvious). > > In the example I've provided above, we're actually cr

Re: Unexpected core.async timeout behaviour

2014-03-28 Thread Tim Visher
Hi Peter, On Fri, Mar 28, 2014 at 2:48 AM, Peter Taoussanis wrote: > Hi all, quick question: > > `(dotimes [_ 5] (go ( `(dotimes [_ 5] (go ( produces an error: > > (< (.size takes) impl/MAX-QUEUE-SIZE)> java.lang.AssertionError: Assert > failed: No more than 1024 pending takes are allowed

Re: anyone in Santa Cruz?

2014-03-27 Thread Tim
Yes, please! On Thursday, March 27, 2014 10:21:32 AM UTC-7, Brian Craft wrote: > > Looking for clojure users in the Santa Cruz, Ca area who are interested in > a meetup, study group, etc. > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to

Re: generators...?

2014-03-27 Thread Tim
I'm fairly new to Clojure and this was a fun little exercise to try. (def color-map (reduce #(assoc % (count %) %2) {} [:red :yellow :blue :green :purple])) color-map => {4 :purple, 3 :green, 2 :blue, 1 :yellow, 0 :red} (defn random-repeating-map ([coll-map] (random-repeating-map coll-map col

Re: How should I begin this project?

2014-03-24 Thread Tim Visher
On Mon, Mar 24, 2014 at 12:49 PM, Aditya Athalye wrote: > Thanks for the lead on exercism.io, Tim. > > I just set it up, to peek at how it looks/works. > > The setup itself was a breeze, and the very first exercise is > a nice little text processing problem. (Based on "Deaf

Re: How should I begin this project?

2014-03-24 Thread Tim Visher
On Thu, Mar 20, 2014 at 1:43 PM, kurofune wrote: > Thank you very much for both of those emails Gary. Your programming advice > rang very true and doodle does look almost exactly like what I need. I'll > look into that and google calendar, but now I need a good project to work on! > How does on

Re: Clojure 1.6.0-RC1 - LAST CHANCE, PLEASE TEST

2014-03-20 Thread Tim McCormack
d would be effective against basic hashDoS. (Intelligently picking the fixed chunk of the string would be essential for protecting against an adaptive hashDoS attack.) - Tim McCormack -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post t

Re: How should I begin this project?

2014-03-20 Thread Tim Visher
I would just use Google Calendar for that. On Thu, Mar 20, 2014 at 3:53 AM, kurofune wrote: > > At my job, I have to meet clients multiple times a week and schedule > appointments with them at various places around town. Recently, I have seen > a boom in business and while this is very fortunate

Kibit output

2014-03-19 Thread Tim Terry
Hi, is it possible to output kibit code analysis results into a file? My aim is to publish this file with a CI tool such as teamcity/ jenkins. Thanks, Tim -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email

Re: Image processing

2014-02-28 Thread Tim Visher
The main disadvantage with this, of course, being requiring imagemagick on the command line. On Fri, Feb 28, 2014 at 2:51 PM, The Dude (Abides) wrote: > Yes via im4clj - https://github.com/neatonk/im4clj > > [im4clj "0.0.1"] > > The developer recommends shell scripting with Conch with standard co

Re: Image processing

2014-02-28 Thread Tim Visher
I assume you're referring to https://github.com/neatonk/im4clj ? On Thu, Feb 27, 2014 at 10:24 PM, exel...@gmail.com wrote: > Hi Michael, > > Got some good results on img processing tests. I got image resizer working > nice, it was a resource path issue. > > However after some side by side testi

Re: Helping newcomers get involved in Clojure projects

2014-01-27 Thread Tim Visher
On Sat, Jan 25, 2014 at 1:54 PM, Bridget wrote: > OpenHatch has this great initiative for encouraging newcomers to get > involved with open source projects. You tag some issues in your bug tracker > as "newcomer" or "easy". This provides a gentle path into contributing. > There is some work involv

Re: ClojureScript integration with Emacs/Cider ?

2014-01-06 Thread Tim Visher
On Mon, Jan 6, 2014 at 3:01 PM, David Nolen wrote: > Limitation of tooling. ClojureScript analyzer exposes the necessary > information. That is seriously great to hear. I had no idea we were that far along. -- In Christ, Timmy V. http://blog.twonegatives.com/ http://five.sentenc.es/ -- Spend

Re: ClojureScript integration with Emacs/Cider ?

2014-01-06 Thread Tim Visher
Hi Alexandru, On Sun, Jan 5, 2014 at 3:30 PM, Alexandru Nedelcu wrote: > I can’t get auto-completion or jumping to the definition of a function in > Emacs, while working with ClojureScript. Is this a limitation of Emacs’ > Cider plugin? IIUC, completing et al does not work for ClojureScript beca

Re: Require namespace

2014-01-05 Thread Tim Visher
Hi juanghui, If you're working out your stuff, more power to you, but I do want to say that you sound quite far off the beaten path of Clojure usage, so just be aware that you may be accomplishing your goal in a non-standard, hard to support way. :) On Sat, Jan 4, 2014 at 6:12 AM, jianghui wrote

Re: Recommendations for a project with learning-friendly bugs and devs?

2013-12-28 Thread Tim Visher
Leiningen as well. :) On Fri, Dec 27, 2013 at 1:53 PM, Jakub Holy wrote: > Hello, > > I'd like to sharpen my Clojure skill by contributing to an open source > project and getting feedback on my patches from its developers. Can you > recommend a project that would be suitable? Preferably something

Re: Finding available methods or docs for a value type

2013-12-27 Thread Tim Visher
On Fri, Dec 27, 2013 at 6:27 AM, Niels van Klaveren wrote: > Anthony Grimes made a find-fn that finds functions based on input parameters > and output functions. > > So something like (find-fn clojure.core [1 2] {:a 1 :b 2}) would return vals > and (find-fn clojure.core [:a :b] {:a 1 :b 2}) would

Re: Akka-like framework in Clojure ?

2013-12-27 Thread Tim Visher
Hi Eric, On Fri, Dec 27, 2013 at 3:54 AM, Eric Le Goff wrote: > After a long background with imperative languages such as Java, I recently > spent some time learning functionnal programming, starting with Scala. I had > the opporrtunity to build a demo project based on the Akka framework. > > Now

Re: Finding available methods or docs for a value type

2013-12-24 Thread Tim Visher
My searching is failing, but I remember someone publishing a library here that was meant to do exactly that. I can't remember if it was based on arity or on fuzzing or whatever but IRRC it would do the sort of thing you're asking for. Hope someone else can use search better than me or have a bette

Re: library development

2013-12-20 Thread Tim Visher
On Fri, Dec 20, 2013 at 12:16 PM, John Gabriele wrote: > If I can just `lein install` my libs (or other people's libs) and then use > them in all my projects (just like the libs found at clojars), what extra > functionality does lein-localrepo provide beyond that? lein-localrepo provides ways to

Re: library development

2013-12-20 Thread Tim Visher
Maybe using lein checkouts is also something that would interest you? https://github.com/technomancy/leiningen/blob/master/doc/TUTORIAL.md#checkout-dependencies On Fri, Dec 20, 2013 at 9:22 AM, Daniel Higginbotham wrote: > "lein install" actually installs your library ~/.m2/repository in additio

Re: require library from inside the REPL

2013-12-18 Thread Tim Visher
You have a `'` in your ns macro that shouldn't be there. You're ns form should be: ``` (ns theshire.models.element (:require [clojurewerkz.welle.core :as wc] [clojurewerkz.welle.buckets :as wb] [clojurewerkz.welle.kv :as kv] [ring.util.codec :refer [url-encod

Re: Philadelphia SICP Study Group starting Feb 5th

2013-12-17 Thread Tim Visher
Hi Paul, On Tue, Dec 17, 2013 at 9:26 AM, Paul L. Snyder wrote: > On Tue, 17 Dec 2013, Steve Shogren wrote: > >> Quite a few in the Philadelphia area expressed interest in having a study >> group around the excellent book Structure and Interpretation of Computer >> Programs, and so here it is! >>

Re: [ANN] cljs-start 0.0.7 now support source-map

2013-12-17 Thread Tim Visher
On Tue, Dec 17, 2013 at 8:14 AM, Andrew Voron wrote: > Well, Im not sure if I expressed myself correctly when asked for tips about > editor - I thought about how to get Emacs (or may be other editor which > support nrepl workflow) "work" with cljs-start. Now I see that it works good > when I'm tes

Re: [ANN] cljs-start 0.0.7 now support source-map

2013-12-17 Thread Tim Visher
On Tue, Dec 17, 2013 at 8:21 AM, Lee Spector wrote: > On Dec 17, 2013, at 6:01 AM, Cedric Greevey wrote: >> >> Calling emacs "incidental complexity" is like calling the North Pole "a bit >> nippy this time of year". :) > > The thing is, it's actually possible to have the power of emacs without th

Re: [ClojureScript] Re: [ANN] cljs-start 0.0.7 now support source-map

2013-12-17 Thread Tim Visher
On Tue, Dec 17, 2013 at 5:48 AM, Mimmo Cosenza wrote: > May be for newcomers like me it will be good to add some integraional tips > for emacs(others) editors.. > > > I always feel guilty when talking about editors because I use emacs. It > seems that the top clojurists are pushing people to switc

Re: [ClojureScript] Re: AnNN: ClojureScript 0.0-2120

2013-12-16 Thread Tim Visher
On Mon, Dec 16, 2013 at 12:33 PM, Gary Johnson wrote: > Wait a minute... > > > #js data literal support added > > Holy $#%^!!! Where is this documented?! MUST...USE...NOW! https://groups.google.com/d/msg/clojurescript/mUVbtdnAvHA/Voa86mDnNGwJ -- In Christ, Timmy V. http://blog.twonegatives.

Re: Meta-eX: Power to Complect (featuring Rich Hickey)

2013-12-16 Thread Tim Visher
On Mon, Dec 16, 2013 at 6:41 AM, Samuel Aaron wrote: > just a quick promotional email, so I'll keep it brief. > > Meta-eX[1] just pushed a small excerpt from a recent Live Session featuring > the voice of Rich Hickey: > > https://soundcloud.com/meta-ex/power-to-complect > > It's not every day you

Re: IE compatibility of clojurescript, Element undefined problem

2013-12-16 Thread Tim Visher
Hi Xiangtao, If you needed to delete dommy in order to get thing working in IE6, _please_ file a bug report. I like dommy a lot and finding everywhere that it breaks compatibility with older browsers is crucial for its success. On Mon, Dec 16, 2013 at 8:28 AM, Xiangtao Zhou wrote: > hi David, >

Re: [ClojureScript] AnNN: ClojureScript 0.0-2120

2013-12-13 Thread Tim Visher
On Fri, Dec 13, 2013 at 10:15 AM, David Nolen wrote: > ClojureScript, the Clojure compiler that emits JavaScript source code. > > README and source code: https://github.com/clojure/clojurescript > > New release version: 0.0-2120 > > Leiningen dependency information: > > [org.clojure/clojurescr

Re: cider status

2013-12-13 Thread Tim Visher
Hi Phil, On Fri, Dec 13, 2013 at 4:57 AM, Phillip Lord wrote: > Bozhidar Batsov writes: >> On Tuesday, November 19, 2013 4:56:05 PM UTC+2, Phillip Lord wrote: >>> I discovered one of the reasons for my issues with stability yesterday. >>> The version of clojure-test-mode on marmalade still depen

Re: Should I be using deftype, gen-class or defrecord instead of this hack?

2013-12-12 Thread Tim
Thanks for the responses. I took a look at your project and found it to be more useful than any documentation I've seen on deftype, so thanks for linking to it. Tim On Thursday, December 12, 2013 2:20:21 PM UTC-5, James Reeves wrote: > > gen-class is really there just for compati

Re: Should I be using deftype, gen-class or defrecord instead of this hack?

2013-12-12 Thread Tim
ort). > > To me, it doesn't make a huge amount of sense to tie sorting logic onto > the field itself. > > - James > > > On 12 December 2013 13:56, Tim > wrote: > >> Hi James, >> >> I'm not basing logic on types alone. That aside, here'

Re: Should I be using deftype, gen-class or defrecord instead of this hack?

2013-12-12 Thread Tim
sounds like you're basing your logic on data types, rather than the data > itself. > > - James > > > On 12 December 2013 04:26, Tim > wrote: > >> As an experiment, I've written a DSL that generates database queries >> using *effectively* only the data. T

Should I be using deftype, gen-class or defrecord instead of this hack?

2013-12-11 Thread Tim
nded to fulfil all of them them; rather they only fill a specific functionality gap that appears to meet my needs. 2. I realize one wouldn't sort on a UUID, it's just an example to show the functionality. :) Thanks, Tim -- -- You received this message because you are subscribed to th

Re: Spit seems to use incorrect line terminator on Windoze

2013-11-25 Thread Tim Visher
On Mon, Nov 25, 2013 at 6:29 AM, Cedric Greevey wrote: > (println) outputs nothing *but* the host's line terminator. Note that you have not embedded a "\n" character in anything in that example. What does (println "\n") print? -- In Christ, Timmy V. http://blog.twonegatives.com/ http://five.

  1   2   3   4   5   >