dgkf / R

An experimental reimagining of R
https://dgkf.github.io/R
GNU General Public License v3.0
136 stars 5 forks source link

add startup message #161

Closed sebffischer closed 3 months ago

sebffischer commented 3 months ago

I showed the project to a colleague and one thing that confused him was that it was not clear which functions are already available. This is a bit of a cheap solution, I think long term it would be great to maybe list the implemented functions in the website.

dgkf commented 3 months ago

This is a bit of a cheap solution, I think long term it would be great to maybe list the implemented functions in the website.

Definitely something to consider. I wonder if there's a way to hook into rustdoc to include a wasm console to show examples for all the builtin functions.