Hacker News new | ask | show | jobs
by Koshkin 429 days ago
I prefer that to this (valid) C++ syntax:

  [](){}
2 comments

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.
This reminds me of the terror that is the underbelly of JS.

https://jsfuck.com/