Re: [ANN] clojurework.com

2016-02-26 Thread Sergey Didenko
Thanks, Search input is a bit misalighned in Safari, iOS 9.2.1 (iPod 5gen) but still functional. On Sat, Feb 27, 2016 at 5:10 AM, Timothy Washington wrote: > +1. This looks great. > > > Tim > > > On Thu, Feb 25, 2016 at 9:47 AM, Daniel Higginbotham < > nonrecurs...@gmail.com> wrote: > >> Hi eve

Re: [ANN] clojurework.com

2016-02-26 Thread Timothy Washington
+1. This looks great. Tim On Thu, Feb 25, 2016 at 9:47 AM, Daniel Higginbotham wrote: > Hi everyone, > > I've released http://clojurework.com/ in beta :) My goal for the site is > to build a quality community resource for those looking to write Clojure > for Real Projects, whether paid or ope

Is there a clojure equivalent of ghc-mod? If not, what are the challenges?

2016-02-26 Thread Sam DeSota
I'm getting to know Clojure and lisps in general and am having a great time. I've worked with Haskell before, and using ghc-mod with various tools was massively useful. Is there a similar tool for Clojure, and what are the challenges if not? -- You received this message because you are subscr

Re: [ANN] As I was missing this kind of library in clojure I created relational_mapper for dealing with querying relational databases

2016-02-26 Thread Krzysiek Herod
Oh, that was only a typo in the documentation and in the post. I changed the README.md, and as there were some other minor changes, I released version 0.2.0. Thanks James for letting me know :-) On Saturday, February 27, 2016 at 1:34:19 AM UTC+8, James Reeves wrote: > > Why "find_all" instead

Re: Clojure as first language

2016-02-26 Thread Steve Miner
> On Feb 26, 2016, at 9:53 AM, Lee Spector wrote: > > But sometimes it does matter, e.g. (str '(1 2 3 4 5 6 7 8 9 10)) => "(1 2 3 4 > 5 6 7 8 9 10)", whereas (str (map inc (range 10))) => > "clojure.lang.LazySeq@c5d38b66" There’s a bit of subtlety around `str` vs. `pr-str`. In many case, pr-

Re: [ANN] As I was missing this kind of library in clojure I created relational_mapper for dealing with querying relational databases

2016-02-26 Thread James Reeves
Why "find_all" instead of "find-all"? - James On 26 February 2016 at 06:51, Krzysiek Herod wrote: > I created Relational Mapper, for situations where there is a relational > database with certain amount of relations between tables and it's just not > cool to fetch data from each table separatel

Re: Clojure as first language

2016-02-26 Thread Lee Spector
Gary: I'm not sure that's actually what I meant, although I'm not 100% sure what you mean so I'm not sure :-). FWIW I *do* always want to introduce "code is data" to my beginners, albeit with eval, not macros, and I'm generally not on board with the whole concept of restricted teaching languages

Re: Casting bug in clojure

2016-02-26 Thread Petr Yanovich
Oh! It was added with an edit which I haven't seen :) Thank you пятница, 26 февраля 2016 г., 17:07:30 UTC+3 пользователь Alex Miller написал: > > That PR links to a stackoverflow which points to > http://dev.clojure.org/jira/browse/CLJ-445, so yes? > > On Friday, February 26, 2016 at 7:28:44 AM

Re: Casting bug in clojure

2016-02-26 Thread Alex Miller
That PR links to a stackoverflow which points to http://dev.clojure.org/jira/browse/CLJ-445, so yes? On Friday, February 26, 2016 at 7:28:44 AM UTC-6, Petr Yanovich wrote: > > Hi, there is a minor bug described here > > https://github.com/clojure/clojure/pull/59 >

Re: Clojure as first language

2016-02-26 Thread Val Waeselynck
https://github.com/ClojureBridge/curriculum/blob/gh-pages/TEACHING.md On Friday, 26 February 2016 10:28:41 UTC+1, Terje Dahl wrote: > > Val. > > You (and others) mention Clojure Bridge. > I am familiar with the concept. > But do you know where I might find one or more compendiums or course > curr

Casting bug in clojure

2016-02-26 Thread Petr Yanovich
Hi, there is a minor bug described here https://github.com/clojure/clojure/pull/59 Is it a known bug? -- You received this message because you are subscrib

Re: Clojure as first language

2016-02-26 Thread Vardhan
On Fri, Feb 26, 2016 at 1:58 AM, blake watson wrote: > Clojure, in particular, has a weakness in its multi-page stack dumps, and export JVM_OPTS="-XX:MaxJavaStackTraceDepth=1" -Vardhan -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this

Re: Clojure as first language

2016-02-26 Thread Gary Verhaegen
On Friday, 26 February 2016, Terje Dahl wrote: > Lee. > > About the confusion with parens - do you mean that an output-ed list/seq > looks exactly like a callable s-expression? > Please elaborate. > > Terje > Yes. If you print the list (1 2 3) it prints as a callable form, and then you have to g

Re: Clojure as first language

2016-02-26 Thread Terje Dahl
Lee. About the confusion with parens - do you mean that an output-ed list/seq looks exactly like a callable s-expression? Please elaborate. Terje On Sunday, February 21, 2016 at 5:23:42 PM UTC+1, Lee wrote: > > > One little feature of the core language itself that I find to be difficult > for

Re: Clojure as first language

2016-02-26 Thread Terje Dahl
Val. You (and others) mention Clojure Bridge. I am familiar with the concept. But do you know where I might find one or more compendiums or course curriculums used as part of Clojure Bridge? Terje On Sunday, February 21, 2016 at 12:45:52 PM UTC+1, Val Waeselynck wrote: > And of course, let'

Re: Clojure as first language

2016-02-26 Thread Terje Dahl
Elango. The turtle graphics concept is often used as a basic teaching tool. Logo, Scratch, etc. It seems easy to understand for children, and is a good way to get started. I have some additional questions to that, though: How long before children get tired (bored) with the concept? How would o

Re: Clojure as first language

2016-02-26 Thread Terje Dahl
Michael. I what ways do the teaching languages in Racket differ from Clojure? What would *you* "hide" or change in Clojure to make a more suitable teaching language? Based on the Racket languages... Based on your experiences and/or opinions... Terje On Monday, February 22, 2016 at 8:55:13 AM

Re: Clojure as first language

2016-02-26 Thread Terje Dahl
Blake. Would you elaborate on this last comment about Smalltalk? What did you do? What was the outcome relative to expectations? What were some good and bad aspects of Smalltalk? And how might this compare to Clojure? Any links/references? Terje On Thursday, February 25, 2016 at 9:29:10 PM UTC+