Top 1,000 Features Creators Events Podcasts Extensions Interviews Blog Explorer CSV

Anonymous Functions

< >
Example from 1 languages: JavaScript
(() => console.log("hello world"))()
Example from 1 languages: Elixir
fn -> IO.puts("hello world") end
Example from 1 languages: Coconut
x -> x ** 2
Example from 1 languages: Jule
let anonymous = fn() { outln("Anonymous Function") } anonymous()
Example from 1 languages: HOPE
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 Resources Acknowledgements Part of the World Wide Scroll