-
>I feel like I'm missing a lot of background knowledge that the tutorials are assuming I already know. Like how I'd never heard of PATH and thus misunderstood what you were asking me to do.
You mak…
-
If an app written by SSE instructions is compiled to WASM, could it run on AARCH64 directly? Is there any performance data?
-
- [x] `get_citations(pkg_name)`. Currently to get the citations for only one package you would have to activate its corresponding environment. ~Can we do better?~ This is actually a good thing to do s…
-
Hi, I think you could speed up your LHS checking through lattice algorithms. This isn't a novel idea of mine, but seems applicable here. After realizing it could be applied here, I googled it and foun…
-
Feature request for C++-equivalent static variables (that live beyond the lifetime of one function call) in **all functions**, but specifically for generic functions. Today, a non-generic function can…
-
Forth had `(` - `)` pairs for block comment, and `\` for until-EOL comments. These inline comments were so commonly used to annotate stack effects of words, using `--` to separate inputs from outputs,…
-
`OrderedSet` and `OrderedDictionary` work great when we need to keep their elements in the order they were inserted, or if we only need to infrequently reorder/sort them. However, inserting (or remov…
-
- The requested characters are ...
- [x] Latin
- [ ] Cyrillic
- [ ] Greek
- [ ] Punctuation
- [ ] Diacritic / Mark
- [ ] Symbol
- The requested characters are used in ...
- [ ] T…
-
Consider adding an exponentiation operator that is higher in precedence than the multiplicative operators but lower in precedence than the unary operators.
In the [Symbolism](https://github.com/dha…
-
https://github.com/meta-introspector/time/blob/main/2024/05/20/notes-jmd.org
Thank you for providing a detailed overview of the major ideas behind the introspector project. Here's a summary of the …