Skip to content

Instantly share code, notes, and snippets.

@TobCap
Last active December 4, 2021 07:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TobCap/5cce10e98840ee651829b21a68efdc13 to your computer and use it in GitHub Desktop.
Save TobCap/5cce10e98840ee651829b21a68efdc13 to your computer and use it in GitHub Desktop.
R lang tail recursion optimization

R language tail (call|recursion) (optimization|elimination)

List of packages or documents

URL type author (twitter) depends on note
trampoline package @ecologician coro, fastmap, rlang
rcompilertools (tweet post) package @dirk_sch compiler, utils, tibble byte compiler
tailr package @ThomasMailund rlang, glue, foolbox
Tail Recursion in R with Trampolines blog post @alandipert
Thunks and Trampolines blog post @ThomasMailund pmatch
tail-recursion-elimination.r R code @TobakuCptlsm

Discussions

Others

compiler pacakge document https://homepage.cs.uiowa.edu/~luke/R/compiler/compiler.pdf

last update 2021-12-04T06:30:00Z

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