Y
Hacker News
new
|
ask
|
show
|
jobs
by
Koshkin
429 days ago
I prefer that to this (valid) C++ syntax:
[](){}
2 comments
int_19h
426 days ago
You'd never actually write that, though. An empty lambda would be more concisely written as []{}, although even that is a rare case in real world code.
link
all2
429 days ago
This reminds me of the terror that is the underbelly of JS.
https://jsfuck.com/
link