-
The Scott encoding is an important tool that is ultimately necessary for many efficient algorithms on the untyped lambda calculus. It is impossible to encode Scott encoded values on Morte. Things such…
-
_Using `Sympy 1.3`_
I am trying to plot the solutions to the wave equation but keep the initial conditions factored out until the last moment.
Here is the minimal working example:
```python
…
-
Articles that can be useful in the future.
-
@klauso wrote:
> wouldn't it be nice to have a
> Racket-like #lang thing at the beginning of a file for the pts interpreter?
We've discussed this multiple times, but I couldn't find an issue for it…
-
As proposed in https://groups.google.com/g/sage-devel/c/U_WGbYG2zOE/m/yq-EDEXDAgAJ
We add symbolic functions `and_symbolic`, `or_symbolic`, `not_symbolic`; the first two are also accessible by repu…
-
We can create a couple of stub blocks in scratch-blocks and start working on this right away, I think.
-
This is not really a bug report and I certainly don't want TypeScripts type system being restricted due to this issue. However, I noticed that the type system in its current form (version 2.2) is tur…
-
Mazeppa produces error on the following version of `map`.
```
main(lst, op1, op2) := map(map(lst, op2), op1);
map(xs, op) := match xs {
Nil() -> Nil(),
Cons(x, xs) -> Cons(op(x), map(xs…
-
*Forked from https://functionalprogramming.slack.com/archives/C82N1L0MB/p1592337474256100*
My team is investigating Dhall to see if it'd be a good way to ship + customize our complex Kubernetes app…
-
Issue #302, that enormous discussion that hovers around fexprs and Kernel but sometimes veers out into the unknown and asks really deep and important questions about computation itself (and how it's m…
masak updated
3 weeks ago