-
```
There may be another issue underlying this one (lambda expressions turn into
private classes, yes?), but if I have a fairly complex lambda expression such
that it's capturing variables, etc., of…
-
Lambda expressions are still new to me, but I think we can use them to pass data into the ConsolePrinter from anywhere in the code without having to expose class variables publicly (like is currently …
-
```
There may be another issue underlying this one (lambda expressions turn into
private classes, yes?), but if I have a fairly complex lambda expression such
that it's capturing variables, etc., of…
-
```
There may be another issue underlying this one (lambda expressions turn into
private classes, yes?), but if I have a fairly complex lambda expression such
that it's capturing variables, etc., of…
-
Should we accept some or all of the definitions below that are currently rejected?
```agda
data ⊥ : Set where
postulate
F₁ : (Set → Set) → Set₁ → Set
F₂ : (⊥ → Set) → Set₁ → Set
…
-
```
There may be another issue underlying this one (lambda expressions turn into
private classes, yes?), but if I have a fairly complex lambda expression such
that it's capturing variables, etc., of…
-
- Java Topics:
- [x] #13
- [x] #14
- [ ] #16
- [x] #15
- [ ] #17
- [x] #18
- [x] #19
- [x] #20
- [ ] #21
- [ ] #22
- [ ] #23
- [ ] #24
- [ ] #25
- [ ] #26
…
-
Currently, attributes only allow compile-time constants as constructor arguments/properties. If we were allowed to use runtime constants, attributes would become much more powerful.
What is conside…
-
```
There may be another issue underlying this one (lambda expressions turn into
private classes, yes?), but if I have a fairly complex lambda expression such
that it's capturing variables, etc., of…
-
Piranha transforms:
```
someConsumer.accept((x) -> {
if(exp.isTreated(STALE_FLAG)){
doSomething(x);
…