-
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)
…
-
Starting on this I noticed the create has strange behaviour.
Create takes a point and at the moment creates a bounding box which is larger than the point itself. It negates each of the X,Y,Z compo…
-
Union types express a subtyping relationship, but I am unclear as to whether typeclasses (i.e. Rust's traits) do?
If a `trait B` extends another `trait A` and `B` reuses the implementations of `A`, c…
-
When my engineering team at the company I work for recently discussed which programming language to use for future projects, I brought Ceylon onto the table (other candidates were Kotlin, Scala, Java)…
-
# Glossary
#### BxDF = Either a BRDF or BSDF
#### LTC = Linearly Transformed Cosines
# The implementation of BxDFs in Nabla
For the GLSL source you can browse here:
https://github.com/Dev…
-
Opening this issue after our discussion on how to align this proposal and the work that Parcel is doing to specify what Parcel 2 has proposed with `package.json#targets`.
At a high-level `package.j…
-
### Is your proposal related to a problem?
I have an application where I wish to link dataset A, representing noisy transactions, to dataset B, a master entity list. For dataset B (the master list)…
-
Can this be solved by recursively smin a list of shapes?
I'm thinking
Smin_recursive equals
smin the lists first element with the
Smin_recursive of the lists tail.
-
#### Is your feature request related to a problem? Please describe.
In producing Fairness Assessment results, seeing metrics given a fixed threshold is useful. In addition to that, it helps to al…
-
- [ ] Proposal added
- [ ] Discussed in LDM
- [ ] Decision in LDM
- [ ] Finalized (done, rejected, inactive)
- [ ] Spec'ed
The idea is to add three new pattern forms
1. *pattern* `and` *patter…