-
Should nested updates like `#{...rec, a.b[c].d: a.b[c].d + 1}` have a special sugar syntax to remove the duplication? While the above doesn't seem like much with single-letter names, longer variable n…
-
A [homoiconic](https://en.wikipedia.org/wiki/Homoiconicity) programming language can parse itself to an AST expressed as native data that can be transformed within the language, evaluated, or isomorph…
-
### Some background and history
In August of 2023 Irwin Zaid (@izaid) made the following [comment](https://github.com/scipy/scipy/pull/19023#issuecomment-1689050946) on the pull request https://git…
-
### Increasing Access
This feature increases access in two main ways:
1. It addresses an inconsistency that may be an obstacle for beginners.
2. It allows the user to perform common tasks with…
-
```nim
import bigints
var a = initBigint("6277101735386680763835789123314955362437298222279840143829")
var b = initBigint("1461501637330902918203684832716283019655932313743")
var r = a.div(b)
`…
-
Using the parse_latex command, 'e' and 'pi' are not interpreted correctly. A work around of
result = result.subs({"e":sy.E, "pi":sy.pi})
resolves the issue as suggested here:
https://groups…
-
Hi Everyone,
I have a vested interest in increasing Koala's maintainability. My project FlyingKoala relies on Koala and I am trying to start a business off the back of it. Some of changes to Koala …
-
I would like to add a system function called decimal() that facilitates the calculation of integers, floating-point numbers, and negative numbers while developing code. Mathematical calculations have …
-
Hello! Below you will find updates from VISST teachers regarding Grade 10 courses.
If you would like to receive email notifications for posts, first make sure you are currently signed in to your Gi…
-
This issue is to document and discuss changes necessary to use deep learning frameworks with opencog.
Our usecases:
1. We would like to be able to pass between ExecutionOutputLinks python obje…