-
zigs cross-platform focus makes it appealing for writing compilers or as IL for compilers.
What would it take to add runtime code generation to zig, i.e. a facility for explicitly constructing zig …
-
I'm having many issues when trying to create cutpointr models through lapply().
This is an example that I find easy to understand why I think it should work but is not.
In this case, when I try …
-
Why does the following produce an error, where if I try to evaluate the same expression from within the browser it works just fine?
``` r
suppressPackageStartupMessages(library(dplyr))
#> Warning…
-
... weird.
-
I'm looking into Template Haskell a bit. Currently our little sequence language for sequences (the stuff between double quotes) parses to our own AST.
How about we change it so it compiles to a tem…
-
After the merge of #82 we should be able to construct better errors using string-append.
-
When doing ![Screenshot_20200324_120446](https://user-images.githubusercontent.com/22203805/77418772-a907c680-6dc7-11ea-83c1-ae8800670efa.png)
, everything works as expected. However, if I for whatev…
-
The https://github.com/luna/luna-core repository is very slow to build (> 1h) and requires tons of RAM (> 16 GB). I have written down some observation. Please note that I don't really know this codeba…
-
I am looking that working out how to keep the functionality of `dplyr::filter_()` as it is being deprecated.
In the example below I can reproduce `filter_(mtcars, "gear == 3")` using `filter()`, `p…
-
I believed `distinct` would behave similarly to `mutate`, `summarize`, etc.. in terms of capturing the environment of a variable.
```r
library(dplyr)
#>
#> Attaching package: 'dplyr'
#> The fo…