Getting Started

2016-02-06 Thread Abhishek Kumar
Hello I am Abhishek ,computer science student from India,I've previous open source experience in Haskell and Scala.I want to work with clojure during GSoC 2016.Please help me with some prospective projects,I found closurescript very interesting are there some features to work upon in closuresc

Re: core.matrix and incanter [WAS: Re: [ldnclj] Re: Suggestions for open source contributions?]

2016-02-06 Thread Mikera
Yes, I think so. Though they should be the "raw" functionality only e.g. I know some of the Incanter code adds quite a bit of syntactic sugar which is absolutely fine but I don't think belongs in core.matrix itself. Hence a lot of the Incanter code should ideally have the strategy "handle s

Re: Common runtime errors in clojure

2016-02-06 Thread Andy Fingerhut
I don't know if it works well with Clojure 1.8 or not, but dynalint is intended to give clearer error messages for some things like this, at the cost of some performance. https://github.com/frenchy64/dynalint I am not sure how beginner-friendly the install instructions are, but you can try th

[ANN] clj-refactor.el and refactor-nrepl 2.0.0 is released

2016-02-06 Thread woz
The stable release for clj-refactor.el is out together with its nrepl middleware backend refactor-nrepl. clj-refactor.el is an Emacs package for clojure and clojure script refactorings while refactor-nrepl is an editor agnostic nrepl middleware backend supporting refactoring features in your edito

Limit print depth and level while still allowing form to be parseable as EDN

2016-02-06 Thread Jason Gilman
When *print-length* and *print-level* are set the forms printed are not always parseable as EDN. See this example: (require 'clojure.edn) (clojure.edn/read-string (pr-str {:a 1 :b 2 :c 3 :d 4})) => RuntimeException Map literal must contain an even number of forms This occurs because the value

Re: Common runtime errors in clojure

2016-02-06 Thread kovas boguta
Compiling a list of these common errors is a great idea (particularly if then turned into some kind of How-To guide for interpreting errors) I think anyone who learns Clojure learns to subconsciously internalize these errors and what they mean. However, for somewhat just starting out this is prett

Common runtime errors in clojure

2016-02-06 Thread Paulo César Cuneo
Hi group, I was googling for enumeration of commons runtime errors in clojure, but i couldnt find anything much. Stuart Sierra has a couple of blog post on do/donts in clojure, but is not an exhaustive listing. I understand that using interop will inherit most of the runtime errors you

boot-gae (Google App Engine)

2016-02-06 Thread Gregg Reynolds
For some reason I've decided to convert the gradle app engine plugin to boot-clj. Maybe I haven't suffered enough. Or maybe it's a Gradle/Groovy PTSD symptom. In any case, I'm new to boot so I could use some guidance. First questio

[ANN] clasew 0.3.2 - Clojure Applescript Execution Wrapper

2016-02-06 Thread Frank Castellucci
https://github.com/FrankC01/clasew *clasew *- Clojure AppleScriptEngine Wrapper *Intent* - clasew provides an idiomatic Clojure wrapper for Java ScriptManager: specifically apple.AppleScriptManager, as well as providing scriptable applications HOF DSLs. Realizing that the audience for such