Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

Anonymous Functions

< >
Example from 1 languages: undefined
(() => console.log("hello world"))()
Example from 1 languages: undefined
fn -> IO.puts("hello world") end
Example from 1 languages: undefined
x -> x ** 2
Example from 1 languages: undefined
let anonymous = fn() { outln("Anonymous Function") } anonymous()
Example from 1 languages: undefined
lambda(x,y) => x + y
*

Languages with Anonymous Functions include JavaScript, Elixir, Coconut, Jule, HOPE, Aardvark

*

View all concepts with or missing a hasAnonymousFunctions measurement

*

Read more about Anonymous Functions on the web: 1.

View source

- Build the next great programming language About Acknowledgements Extensions Day 631 Donate feedback@pldb.io