-
**Is your feature request related to a problem? Please describe.**
Cython has TCO support due to compiling to C, but it is incomplete due to a slight snag in how it does reference counting.
…
-
**Describe the project you are working on:** This applies to many projects. This is an offshoot from https://github.com/godotengine/godot-proposals/issues/737, example use cases and other discussions …
-
@dafhi
Hi David,
Great job so far! I am impressed this is all coded in BASIC! To show my age a little, my first love of computer programming came from typing in BASIC source code that was l…
-
Is less verbosity the only main benefit of typeclasses over just inputting a set of functions?
Typeclasses can do where `bar` is a member of `Function`:
```
foo(x: A) where Function
bar(x)
…
-
Make Explicit Sigil and Ref to Same, Equivalent
(where refs to a type are not legal values)
* Wherever the language currently requires a value of type Array or a value of type Hash will allow a re…
-
ReactJS usage example:
---
React functional components:
```jsx
import {memo, forwardRef} from 'react'
@memo
@forwardRef
export default function Button() {
return my button
}
```
R…
-
By using std::function, you allow C++ clients of your libs to bind C++ instance-member functions to your callbacks.
std::function is flexible enough to support both static-style and instance-membe…
-
It is fairly trivial to compile a given Go version and run the doc server locally to
search for an older API.
But it would be nice if golang.org provided access to docs per release. One simple
soluti…
-
### Tested versions
all
### System information
n/a
### Issue description
Redot still uses GDScript, which is maintained by the Godot Foundation. Any modifications to the standard is going to be r…
-
# Advanced Extents & Segments Proposal
Rough sketch -- Version 1 (2019/05/07)
The potential for advanced Extents and Segments in C# is exciting and under-estimated. I am writing this proposal bec…