dgkf / R

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

Draft: Prep v0.4.0 website #166

Closed dgkf closed 3 months ago

dgkf commented 3 months ago

Aiming to get a few new website features in place for this release:

Long term, if it grows any larger and would benefit from a site generator that brings a considerable dependency overhead, then I think the website should probably be split off into a separate repo.

For this release, I intend to still have a rather simple diy site.

dgkf commented 3 months ago

@sebffischer - I put together a small release notes webpage. Feel free to take a look. Please let me know if there's anything you'd like to change before it gets publicized. https://dgkf.github.io/R/release/v0.4.0/

Also, prompted by your anecdote about the discoverability of available functions, I added docs for all the primitives we have. And you can execute examples in the browser! Not necessarily ideal, but a easy enough middle ground until we have proper help files. https://dgkf.github.io/R/docs/r/callable/primitive/struct.PrimitiveRunif.html

sebffischer commented 3 months ago

@dgkf Awesome, this is just what we needed! I also love that the examples can be executed, wasm is just such a nice technology!