Summary Issue of Further Resources
- Dominant language
- Rust
- Stars
- 145
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
I think it might be a good idea to have some place where relevant resources can be shared with others.
(e.g. something like: https://github.com/HenrikBengtsson/Wishlist-for-R).
Maybe a Wiki for the project would be a good solution for this?
Edit: This issue will now serve as a summary issue, where resources can be posted.
I can then add these as items to the list below:
**Resources about the R language**
* [Evaluating the design of the R language](https://link.springer.com/chapter/10.1007/978-3-642-31057-7_6)
* [Why R? 2020 Keynote - Jan Vitek - How I Learned to Love Failing at Compiling R](https://www.youtube.com/watch?v=VdD0nHbcyk4&t=400s)
* [On the design, implementation, and use of laziness in R](https://dl.acm.org/doi/abs/10.1145/3360579)
* [R melts brains: an IR for first-class environments and lazy effectful arguments](https://dl.acm.org/doi/abs/10.1145/3359619.3359744)
* [Wishlist for R (an unofficial collection of ideas for R)](https://github.com/HenrikBengtsson/Wishlist-for-R/issues)
* [R language definition](https://cran.r-project.org/doc/manuals/r-release/R-lang.html)
* [The R inferno](https://www.burns-stat.com/pages/Tutor/R_inferno.pdf)
* [Designing Types for R, Empirically](https://dl.acm.org/doi/pdf/10.1145/3428249)
* Regarding the type system: [checkmate](https://github.com/mllg/checkmate) is a great package containing a lot of common assertions that are done in R. These can also be used as an inspiration for designing the types.
* phd thesis on the kind of a language we are trying to build here: https://researchspace.auckland.ac.nz/handle/2292/47321?show=full
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.