-
F# is great programming language and yet it is under utilized. I would like to understand what you the enthusiast F# developer believes are the top four things we can do to drive adoption: As a deve…
-
I started trying to convert some code that provides safety / convenience wrappers around D3D API calls over to use `gsl::array_view` and ran into a problem that means I can't support the interface I w…
-
Ship's crashlanded on a snow planet with limited resources. Things that need to be coded for it, preliminary discussion
- cut down trees to get wood - @unid15
- proper snow tiles - @DrCelt
- coldness…
ghost updated
7 years ago
-
There are many scenarios where you'd like to group a set of typed values temporarily, without the grouping itself warranting a "concept" or type name of its own.
Other languages use variations over t…
-
Not sure if this is the right repository to place this issue,
since it also affects `ccir`, but i feel it might belong a bit more here.
Is a **windows implementation planned?**
I see two very d…
-
```
a Array[Int]
a:0 = 2
a:1 = 4
b Hash[Symbol, String]
b:name = "Fred"
```
-
There are a couple of things about the C++ `Image` class that might be sources of future problems and I want to poll you all to see if the current behavior is viewed as a desired feature. The issue i…
-
# C# Language Design Notes Feb 29, 2016
## Catch up edition (deconstruction and immutable object creation)
Over the past couple of months various design activities took place that weren't documented …
-
People shouldn't guess gender and gendered pronouns. Neither should software. Would you write code to guess someone's race using heuristics?
ghost updated
8 years ago
-
As discussed in #38, any indexing operation that uses an NA index should fail. Right now, we simply drop NA's indices, but it's safer if you know that leaving NA's in your indices will always fail.