Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store function docstrings #87

Closed
oubiwann opened this issue Sep 1, 2014 · 3 comments
Closed

Store function docstrings #87

oubiwann opened this issue Sep 1, 2014 · 3 comments

Comments

@oubiwann
Copy link
Member

oubiwann commented Sep 1, 2014

In order to keep building the LFE REPL up as a first-class development tool, we're going to need so support displaying function docstrings (per issue #67). One of the first things that needs to be done for that, though, is to store the docstrings somewhere.

I'm not sure if there is some place to store metadata in compiled functions, but if that's not possible, we could add a module-level attribute "docstrings" with a proplist of #(func-name func-docstring) pairs ...

@yurrriq
Copy link
Contributor

yurrriq commented Jul 13, 2015

This idea very much reminds me of Clojure's #'clojure.repl/doc and #'clojure.core/ns-map. It could be very awesome to implement something like IMeta for LFE.

@yurrriq
Copy link
Contributor

yurrriq commented Apr 4, 2016

This should probably be closed as a duplicate of #211.

@yurrriq
Copy link
Contributor

yurrriq commented Apr 17, 2016

This functionality is merged into develop now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants