Skip to content

Instantly share code, notes, and snippets.

@lionel-
lionel- / source-unwind.R
Last active February 24, 2022 16:00
Unwinding scope in `source()`
# Prototype of `source()` as currently implemented
source2 <- function(file, env = parent.frame()) {
exprs <- parse(file)
for (expr in exprs) {
eval(expr, env)
}
}
# Prototype of `source()` using an evaluation strategy where the
# unwinding scope is the whole file rather than each line
@lionel-
lionel- / # python@3.11 - 2023-04-02_14-50-46.txt
Created April 2, 2023 15:18
python@3.11 on macOS 13 - Homebrew build logs
Homebrew build logs for python@3.11 on macOS 13
Build date: 2023-04-02 14:50:46
@lionel-
lionel- / # python@3.11 - 2023-04-02_14-50-46.txt
Created April 2, 2023 15:19
python@3.11 on macOS 13 - Homebrew build logs
Homebrew build logs for python@3.11 on macOS 13
Build date: 2023-04-02 14:50:46