scicloj / clojisr

Clojure speaks statistics - a bridge between Clojure to R
https://scicloj.github.io/clojisr/
Eclipse Public License 2.0
150 stars 10 forks source link

Add proper function metadata #8

Open daslu opened 4 years ago

daslu commented 4 years ago

Function metadata will allow tooling such as ElDoc help the user know what arguments are expected.

Here again, the experience of Libpython-clj can teach us a lot. See this and related topics.

daslu commented 4 years ago

Need to think how to handle generic functions, where the expected arguments depend on the type of some of the arguments.

See this example, inspecting the mean function: https://scicloj.github.io/clojuress/resources/public/clojuress/v1/tutorial-test/index.html#inspecting-R-functions

daslu commented 4 years ago

Fixed link after renaming the project: https://scicloj.github.io/clojisr/resources/public/clojisr/v1/tutorial-test/index.html#inspecting-R-functions

genmeblog commented 5 months ago

Should we close it?