Skip to content

Commit

Permalink
2024-08-17/01: add date when lambda was added
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Aug 18, 2024
1 parent 12b54b3 commit 8b600af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 2024-08-17/01-an-unordered-list-of-things-i-miss-in-go.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ newer versions with null-safety) is not a good sign.

## Lambdas

_Added in 2024-08-18_

Go is a surprising good language for some functional code, thanks to having
first class functions and closures. Sadly the syntax doesn't help, since the
only way you can use anonymous functions in Go is using `func`. Especially if
Expand Down

0 comments on commit 8b600af

Please sign in to comment.