diff options
author | Eduardo Julian | 2022-11-23 20:35:07 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-11-23 20:35:07 -0400 |
commit | 44cff1dcbd6cd23ef455923b707104302dde1aad (patch) | |
tree | 8351360a41980e01cbb8124a03264d17775553fd /documentation/bookmark/meta_programming | |
parent | 224797231a8144f6ead1baab3b4b01a74cab629c (diff) |
New arithmetic abstraction + common file extensions as constants.
Diffstat (limited to 'documentation/bookmark/meta_programming')
4 files changed, 22 insertions, 0 deletions
diff --git a/documentation/bookmark/meta_programming/code/mod.md b/documentation/bookmark/meta_programming/code/mod.md new file mode 100644 index 000000000..9e5158ce6 --- /dev/null +++ b/documentation/bookmark/meta_programming/code/mod.md @@ -0,0 +1,9 @@ +# Reference + +0. []() +0. [Comby is a tool for searching and changing code structure](https://comby.dev/) + 0. ["Parser Parser Combinators for Program Transformation" by Rijnard van Tonder](https://www.youtube.com/watch?v=JMZLBB_BFNg) +0. [Codemod](https://github.com/facebook/codemod) +0. [jscodeshift](https://github.com/facebook/jscodeshift) +0. [Writing codemods to transform your codebase](https://augustinlf.com/writing-codemods-to-transform-your-codebase/) + diff --git a/documentation/bookmark/meta_programming/code/query.md b/documentation/bookmark/meta_programming/code/query.md new file mode 100644 index 000000000..4db580b7b --- /dev/null +++ b/documentation/bookmark/meta_programming/code/query.md @@ -0,0 +1,5 @@ +# Reference + +0. [Find bugs in your code with CodeQL](https://www.youtube.com/watch?v=y_-pIbsr7jc) +0. [CodeQL](https://codeql.github.com/) + diff --git a/documentation/bookmark/meta_programming/macro.md b/documentation/bookmark/meta_programming/macro.md new file mode 100644 index 000000000..7a5f6255a --- /dev/null +++ b/documentation/bookmark/meta_programming/macro.md @@ -0,0 +1,4 @@ +# Reference + +1. [Fortifying Macros](https://www2.ccs.neu.edu/racket/pubs/icfp10-cf.pdf) + diff --git a/documentation/bookmark/meta_programming/staged_programming.md b/documentation/bookmark/meta_programming/staged_programming.md new file mode 100644 index 000000000..08130ee36 --- /dev/null +++ b/documentation/bookmark/meta_programming/staged_programming.md @@ -0,0 +1,4 @@ +# Reference + +0. [Staged programming with typeclasses](https://www.tweag.io/blog/2022-11-15-unrolling-with-typeclasses/) + |