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 "











































































































































































































"

Thanks :)
David


On Sat, May 4, 2013 at 10:51 AM, AtKaaZ <atk...@gmail.com> wrote:

> could you post a sample code how it looks before and after?
>
>
> On Thu, May 2, 2013 at 7:36 AM, David Lowe <j.david.l...@gmail.com> 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 here: https://github.com/dlowe/bleach
>>
>> Enjoy :)
>> David Lowe
>>
>> --
>> --
>> 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
>> clojure+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/clojure?hl=en
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Clojure" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to clojure+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
>>
>
>  --
> --
> 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
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
-- 
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
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to