Thanks.

On Fri, Sep 13, 2013 at 12:55 AM, Joel Holdbrooks <cjholdbro...@gmail.com>wrote:

> This is really cool! Nice work!
>
>
> On Wednesday, September 11, 2013 8:35:31 AM UTC-7, babysnakes wrote:
>>
>> Hi
>>
>> As a clojure noob I constantly find myself browsing through various API
>> docs to see what's available in a library. While this data is available in
>> a REPL it's not easy to look for it if you don't know what you're looking
>> for. I first saw a namespace browser concept in Relevance's 
>> labrepl<https://github.com/relevance/labrepl> and
>> I really liked the idea. I decided to create one as a learning project. So
>> now I present to you Ayler <https://github.com/babysnakes/ayler/wiki>.
>> It's a web based namespace browser that is external to your project and has
>> the following features:
>>
>>
>>    - Requires minimal (or no) dependencies in your project. It operates
>>    by connecting to a running nrepl<https://github.com/clojure/tools.nrepl>
>>    .
>>    - Displays all loaded namespaces.
>>    - Displays all public member for a selected namespace.
>>    - Displays docstring for selected namespace.
>>    - Displays the docstring and source of selected var.
>>    - Allows you to search and load any namespace from a list of all
>>    namespaces in your classpath (provided you've added required 
>> dependencies).
>>
>> I also have to point out the 
>> clj-ns-browser<https://github.com/franks42/clj-ns-browser> project.
>> I borrowed a few features from it, but it's still much more advanced then
>> Ayler.
>>
>> Since this is a learning project for me (both clojure and javascript)
>> I'll appreciate some feedback.
>>
>> https://github.com/babysnakes/**ayler/wiki<https://github.com/babysnakes/ayler/wiki>
>>
>> Thanks
>> --
>> Haim
>>
>  --
> --
> 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.
>



-- 
Haim

-- 
-- 
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