-
BPO | [7652](https://bugs.python.org/issue7652)
--- | :---
Nosy | @malemburg, @rhettinger, @amauryfa, @mdickinson, @pitrou, @vstinner, @ericvsmith, @benjaminp, @cedk, @asvetlov, @skrah, @ericsnowcurre…
-
BPO | [21233](https://bugs.python.org/issue21233)
--- | :---
Nosy | @pitrou, @vstinner, @njsmith, @skrah, @MojoVampire
Files | [calloc.patch](https://bugs.python.org/file34897/calloc.patch "Uploaded a…
-
This issue proposes that Go should support some form of generic programming.
It has the Go2 label, since for Go1.x the language is more or less done.
Accompanying this issue is [a general generics p…
-
Add `idris_crash_total` function.
The idea is this: `idris_crash` functions is not total, so every time `idris_crash` is used in total function, it need to be annotated with `assert_total`. Which i…
-
OK, so this is way too long in coming, but here are my notes on what I have learned about NTT. For @yoonachang!
## Background
The [number theoretic transform (NTT)][ntt] is a variant of the fast…
-
The current proposal (in which the RHS is implicitly called with the result of the LHS) does not easily support the following features:
- Piping into a function with multiple arguments
- Calling m…
-
SweRVolf release: `904f69e`
The following implementation of QuickSort is deterministic and contains no undefined behavior (checked with tis-interpreter and with CompCert interpreter; compiles with …
-
Everybody seems to agree that base URI change is one area of the standard that:
- lacks compatibility between implementations even only in JavaScript
- takes substantial efforts to implement, even i…
-
## Algorithm
This is a FuTIL-generated pipeline for the Cooley-Tukey algorithm that avoids the bit-reversal step in the on-the-fly calculation by using `phis` in bit reversed order. This algorithm (…
-
Extend for, loop, and while loops to allow them to return values other than ():
- add an optional else clause that is evaluated if the loop ended without using break;
- add an optional expression para…