-
Here's a draft GitHub issue summary that could excite people about the "Gödel Golem" self-bootstrapping AI concept:
**Title: The Gödel Golem - A Novel Path Toward Self-Bootstrapping AGI**
Throughout…
-
Tracking issue for rust-lang/rfcs#1216, which promotes `!` to a type.
### About tracking issues
Tracking issues are used to record the overall progress of implementation. They are also used as …
-
This is a tracking issue for the RFC "Restrictions" (rust-lang/rfcs#3323).
The feature gates for the issue are:
* `#![feature(impl_restriction)]`
* `#![feature(mut_restriction)]`
### About t…
-
@skaller [wrote](https://github.com/keean/zenscript/issues/11#issuecomment-250949272):
> [There is an unrelated question to the syntax: do you REALLY want type classes? Ocaml style modules are more p…
-
## What
`currentBackgroundColor`(or `currentBackground`) would be a variable similar to `currentColor`, the difference being that `currentBackground` is based on the background color rather than the …
-
It would be terrific to start a conversation about an agreed-upon data format for tractography.
@arokem @Garyfallidis
-
Hi Jacob and Toma,
We are having an issue concerning the use of an external charge density as an input file for abTEM simulations.
The DFT density (computed with VASP) was done on an orthogonalize…
-
**Is your feature request related to a problem? Please describe.**
I'm always frustrated when I need to replace:
```rust
#[derive(juniper::GraphQLObject)]
struct Foo {
name: String
}
```
b…
-
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…
-
In [Functional dependencies in GHC](https://gitlab.haskell.org/ghc/ghc/-/wikis/Functional-dependencies-in-GHC) we identify two two major functional-dependency-related conditions on instance declaratio…