-
At [sage-devel](http://groups.google.com/group/sage-devel/browse_thread/thread/d885434ba9c22d66), Jeroen reported a massive regression in elliptic curve computations. The regression was introduced i…
-
_This issue is part of the migration to v3. You can read full details about the various changes [here](https://github.com/exercism/v3-launch/)._
In Exercism v3, each track must specify exactly six …
-
F# is an excellent language for designing application domains and bounded contexts, using algebraic data types to model state with greater precision than traditional languages like C# (a.k.a "making i…
-
The user-extensible patterns are awesome, but I think the use of the `with` keyword obscures pattern's intent when patterns are nested.
I propose syntax sugar for the following situation: `Identifi…
-
Right now the td api spec uses comments to mark which fields are nullable. This is undesirable for the following reasons
1. The comments should not effect the semantics of the language.
2. This is…
-
![image](https://user-images.githubusercontent.com/64246118/140730254-4265dc29-b43d-48cb-ac36-debd2a0ac40b.png)
-
Move away from traditional try/catch to algebraic data types in order to support map/chian/monadic operations
-
First thanks for this package -- it is very well written and documented.
I was trying the time-harmonic indefinite maxwell example [ex25p](https://github.com/mfem/mfem/blob/v4.3/examples/ex25p.cpp)…
-
The problem of trying to communicate the input of a function, which needs to be able to take a type any or typically a specific type structure. What we are looking to communicate is that this function…
-
Extended precision types are occasionally useful in prototyping codes and developing numerical intuition of an algorithm. I am thinking here of double-double/quad-double from the QD package [1]. These…