-
Subscribe to this issue and stay notified about new [daily trending repos in C++](https://github.com/trending/c%2B%2B?since=daily).
-
### **A Taste of Linear Logic** by Philip Wadler
**Tags**: linear logic, explicit curry-howard
Traditional logic has close ties to computing in general and functional languages in particular. The …
-
- [ ] Proposal added
- [ ] Discussed in LDM
- [ ] Decision in LDM
- [ ] Finalized (done, rejected, inactive)
- [ ] Spec'ed
See https://github.com/dotnet/csharplang/issues/595, the section entit…
-
We should investigate if adding type hints to the codebase can help us.
I don't have any further thoughts on how this should look like or even if it's a good idea. I haven't really used type hints…
-
The syntax is like `select * from unnest(), unnest(), table;`
```
postgres=# select * from unnest(ARRAY[1,2,3]), unnest(ARRAY[4,5]) as b2, t1;
unnest | b2 | a
--------+----+---------
…
-
All integers in Fortran are signed. It is a common request to include unsigned integers. At the very least to help with the interoperation with the C API that uses unsigned integers.
The best appro…
-
If I understand well your serialisation, you map a list of `NDPoint`, each one being composed with
- one independant value typed as `time`
- 2 dependants values typed as `GenericMeasure`
I don no…
-
* Von SqlQuery zu relationaler Algebra konvertieren
* Dies betrifft nur den impliziten Query-Typ
* Ohne Subquery und komplizierte Struktur
* ohne Join-Bedingung
-
# Implicit Parameters
* [x] Proposed
* [ ] Prototype: Not Started
* [ ] Implementation: Not Started
* [ ] Specification: Not Started
## Summary
[summary]: #summary
This proposal introdu…
-