-
[Mem](https://github.com/srp/mem) has a better memoization framework. I think it might be worth considering porting some concepts over. As a long term project, this is more of a note than a real issue…
-
We use the pipe operator `%>%` a lot in the [Tidyverse](http://www.tidyverse.org) set of packages in the R programming language. It's a way of stringing together many functions, converting them from p…
-
-
**Observations**
I'm following the instructions on the NixOS virtual machine tutorial, but running into a hard-to-understand error.
**Problem**
I am running NixOS. It is running from a flake, wit…
-
@matentzn et al. published a very useful article a few (well, ok, 6) years ago:
> Matentzoglu, N., Malone, J., Mungall, C. et al. MIRO: guidelines for minimum information for the reporting of an onto…
-
actual:
```js
var gtFive = R.gt(5);
gtFive(6); // => false
```
proposal:
```js
var gtFive = R.gt(5);
gtFive(6); // => true
```
-
Splitting this out from #1 cause this tends to be a big topic.
options:
### `String.cooked`
The primary appeal of this is to contrast it against `String.raw`. A potential downside to that nam…
-
This was discussed on pdl-devel back in Dec 2015 (see https://sourceforge.net/p/pdl/mailman/pdl-devel/?viewmonth=201512). There is also some discussion in Jun this year on PerlMonks (https://www.perlm…
-
When I do
``` julia
# Main.jl
module Main
using .Foo
end
```
and there's a file called `Foo.jl` in the same directory as `Main.jl` it should be loaded. I suspect that relative `using` should also …
-
see also: #92 debunked "double hump"
---
in https://www.nature.com/news/how-to-raise-a-genius-lessons-from-a-45-year-study-of-super-smart-children-1.20537:
> what has become clear is how much…