Re: Clojure interop with Spark

2020-07-09 Thread Jeff Stokes
if I can help if you're interested! -Jeff On Thursday, July 9, 2020 at 2:36:41 PM UTC-7, Tim Clemons wrote: > > 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

Re: mu4e:view show email address after display name in message headers

2018-09-25 Thread Jeff Kowalczyk
Yes, sorry all for the noise. The message was addressed to the wrong list in Google Groups UI due to pilot error. Deleted the original post but it still goes out to mail interface users. Apologies again. Jeff -- You received this message because you are subscribed to the Google Groups

mu4e:view show email address after display name in message headers

2018-09-24 Thread Jeff Kowalczyk
: "John Smith (ACME)", or "Fred Factor (outside)" would be highly convenient. Thanks, Jeff -- 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

Re: [ANN] greenlight 0.1.0 - a integration testing framework

2018-07-02 Thread Jeff Stokes
, tests for a particular service can be ran on each deploy or during local development. Thanks, Jeff On Sunday, July 1, 2018 at 6:25:39 PM UTC-4, Daniel Compton wrote: > > Hi Jeff > > This looks very cool. Can you describe a little bit more about how/where > you would use this

[ANN] greenlight 0.1.0 - a integration testing framework

2018-07-01 Thread Jeff Stokes
ibrary. https://github.com/amperity/greenlight Thanks, Jeff -- 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

[JOB] Dividend Finance | SF Bay Area | onsite

2018-05-09 Thread Jeff Madynski
to the Montgomery BART station. Our stack includes a Clojure web app with Clojurescript (re-frame), Heroku, Postgresql, Github, Box, Docusign, Salesforce, and Heroku. Apply here: https://jobs.lever.co/dividendsolar/ Or email me: jeff.madynski at dividendfinance.com Regards, Jeff -- You received

Re: Why does gen-class executes with *ns* bound to clojure.core?

2017-06-22 Thread Jeff Rabinowitz
bling block altogether. In the meantime, perhaps some clarification of the documentation (either those attached to the Var itself, or on the site, or both) are in order? Thanks, - Jeff On Thursday, June 22, 2017 at 3:47:17 PM UTC-4, Didier wrote: > > I opened a Jira enhancement: https:/

Re: Clojure with Tensorflow, Torch etc (call for participation, brainstorming etc)

2016-10-12 Thread jeff
Hi, We've made cortex public: https://github.com/thinktopic/cortex Fork away, and we hope that this contributes to a growing ML community in Clojure. Thoughts, ideas, feedback are welcome! Cheers, Jeff On Saturday, October 8, 2016 at 6:00:21 PM UTC-6, je...@thinktopic.com

Re: Clojure with Tensorflow, Torch etc (call for participation, brainstorming etc)

2016-10-08 Thread jeff
. Give us a couple days to do some house keeping, and then we'll open source it. -Jeff On Thursday, October 6, 2016 at 8:08:41 PM UTC-6, kovasb wrote: > > On Thu, Oct 6, 2016 at 9:20 PM, Mikera <mike.r.an...@gmail.com > > wrote: > >> Hi Dragan, >> >> We have

Re: definterface odd error

2016-09-25 Thread Jeff Murphy
Thanks for all the help on this! The "..." comment helped me sort it out and I have it working now! On Friday, September 23, 2016 at 4:12:51 PM UTC-4, adrian...@mail.yu.edu wrote: > > Hey Jeff, > > The problem is that the code in that blog post is not amenable to >

definterface odd error

2016-09-23 Thread Jeff Murphy
"main" java.lang.UnsupportedOperationException: nth not supported on this type: Symbol The piece of code (if I paste into REPL) that causes the error is: (definterface INode ... (insert [k v])) If anyone can help me out with a hint/explanation, that would be awesome! th

Re: ANN metrics-clojure 2.6.0 is released

2015-12-01 Thread Jeff Mad
Congratulations, I look forward to using this, upgrading to 3.1 is great and the features on the release notes (really nice to have clear, concise release notes) will make using it much better. On Monday, November 30, 2015 at 10:30:10 AM UTC-8, Michael Klishin wrote: > > metrics-clojure is a

Re: Using cookies with clj-http.client

2015-11-09 Thread Jeff Mad
I don't see any problem with your code. Try to add :debug true to both of those maps and look at the output. Ensure that for both URLs share exact same hostname and protocol http/https. Look at the Set-Cookie header in the POST response and ensure that the path matches the url in the GET.

cider-nrepl not installed (emacs24)

2015-09-19 Thread Jeff Bauer
oes not match cider-nrepl's version (not installed). Things will break! I do not see either a cider-nrepl or nrepl package available on melpa or marmalade. -Jeff -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send ema

Re: cider-nrepl not installed (emacs24)

2015-09-19 Thread Jeff Bauer
no rush to get started on a project yet, I'm just in the process of getting a decent environment set up for learning the language. Thanks for your help. -Jeff On Saturday, September 19, 2015 at 11:56:33 AM UTC-5, Richard Norton wrote: > > I ran into a similar problem. > > Ended

usage of "and"

2015-09-06 Thread Jeff Mad
I am reading Clojure Applied, which I am enjoying. One code snippet is puzzling for me, can someone please explain why the authors used: (and (pos? cnt) instead of just (pos? cnt) ? Or to go further, (pos? (item @inventory)) The best I could think is that there used to be a check for two

Re: Newbie

2015-04-30 Thread Jeff Heon
I quite like these two resources for total beginners. (Starts up assuming you know nothing about Lisp.) aphyr.com/tags/Clojure-from-the-ground-up (Quite humorous) http://www.braveclojure.com/ -- You received this message because you are subscribed to the Google Groups Clojure group. To post to

Re: clojure, not the go to for data science

2015-04-02 Thread Jeff Heon
RStudio is really nice! I'm taking some Coursera classes using R, and RStudio is great. Maybe that's because I'm an IDE kind of guy: using Cursive for Clojure, PyCharm for Python, RStudio for R, etc. On Thursday, April 2, 2015 at 5:54:34 PM UTC-4, Jony Hudson wrote: I think the credit here

Re: Clojure terminology

2014-09-12 Thread Jeff Heon
+1 on this. I was really (pleasantly) surprised by this approach. On Friday, September 12, 2014 4:58:45 AM UTC-4, Niels van Klaveren wrote: http://aphyr.com/posts/301-clojure-from-the-ground-up-welcome. Kyle Kingsbury's Clojure from the ground up has an excellent introduction about symbols,

Re: Determine file of auxiliary test method with clojure.test?

2014-07-10 Thread Jeff Valk
. :-) Cheers, Jeff -- 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 first post. To unsubscribe from this group, send email

Re: Is it the right Clojure group for a newbie

2014-06-20 Thread Jeff Heon
As far as I know, this book is not free to distribute. On Friday, June 6, 2014 9:32:27 AM UTC-4, douglas smith wrote: here is pdf of Little Schemer http://scottn.us/downloads/The_Little_Schemer.pdf On Friday, June 6, 2014 9:17:58 AM UTC-4, douglas smith wrote: Sounds like we are in a

Re: ANN: [R User Conference]

2014-05-29 Thread Jeff Heon
R is quirky, but really nice. Not to hijack too much the group, but if you learn better with interactive introductions, like me, here are two nice interactive introductions to R : https://www.codeschool.com/courses/try-r (Very humorous) https://www.datacamp.com/courses/introduction-to-r (More

Re: Clojure source releases issue for Maven Central

2014-04-21 Thread Jeff Valk
Thanks, Alex. On Monday, April 21, 2014 4:30:09 PM UTC-4, Alex Miller wrote: Seems to have been fixed only for snapshots; reopened. -- 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

Clojure source releases issue for Maven Central

2014-04-17 Thread Jeff Valk
light on this? Cheers, Jeff [1] http://dev.clojure.org/jira/browse/CLJ-1161 [2] https://oss.sonatype.org/index.html#view-repositories;orgclojure-1239~browsestorage~/org/clojure/clojure/1.6.0/clojure-1.6.0-sources.jar [3] https://oss.sonatype.org/index.html#view-repositories;releases

every? expected behavior

2014-04-08 Thread Jeff Mad
? and it made sense to me why this happens given that every? is recursive and the termination condition is when coll runs out of items to process. Would it make more sense to define every? with a loop, or is the caller expected to know better than to call it with nil? Thanks, --jeff (defn

Re: every? expected behavior

2014-04-08 Thread Jeff Mad
. On Tuesday, 8 April 2014 07:08:56 UTC+1, Jeff Mad wrote: Hi, I am new to Clojure, so please forgive me if this does not make sense. I was surprised to find out in the REPL that every? returns true if you pass in an empty or nil collection. user= (every? #(= 77 %) nil) true user= (every

Re: om: state management considerations

2014-03-27 Thread Jeff Rose
is typing, or the highlighted? bool for some mouse-over logic, that kind of thing. Also, component local state is always up to date, whereas the global state is updated in a more stepwise fashion with each call of the render loop. -Jeff On Thursday, March 27, 2014 4:20:41 PM UTC+8, rlewczuk wrote

Re: [ANN] Gorilla REPL initial release (0.1.2)

2014-02-19 Thread Jeff Rose
that only saved the code and the markdown in clean comments, without all the cruft. Very cool, and I look forward to experimenting and helping out. Thanks! -Jeff On Thursday, February 20, 2014 5:23:02 AM UTC+8, Jony Hudson wrote: Hi All, I'm pleased to announce the first release

Re: Sorting Nested Vectors and filter out some

2014-01-05 Thread Jeff Angle
Hi Cedric, Thanksvery insightful! On Sunday, January 5, 2014 1:30:07 AM UTC+3, Cedric Greevey wrote: You might wish to consider a different data structure. For example, the inner objects might be better off as maps with named keys, so your lookup keys would be things like :amount rather

Re: Sorting Nested Vectors and filter out some

2014-01-04 Thread Jeff Angle
://gist.github.com/johnwalker/8243534 On Friday, January 3, 2014 12:37:07 PM UTC-5, Jeff Angle wrote: Hi guys! this has made me pull quite a load of hair new to clojure.. have a nested vector say [[salt 0 0 %deviation 00] [sugar 5 10 %deviation 5$10] [milk 1 2 %deviation 12 ] [bread

Sorting Nested Vectors and filter out some

2014-01-03 Thread Jeff Angle
Hi guys! this has made me pull quite a load of hair new to clojure.. have a nested vector say [[salt 0 0 %deviation 00] [sugar 5 10 %deviation 5$10] [milk 1 2 %deviation 12 ] [bread] ...] where % deviation is the actual figure of evaluting the deviation between e.g 5 and 10 for sugar,

Re: Is Clojure right for me?

2013-12-27 Thread Jeff Heon
Given your goals of evaluating the language quickly, not having a lot of free time to devote to it, and having to get productive fast in a web environment, I think a better avenue to explore would be Groovyhttp://groovy.codehaus.org/alongside Spring

Re: Is Clojure right for me?

2013-12-26 Thread Jeff Heon
On Thursday, December 26, 2013 11:32:51 AM UTC-5, Massimiliano Tomassoli wrote: Thank you, Malcolm. I'm completely new to LISP and its dialects and I'm a little bit worried about the absence of support for OOP in Clojure. How do you decompose large systems in Clojure? This presentation

Re: [Job spam] Write Clojure in your pajamas, for decent money in a pleasant company, remote pairing all the time

2013-11-20 Thread Jeff Heon
On Tuesday, November 19, 2013 7:44:33 PM UTC-5, Alexey Verkhovsky wrote: Back to the original subject of the thread, it looks like either there is more Clojure work than people with platform expertise, or Clojure is a mostly South American phenomenon. One way or the other, South America is

Re: [ANN] Yesql 0.2.1 - Clojure SQL queries rethought.

2013-11-11 Thread Jeff Heon
In Java land at work,We use Spring jdbc templates and we inject the SQL queries in a map from a single .xml or property file. Queries are accessed from the map with key names like selectAddressesForClient. Perhaps a similar query lookup scheme could optionally be used with Yesql. -- -- You

Re: Clojure - Where to start?

2013-10-11 Thread Jeff Heon
I think it was this post I had seen, from the code design in Clojure thread: https://groups.google.com/d/msg/clojure/-oJmddtX4Fg/4Ub8JSiWr1IJ Paul deGrandis 10/18/12 Brian, Those are two excellent books. If you are looking at more general project organization and approaches, I'd suggest: -

Re: Clojure - Where to start?

2013-10-10 Thread Jeff Heon
I remember reading a post with a list of open source projects with excellent clojure code. Unfortunately, I can't find it anymore, but I remember Ring was on the list. -- -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send

Re: [ANN] Cognitect

2013-09-16 Thread Jeff Heon
Fantastic news. Congrats to all involved! -- -- 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 first post. To

Re: [ANN] Nightcode, an IDE for Clojure and Java

2013-08-02 Thread Jeff Heon
That's really cool. Thank you for doing this! I really like the import feature, coloring and keyboard friendlyness. If I can suggest the one feature that I couldn't bear to use an IDE without: Strict Structural Editing Mode

core.async: How to signal worker completion

2013-07-26 Thread Jeff Sigmon
I would like to signal after a channel is drained AND subsequently processed by workers inside go blocks. My understanding is that I could return a channel in my worker function and then close the channel when all of the workers have finished to signal completion. Since the channel can only be

Re: is intellij idea a good ide for clojure development?

2013-07-25 Thread Jeff Heon
it happens all the time. In a sense, it's not weirder than making free software for proprietary operating systems 8) On Thursday, July 25, 2013 11:15:15 PM UTC-4, Cedric Greevey wrote: Someone makes free software plugins for nonfree software?! -- -- You received this message because you

Re: Clojure: Elegance vs. Performance?

2013-07-09 Thread Jeff Heon
Maybe the Shen programming language could be of interest to you. http://shenlanguage.org/ It's a portable functional typed dialect of Lisp. Looks quite elegant to me, and it targets Clojure, amongst other languages. -- -- You received this message because you are subscribed to the Google

Re: A blocking lazy sequence populated by multiple worker threads

2013-06-12 Thread Jeff Palmucci
If you are looking for a more idiomatic solution, https://github.com/jpalmucci/clj-yield wraps a lazy sequence around a blocking queue. On May 30, 2013, at 11:58 AM, Artem Boytsov aboyt...@gmail.com wrote: Hello, Colin, I suspected I should turn to existing Java concurrency constructs.

Re: iOS and Windows RT support?

2013-01-28 Thread Jeff Heon
Not Clojure, but you can use Nu, a Lisp-like language, to write iPhone applications. http://programming.nu/about https://groups.google.com/d/topic/programming-nu/vboT7iW2ko8/discussion On Tuesday, January 22, 2013 12:55:29 PM UTC-5, MC Andre wrote: What's the state of iOS and Windows RT

Job Opportunity - Clojure coder + QA experience

2013-01-28 Thread Jeff Weiss
There is an opening in my QA department at Red Hat. Note, the posting below is a somewhat generic and does not mention Clojure, but I can tell you that Clojure is already being used extensively by our group, and that you would be using it regularly.

Montreal Clojure user group

2013-01-10 Thread Jeff Heon
For newcomers who might not know, there is a Clojure user group in Montreal and our next meeting is Tuesday January 15th. Details here: http://groups.google.com/group/montreal-clojure-user-group -- You received this message because you are subscribed to the Google Groups Clojure group. To post

Re: Clojure 1.5.0 RC 1

2012-12-23 Thread Jeff Dik
. This is also working for me with clojure 1.5.0-RC1: https://clojars.org/org.clojars.chouser/lein-swank Jeff -- 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

Re: Clojure 1.5.0 RC 1

2012-12-23 Thread Jeff Dik
On Sun, Dec 23, 2012 at 10:21 PM, Toby Crawley t...@tcrawley.org wrote: Jeff Dik writes: This is also working for me with clojure 1.5.0-RC1: https://clojars.org/org.clojars.chouser/lein-swank The change to lein-swank to load the proper swank-clojure is already on master[1] - is chouser's

Re: Who's using Clojure?

2012-12-14 Thread Jeff Heon
I'm asked to log in now to access this page. On Thursday, April 28, 2011 11:03:53 PM UTC-4, Christopher Redinger wrote: We've got a good start to the list going http://dev.clojure.org/display/community/Clojure+Success+Stories Any more we should get listed? -- You received this message

Re: [ANN] Clojars Releases repository

2012-11-19 Thread Jeff Heon
As a starting point, the gpg website features native installers for both Windows and Mac OS. http://www.gnupg.org -- 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

Re: Cdr car

2012-10-17 Thread Jeff Heon
If I may suggest the following presentation: http://blip.tv/clojure/clojure-for-lisp-programmers-part-1-1319721 http://blip.tv/clojure/clojure-for-lisp-programmers-part-2-1319826 There used to a transcript available on the newsgroup until Google decided to remove all files from newsgroup 8) On

Re: real-world usage of reducers?

2012-08-21 Thread Jeff Heon
On Tuesday, August 21, 2012 10:49:45 PM UTC-4, Jim foo.bar wrote: If you say that running with reducers cuts runtime to 1/4 the original, I'll believe you...However, even though our code is very similar, I Maybe you two have a different number of cores? One test might be for you to test

assoc! order problem

2012-08-04 Thread Jeff Heon
You are using the map literal, which corresponds to the hash map. Use this if you want a sorted map: http://clojure.github.com/clojure/clojure.core-api.html#clojure.core/sorted-map -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this

Re: [ANN] geva-clj 1.2 - Grammatical evolution in clojure

2012-07-26 Thread Jeff Rose
function to geva-run? That way we could create a new generation, generate mp3's based on their output, let people score them, and once all scored request the next generation. Now I need to think about how to define synthesis grammars... -Jeff On Wednesday, July 25, 2012 11:33:34 PM UTC+1, cameron

A clojure encounter

2012-07-20 Thread Jeff Rose
Yesterday I was sitting on the tube in London, going home from work. A guy sat down next to me and started reading Clojure in Action. It was a good night. -Jeff -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email

community interest in machine learning (?)

2012-07-16 Thread Jeff Heon
I could not comment on the community as a whole, but certainly a part of it has interest in it. Here is a presentation about using ML in Clojure for genome research: Hacking the Human Genome Using Clojure and Similarity Search http://bit.ly/yKFnPA Also, an interview with the speaker:

Printing non-serializable data that can be read back in

2012-06-28 Thread Jeff Weiss
that return infinite seq's). Or should I approach it from the other direction, and modify the reader to accept this input somehow? And I suppose on another level I should ask, why isn't a readable placeholder the default behavior? Any suggestions appreciated, Jeff -- You received this message

Re: reloading protocols causes problems

2012-06-21 Thread Jeff Rose
approximating the functionality of the SuperCollider synthesis engine we currently use. That said, our instruments are just functions, so it might be feasible to use a lot of the music making capabilities of Overtone on top of a fresh synthesis layer done using WebAudio... Someday maybe. -Jeff

Re: reloading protocols causes problems

2012-06-21 Thread Jeff Rose
necessary. I don't know how this machinery works currently so this could be a naive or incorrect way of thinking about it, but if possible it would really improve protocols for use in dynamic development. -Jeff On Tuesday, June 19, 2012 3:49:13 PM UTC+1, Phil Hagelberg wrote: Protocols necessarily

reloading protocols causes problems

2012-06-19 Thread Jeff Rose
to handle the issue? Thanks, Jeff -- 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 first post. To unsubscribe from

How to do aynchrounous producer/consumer

2012-06-17 Thread Jeff Rose
-- 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 first post. To unsubscribe from this group, send email to

How to do aynchrounous producer/consumer

2012-06-17 Thread Jeff Rose
Java has queues that will do just what you want, as well as thread pools to process the jobs. It's reasonable and idiomatic to use this stuff from Clojure. http://docs.oracle.com/javase/1.5.0/docs/api/java/util/concurrent/ConcurrentLinkedQueue.html -Jeff -- You received this message

Re: Clojure Namespace Browser (clj-ns-browser 1.0.0)

2012-04-06 Thread Jeff Rose
Cool, this will be helpful when exploring a new library. It would be nice if the namespace column could optionally use a tree though, rather than expanding everything to a single list. Thanks, Jeff On Apr 5, 6:56 am, Frank Siebenlist frank.siebenl...@gmail.com wrote: I still remember the first

Re: (constantly)

2012-04-02 Thread Jeff Weiss
I wish there was a built-in for this as well. I don't know that (constantly) is a good name for it though. I couldn't think of a good name, apparently a null function means the same as identity function so that doesn't work. On Monday, April 2, 2012 2:39:31 PM UTC-4, Jay Fields wrote: I

Re: Source code as metadata

2012-03-31 Thread Jeff Weiss
that. If you're using serializable.fn from a maven repo, it is out of date, AFAICT. -jeff On Friday, March 30, 2012 3:07:53 PM UTC-4, Phil Hagelberg wrote: Nathan Matthews nathan.r.matth...@gmail.com writes: I wanted to serialise functions and send them over the network. The problem with serializable-fn

Re: 3d modeling tools

2012-03-19 Thread Jeff Rose
If you are going to use processing from Clojure, you'll want to checkout Quil: https://github.com/quil/quil It's a more Clojure friendly take on processing sketches, and it's a lot less painful to get up and running. -Jeff On Mar 19, 4:15 pm, Lee Spector lspec...@hampshire.edu wrote: On Mar

Re: clojure.io

2012-03-12 Thread Jeff Heon
Whats more, the VM I/O abstraction is already hiding details of its underlying platforms. Having another I/O abstraction across multiple VMs sounds like the Fantom Programming Language approach which pushes a unique API across different VM implementations. AFAIK the Clojure approach is more

Re: Pretty print defn

2012-03-08 Thread Jeff Weiss
)) A serializable.fn/defn would be really nice to have, I am not sure how difficult it would be to write, without having tried it. -jeff On Friday, March 2, 2012 10:19:56 PM UTC-5, Phil Hagelberg wrote: Mark Rathwell mark.rathw...@gmail.com writes: (clojure.repl/source-fn 'qw) will give you the source. You

Re: Can Clojure be as readable as Python or Ruby ?

2012-03-07 Thread Jeff Heon
I think readable is in the eye of the beholder. I've only moderate experience with Clojure, but the following example from Open Dylan made me realize I really do prefer a concise representation over what is considered easier to read.

Re: Bret Victor's live editable game in ClojureScript

2012-03-01 Thread Jeff Heon
On Feb 28, 11:13 am, Bost rostislav.svob...@gmail.com wrote: Great work Chris but I think you missed exactly the most important point of Victor's talk. It's about being modeless! Indeed, Chris work is pretty slick. Although I would say the most important point of the talk is that you can, if

Re: Clojure for Cocoa

2012-01-23 Thread Jeff Heon
I know it's not a Clojure variant, but you might be interested in Nu, an object-oriented Lisp I read about on Disclojure which targets Objective-C. http://programming.nu/index -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send

Re: How to loop over several sequences in parallel for side-effects?

2012-01-23 Thread Jeff Palmucci
Shameless plug: If you want to do this type of iteration efficiently, try my library at https://github.com/jpalmucci/clj-iterate user (iter {for x in '(1 2 3)} {for y in '(a b c)} (println x y)) 1 a 2 b 3 c nil user Expands into a fast loop/recur form. No intermediate data

Re: clojure clr files ?????

2012-01-14 Thread Jeff Dik
to type Clojure.Main.exe instead of the full path to Clojure.Main.exe. Hope this helps, Jeff - Original Message - From: Jeff Dik s45...@gmail.com To: clojure@googlegroups.com Sent: Friday, January 13, 2012 2:43 PM Subject: Re: clojure clr files ? On Fri, Jan 13, 2012 at 2:21 PM

Re: clojure clr files ?????

2012-01-13 Thread Jeff Dik
On Fri, Jan 13, 2012 at 2:21 PM, jayvandal s...@ida.net wrote: I have installed clr in a folder called clr and have net installed. I can click on main exe and get the clr to give me a repl . When I get ready to create the ui. file in the example where am  i storing files In leiningen i create

Re: question from wikibooks page on macros?

2012-01-06 Thread Jeff Heon
You are right. Keep reading a bit and it says But as we defined pointless above, it is just a regular function, not a macro. And you can verify the pointless macro using macro-expand as shown later.(macroexpand '(pointless (+ 3 5)))=  (+ 3 5) On Jan 6, 11:12 am, Andrew ache...@gmail.com wrote:

Re: Distributed transactions

2011-12-31 Thread Jeff Heon
Immutant is going to have distributed (XA) transactions. The're furiously working on it 8) http://immutant.org/ On Dec 31, 11:26 am, Michael Jaaka michael.ja...@googlemail.com wrote: Is there any attempt to make distributed transactions? The usage scenario is the same like in JEE apps. I

ClojureScript deftype and extend-type differ

2011-11-20 Thread Jeff Valk
Hello all, I ran into an extend-type issue with the ClojureScript compiler output. If there's a better place to report such things, please point me there. If I define a protocol method with multiple arities, implementing it using deftype works as expected, however extend-type does not. The

Re: ClojureScript deftype and extend-type differ

2011-11-20 Thread Jeff Valk
Issue opened: http://dev.clojure.org/jira/browse/CLJS-104. Cheers, Jeff -- 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

Re: ClojureScript deftype and extend-type differ

2011-11-20 Thread Jeff Valk
)) This seems a bit odd to me. Though for the record, both the clojure and clojurescript compilers behave the same, so there's no bug. I'll make a note on the JIRA ticket. Cheers, Jeff -- You received this message because you are subscribed to the Google Groups Clojure group. To post

Re: Probabilistic programming in clojure

2011-11-19 Thread Jeff Rose
train them based on a database of existing progressions? -Jeff On Nov 18, 12:57 am, Nils Bertschinger nils.bertschin...@googlemail.com wrote: Hi everyone, inspired by the bher compiler for the probabilistic scheme dialect MIT Church, I have implemented a version of the probability monad which

Re: Homoiconicity in clojure (macro power)

2011-11-02 Thread Jeff Heon
This is the explanation that really made it click for me: The nature of Lisp http://www.defmacro.org/ramblings/lisp.html -- 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

Re: How to convert general recursion to loop .. recur syntax

2011-09-14 Thread Jeff Palmucci
In general, you can't convert recursion into loops. Recursion has stack frames, loops don't. I can't really tell what you are trying to do here because your example just walks the interior nodes of the expression tree, doing nothing. Can you clarify with a more complete example? -- You received

Re: new Getting Started page

2011-09-02 Thread Jeff Heon
I like the new page, and I do think Clooj is filling a much needed (or at least much wanted) space for beginners to both Clojure and Java, especially for those who have been accustomed to the practical IDLE while learning Python. I'm reasonably experienced in both Java Clojure, and I use the

Re: Stanford AI Class

2011-08-16 Thread Jeff Heon
They will also be available to be taken as an online class with grading as the AI introduction class. Links are on the main introduction to AI page - http://www.ai-class.com/ : http://www.db-class.com/ http://www.ml-class.com/ See also Stanford Engineering Everywhere where past lectures and

Re: Stanford AI Class

2011-08-14 Thread Jeff Heon
I think we all agree that Lisp would be ideal for AI, given a medium or long-term exposure, but for an introductory class to varied branches of AI, we could do worse than Python, an easy to read language with various numerical and AI libraries (PyEvolve, for example.

Re: timed termination of iterative algorithm

2011-07-31 Thread Jeff Palmucci
http://github.com/jpalmucci/clj-return-from On Jul 31, 12:41 pm, Sunil S Nandihalli sunil.nandiha...@gmail.com wrote: Hi Ken,  thank you for your response. Do you think you can give me a quick example of how to extend an Exception to be able to extract the value from the exception when it is

Re: ClojureScript Presentation - video

2011-07-30 Thread Jeff Heon
I've subscribe to the Blip.tv itunes feed and it makes it really easy to download the blip.tv videos in iTunes and transfer them to iPod/ iPad. You can search for Clojure on the iTunes store Podcasts section and subscribe. Or you can go in iTunes Advances Menu / Subscribe to Podcast and use this

Re: protocols and records -- use when?

2011-07-29 Thread Jeff Heon
Thanks for the clarification. I see I was mixing up various concepts in my head. On Jul 29, 8:19 am, Alex Osborne a...@meshy.org wrote: Clojure has some of those features, but it is sufficiently different from the traditional model that I would consider not particularly OO a valid, if not

Re: Good book on migrating from (Java) OO to FP

2011-07-29 Thread Jeff Heon
In the vein of FP for Java programmers, these two libraries might be of interest. Sequence-like operations on collection using annotations. Nice and small. http://jedi.codehaus.org/ More advanced and Scalaish. Benefits from a bigger community. http://functionaljava.org/ -- You received this

Online videos of Montreal Clojure User Group presentations

2011-07-29 Thread Jeff Heon
Some presentations of the Montreal Clojure User Group are now online. http://vimeo.com/groups/bonjure/videos -- 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

Re: protocols and records -- use when?

2011-07-28 Thread Jeff Heon
I'm puzzled when we say that Clojure is not particularly OO, but using protocols and datatypes feel OO to me, except that the namespace of the protocol method implementations is decoupled from the namespace of the type. Perhaps my definition of OO is too loose and I should think of protocols as

Re: dynamically generated let bindings

2011-07-28 Thread Jeff Rose
(+ size 10)) #user$eval675$fn__676 user$eval675$fn__676@11b4c2 user= (*1 1 2 3 4) 14 ~Jeff On Jul 28, 6:48 pm, Sam Aaron samaa...@gmail.com wrote: Hi there, I'm trying to create a fn which does the following: * returns a fn which takes an arbitrary number of args * calls a helper fn, passing

Re: The Last Programming Language

2011-07-21 Thread Jeff Dik
. (I probably have the details wrong). Perhaps the last 6 or 7 paragraphs to http://smuglispweeny.blogspot.com/2008/02/ooh-ooh-my-turn-why-lisp.html? Jeff OCaml came from ML but the ideas came before either one. Lisp supported functional programming long before either language. I believe

Re: Clojure Books

2011-07-19 Thread Jeff Heon
There is also this nice online introduction for absolute beginners to Clojure and Lisp: Guide to Programming in Clojure for Beginners http://blackstag.com/blog.posting?id=5 -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send

Re: Integrating Clojure-CLR w/ VS

2011-07-02 Thread Jeff Sigmon
\1.1.0\Runtimes\1.2.0 Jeff -- 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 first post. To unsubscribe from

Re: Radically simplified Emacs and SLIME setup

2011-06-17 Thread Jeff Dik
Phil, This works for me! Thanks! Jeff On Sun, Jun 12, 2011 at 7:51 PM, Phil Hagelberg p...@hagelb.org wrote: On Jun 12, 10:58 am, Mark Engelberg mark.engelb...@gmail.com wrote: I take that back (I had edited the wrong file, which wasn't the one my emacs was using). I get the error

Re: Radically simplified Emacs and SLIME setup

2011-06-17 Thread Jeff Dik
Mark, I got this same error when I copied and pasted the clojure-jack-in function from gmail. I had to remove newlines from (search-backward slime-load-hook) and (slime-connect localhost clojure-swank-port) Hope that helps, Jeff On Sun, Jun 12, 2011 at 8:50 PM, Mark Engelberg mark.engelb

Filter map collection by list of keys

2011-06-12 Thread Jeff Sigmon
Given the following collection as input (def input ({:a a, :b b} {:b b, :c c} {:d d, :e e})) I want to be able to return a subset of the contained maps for each map that contains at least one key from a list of provided keys. for example: (filter-keys input [:a :b]) ;; out - ({:a a, :b b} {:b

Re: Filter map collection by list of keys

2011-06-12 Thread Jeff Sigmon
Wonderful! Pretty cool how the map itself is the predicate to the some function. Thanks Sean! -- 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

Re: Radically simplified Emacs and SLIME setup

2011-06-09 Thread Jeff Dik
-in-string / (expand-file-name clojure-root) t) and that resolved the cannot find the path specified error for me. Many thanks to Phil all for their work on this! Hope that helps, Jeff Thanks, Mark On Mon, May 30, 2011 at 3:10 PM, Mark Engelberg mark.engelb...@gmail.com wrote

  1   2   3   4   >