-
# Bug report
```php
spl_autoload_register(
/**
* @param class-string $class_name The fully-qualified class name.
* @return void
*/
static function ($class_name) {
```
…
-
I was messing around with callbacks, and I noticed something interesting:
```go
G'DAY MATE!
IMPOHT ME FUNC HitTheSack;
THE HARD YAKKA FOR performAfter IS (callback, duration) <
HitTheSa…
-
In Gno.land, to preserve type safety while allowing a strong range of dynamism and addressing the chicken-egg problem where a contract could manage things that are developed and published AFTER the co…
moul updated
2 months ago
-
cf. https://style.tidyverse.org/functions.html#anonymous-functions
---
Currently, we don't lint these:
``` r
library(lintr)
lint(
text = "map(xs, ~ mean((.x + 5L)))",
linters = …
-
-
Right now, Bolt does not support anonymous function, i.e. lambda expressions. It is very cumbersome to have to write a named function for each small procedure, so evidently this feature should be impl…
samvv updated
4 months ago
-
As we are thinking that positron should have some functional features, I believe we should discuss anonymous functions.
-
This code is in a patch for compass that I'm about to approve and I really feel like this can be cleaned up dramatically by adding some basic functional programming abilities to Sass.
In particular t…
-
At the moment constructing functions with the existing combinators is still quite a puzzle. There should be an easier way to implement arbitrary anonymous functions.
One idea is to add an "environm…
-
**Describe the issue**
The lint `parameter_assignments` does not work with anonymous functions.
**To Reproduce**
```dart
void main(){
// `parameter_assignments` works fine with named functi…