And there's also a lot less syntax to learn.
On Sun, May 5, 2013 at 3:07 PM, Moritz Ulrich wrote:
> It's also nice for printing on paper. Ink is expensive.
>
> On Sun, May 5, 2013 at 6:49 PM, Michał Marczyk
> wrote:
>> On 5 May 2013 15:19, Simone Mosciatti wrote:
>>> It is probably me being st
It's also nice for printing on paper. Ink is expensive.
On Sun, May 5, 2013 at 6:49 PM, Michał Marczyk wrote:
> On 5 May 2013 15:19, Simone Mosciatti wrote:
>> It is probably me being stupid, but WHY ?
>
> Much easier to maintain your code when you can touch it without
> risking it soiling your
On 5 May 2013 15:19, Simone Mosciatti wrote:
> It is probably me being stupid, but WHY ?
Much easier to maintain your code when you can touch it without
risking it soiling your hands with all the black lettering.
>
>
> On Sunday, May 5, 2013 8:11:05 AM UTC+2, David Lowe wrote:
>>
>> It's much,
It is probably me being stupid, but WHY ?
On Sunday, May 5, 2013 8:11:05 AM UTC+2, David Lowe wrote:
>
> It's much, much simpler than any compiler! It just translates arbitrary
> clojure code to and from all-whitespace strings :)
>
> Thanks,
> David
>
>
> On Sat, May 4, 2013 at 11:26 AM, Gary Ver
It's much, much simpler than any compiler! It just translates arbitrary
clojure code to and from all-whitespace strings :)
Thanks,
David
On Sat, May 4, 2013 at 11:26 AM, Gary Verhaegen wrote:
> Without looking at more than the Readme on github, I guess it's kind
> of like a compiler to whitespa
Sure thing! Here's a sample:
$ cat src/helloworld/core.clj
(ns helloworld.core)
(defn foo
"I don't do a whole lot."
[x]
(println x "Hello, World!"))
$ lein bleach src/helloworld/core.clj
$ cat src/helloworld/core.clj
(use 'bleach.core) #bleach/ed "
got it, thanks Gary!
On Sat, May 4, 2013 at 9:26 PM, Gary Verhaegen wrote:
> Without looking at more than the Readme on github, I guess it's kind
> of like a compiler to whitespace. You know, the whitespace programming
> language :
> http://en.wikipedia.org/wiki/Whitespace_(programming_language)
You could try reading about it here:
http://search.cpan.org/~dconway/Acme-Bleach-1.150/lib/Acme/Bleach.pm
I still can't figure out exactly what it does though...
Reading the description, it seems like it removes, for example
whitespace at the end of lines. But from the example it seems
like it rem
Without looking at more than the Readme on github, I guess it's kind
of like a compiler to whitespace. You know, the whitespace programming
language :
http://en.wikipedia.org/wiki/Whitespace_(programming_language)
like implemented as a user defined type with the #bleach/ed type.
On 4 May 2013 19:
could you post a sample code how it looks before and after?
On Thu, May 2, 2013 at 7:36 AM, David Lowe wrote:
> bleach: whitens unsightly code!
>
> When you bleach your code, it continues to work as before, only now it
> looks like:
>
> (use 'bleach.core) #bleach/ed "
>
>
>
>
> "
>
> Find it he
bleach: whitens unsightly code!
When you bleach your code, it continues to work as before, only now it
looks like:
(use 'bleach.core) #bleach/ed "
"
Find it here: https://github.com/dlowe/bleach
Enjoy :)
David Lowe
--
--
You received this message because you are subscribed to the Google
11 matches
Mail list logo