Package: oshka 0.1.2
oshka: Recursive Quoted Language Expansion
Expands quoted language by recursively replacing any symbol that points to quoted language with the language it points to. The recursive process continues until only symbols that point to non-language objects remain. The resulting quoted language can then be evaluated normally. This differs from the traditional 'quote'/'eval' pattern because it resolves intermediate language objects that would interfere with evaluation.
Authors:
oshka_0.1.2.tar.gz
oshka_0.1.2.zip(r-4.5)oshka_0.1.2.zip(r-4.4)oshka_0.1.2.zip(r-4.3)
oshka_0.1.2.tgz(r-4.4-any)oshka_0.1.2.tgz(r-4.3-any)
oshka_0.1.2.tar.gz(r-4.5-noble)oshka_0.1.2.tar.gz(r-4.4-noble)
oshka_0.1.2.tgz(r-4.4-emscripten)oshka_0.1.2.tgz(r-4.3-emscripten)
oshka.pdf |oshka.html✨
oshka/json (API)
NEWS
# Install 'oshka' in R: |
install.packages('oshka', repos = c('https://brodieg.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/brodieg/oshka/issues
Last updated 7 years agofrom:b7f73552ab. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 01 2024 |
R-4.5-win | OK | Nov 01 2024 |
R-4.5-linux | OK | Nov 01 2024 |
R-4.4-win | OK | Nov 01 2024 |
R-4.4-mac | OK | Nov 01 2024 |
R-4.3-win | OK | Nov 01 2024 |
R-4.3-mac | OK | Nov 01 2024 |
Exports:expand
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Recursive Quoted Language Expansion | oshka-package |
Recursively Expand Symbols in Quoted Language | expand |