-
as in the old client. maybe this could be handled by having some parameter indicating one of a small number of preset configurations of the golden layout (similar to how we currently tacitly assume th…
-
https://www.merriam-webster.com/dictionary/glibness
-
Installation guide, personal experience, performance screenshots
-
## Fibonacci Numbers
[[How to read this blog post]](https://github.com/jdan/j/issues/1)
```ijs
NB. We start our sequence with the pair 0 1
0 1
NB. 0 1
NB. To shift our pair up one step, we…
jdan updated
11 months ago
-
I use notable for doing my work/study markdown notes and I store them on NextCloud, is it possible to use this app also for that propose syncing those notes via NextCloud?
Would be awesome to have …
-
`packed_simd` hosts various examples in its repo, featuring classics like
- [ ] Aobench
- [ ] Dot Product
- [ ] Fannkuch Redux
- [ ] Mandelbrot
- [x] Matrix Inverse
- [x] N-Body
- [ ] Options P…
-
The final goal of the interpreter will to build up tests written in Pentagram. Then once those tests are passing and the compiler is self-compiling, the interpreter can be retired.
This could be a …
-
In discussion of #200, @evocateur mentioned:
> I'm more concerned about API portability between Python and
> JS (if indeed that is to remain a priority for the project).
I think those currently mar…
-
## What problem are you trying to solve?
- one needing to manually call `generateAntlrSources` to regenerate parser superclasses
- the project including ANTLR generated code in VCS: https://github…
-
I have found Jelly to be a very cool language but I am extremely confused about how to actually write it. With it being a tacit language, it is radically different from most other languages I've seen …