Re: Compilable clojure program, but unreadable?

2012-03-12 Thread Meikel Brandmeyer (kotarak)
Hi, so it is not as consistent as it could be. Sincerely Meikel -- 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 you

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

2012-03-12 Thread Andrzej
On Sun, Mar 11, 2012 at 2:56 AM, Softaddicts wrote: > About item 1: > > The first Lisp I used was runing on a DEC-10 with 256k 36 bits words of > physical > memory (magnetic-core memory). > It had a structural editor. We would change nodes, add/remove child nodes, ... Interesting. I thought it w

Re: [ANN] clojure-py 0.1.0 Clojure on Python

2012-03-12 Thread Timothy Baldridge
> > Why wouldn't Python fractions work as ratios? Actually Python fractions would work perfectly. And the decimal class in Python should be included as well. Thanks for pointing these libraries out to me! Timothy -- You received this message because you are subscribed to the Google Groups "Clo

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 about

3d modeling tools

2012-03-12 Thread Lee Spector
I'm starting a new project involving 3d modeling and I'd like info on availability of related clojure tools -- and I'd also like to pitch a related tool-building project for anyone who might be interested in working on such a thing. First, I see from github that penumbra is not under active de

proper clojure hammocks/alternatives

2012-03-12 Thread Gary Trakhman
Seriously considering some kind of apparatus to facilitate hammock-driven-development in the office. Has anyone implemented a hammock in their workspace? How about one of those giant bean bag chairs? Surely there are clojure developers that have done research on this already. Considering: ht

Re: Pretty print defn

2012-03-12 Thread Cedric Greevey
On Thu, Mar 8, 2012 at 1:47 PM, Jeff Weiss wrote: > 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. In theory, not very difficult. Something like (defmacro defn [name & everything-else] `(clojure.core/defn ~

Screencast - Using SLIMV

2012-03-12 Thread Sean Devlin
In the episode I show how to use vim, SLIMV, and Clojure together. https://vimeo.com/38372260 Hope it helps all my fellow vim users :) 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.co

Re: How to escape a space in a keyword?

2012-03-12 Thread Cedric Greevey
On Tue, Mar 6, 2012 at 3:25 PM, Timothy Baldridge wrote: >> "Symbols begin with a non-numeric character and can contain alphanumeric >> characters and *, +, !, -, _, and ? ... Keywords are like symbols ..." > > But this is the documentation for the reader...not necessarily for > symbols/keywords.

Re: [ANN] clojure-py 0.1.0 Clojure on Python

2012-03-12 Thread Daniel Gagnon
> > Actually Python fractions would work perfectly. And the decimal class > in Python should be included as well. > > Thanks for pointing these libraries out to me! > > Timothy > > No problem. I really like how symbiotic with Python you are making this. -- You received this message because you

Re: [ANN] clojure-py 0.1.0 Clojure on Python

2012-03-12 Thread Daniel Gagnon
On Wed, Mar 7, 2012 at 10:42 PM, Timothy Baldridge wrote: > The Clojure-Py team is happy to announce the release of Clojure-Py 0.1.0. > > https://github.com/halgari/clojure-py > > Clojure-Py is an implementation of Clojure running atop the Python VM. > As it currently stands, we have translated ov

Re: Which emacs packages?

2012-03-12 Thread Sergey Didenko
* RainbowDelimiters * desktop-save-mode * ergoemacs-mode (modified) * bm for bookmarks * color-theme with modified color-theme-tomorrow * anything Not a plugin, but I found this setting useful: "(setq recenter-positions '(0.2 0.4 0.6 0.8 bottom top))" -- You received this message because you are

Re: [ANN] clojure-py 0.1.0 Clojure on Python

2012-03-12 Thread Timothy Baldridge
> I'm seeing a RPython test in the examples. Can Clojure-Py emit RPython code > from my Clojure code? If so, that'd be really great we could go Clojure -> > RPython -> C -> Native > > I guess it probably isn't since I imagine that laziness uses generators > which aren't well supported under RPython

Re: How to escape a space in a keyword?

2012-03-12 Thread Armando Blancas
> > If invalid input will not throw an error > immediately, then it DOES need to be documented that invalid input > will result in undefined output. > > ~Justin > Documented by whom? By you and FrankS? Maybe the push back is for lotta suggestin' but little doin'. -- You received this message be

Re: Which emacs packages?

2012-03-12 Thread Scott Jaderholm
- Auto-complete & Ac-slime http://www.youtube.com/watch?v=kH0gOE7rj7g and http://www.youtube.com/watch?v=dio__Qylp-s - yasnippets - clojure-refactoring - align-cljlet http://www.youtube.com/watch?v=m_5Dldykckg - define-function http://www.youtube.com/watch?v=D2s_d9gvNVI Scott On Thu, Mar 8, 2012

Re: Which emacs packages?

2012-03-12 Thread Sean Devlin
vim :-p On Thursday, March 8, 2012 12:10:15 PM UTC-5, AndyK wrote: > > Curious about which emacs packages folks use for increased Clojure > productivity (beyond the obvious, like slime/swank-clojure)... -- You received this message because you are subscribed to the Google Groups "Clojure" group

Re: Which emacs packages?

2012-03-12 Thread Herwig Hochleitner
2012/3/12 Sean Devlin : > vim :-p In case you mean viper-mode, I wouldn't recommend that. It changes all the well structured keybindings to something rather non-sensical :-p -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send

Re: How to escape a space in a keyword?

2012-03-12 Thread Sean Corfield
On Mon, Mar 12, 2012 at 10:39 AM, Armando Blancas wrote: >> If invalid input will not throw an error >> immediately, then it DOES need to be documented that invalid input >> will result in undefined output. >> >> ~Justin > > Documented by whom? By you and FrankS? Maybe the push back is for lotta >

Re: proper clojure hammocks/alternatives

2012-03-12 Thread Bobby Calderwood
http://www.kammok.com/ I haven't tried these myself, but I"ve heard really good things. I was doing some research a while back, and I think if I were to buy, it would be one of these. On Mar 12, 11:09 am, Gary Trakhman wrote: > Seriously considering some kind of apparatus to facilitate > hammoc

Re: proper clojure hammocks/alternatives

2012-03-12 Thread Devin Walters
Not sure if this is up your alley, but: http://www.amazon.com/Guided-Mindfulness-Meditation-Jon-Kabat-Zinn/dp/1591793599 Grab a comfy blanket and lay on the floor, or grab something you think will work for you from here: http://www.huggermugger.com/ Their stuff is good quality, but again, you

Re: Google Summer of Code 2012 - any mentors?

2012-03-12 Thread Devin Walters
I'd also be happy to be a backup mentor. I've been part of the GSoC in the past. I know the official situation is that there is a 1:1 correspondence between mentor and student, but if anyone wants any additional support while mentoring I'd be happy to be a part of that as well. Cheers, '(Dev

Re: Which emacs packages?

2012-03-12 Thread jaime
Is there any materials to introduce how to setup emacs env for a beginner? 在 2012年3月9日星期五UTC+8上午2时06分49秒,Tassilo Horn写道: > > AndyK writes: > > > Curious about which emacs packages folks use for increased Clojure > > productivity (beyond the obvious, like slime/swank-clojure)... > > For any lisp:

Re: proper clojure hammocks/alternatives

2012-03-12 Thread Softaddicts
I do this in a hot tub I just let my mind loose (float around :) while looking at the ceiling. Feels a bit like day dreaming. Of course installing such plumbing in my office near my desk would be a bit akward :) I reserve a 20/30 mns time slot at the end of the day a few times per week. It's a g

Re: proper clojure hammocks/alternatives

2012-03-12 Thread Gary Trakhman
Ah, thanks! I will look into all these things. On Mon, Mar 12, 2012 at 11:34 PM, Softaddicts wrote: > I do this in a hot tub I just let my mind loose (float around :) while > looking at the ceiling. > Feels a bit like day dreaming. > > Of course installing such plumbing in my office near my des

[ANN] jark 0.4.0

2012-03-12 Thread isaac praveen
I am pleased to announce the release of jark v0.4.0. So why another Clojure tool ? Problem Startup time of the JVM is slow and therefore the command-line applications running on it are slow as well. There are tools like Nailgun that partly solve the problem. However, there isn't a tool that is Cl

Re: Which emacs packages?

2012-03-12 Thread Cedric Greevey
On Mon, Mar 12, 2012 at 11:09 PM, jaime wrote: > Is there any materials to introduce how to setup emacs env for a beginner? Yes, this single word: "Don't." :) -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clo

Re: How to escape a space in a keyword?

2012-03-12 Thread Frank Siebenlist
This is my last reply for this thread as the support for "improved" doc strings for symbol and keyword has been kind of underwhelming - which is fine - time to move on. (besides, now I personally know more than enough about the implementation of those functions to use them conformantly ;-) ) >

Re: How to escape a space in a keyword?

2012-03-12 Thread Andy Fingerhut
Thanks. These are now available on clojuredocs.org pages for functions keyword and symbol: http://clojuredocs.org/clojure_core/clojure.core/symbol http://clojuredocs.org/clojure_core/clojure.core/keyword linked to from: http://clojure.org/cheatsheet Andy On Mar 12, 2012, at 10:11 PM, Frank

Re: How to escape a space in a keyword?

2012-03-12 Thread Meikel Brandmeyer (kotarak)
Hi, Am Dienstag, 13. März 2012 07:46:58 UTC+1 schrieb Andy Fingerhut: > > > http://clojuredocs.org/clojure_core/clojure.core/symbol > > And right below is an example of invalid usage. Sincerely Meikel -- You received this message because you are subscribed to the Google Groups "Clojure" group