(() => console.log("hello world"))()
fn -> IO.puts("hello world") end
x -> x ** 2
let anonymous = fn() {
outln("Anonymous Function")
}
anonymous()
lambda(x,y) => x + y
Languages with Anonymous Functions include JavaScript, Elixir, Coconut, Jule, HOPE, Aardvark
Languages without Anonymous Functions include Lil
View all concepts with or missing a hasAnonymousFunctions measurement
Read more about Anonymous Functions on the web: 1.