Anonymous
Everything on SkillVeris tagged Anonymous — collected across the glossary, study notes, blog, and cheat sheets.
6 resources across 1 library
Study Notes(6)
Projection with Select
Learn how LINQ's Select operator transforms each element of a sequence into a new shape, including anonymous types, the indexed overload, and how it differs fr…
Lambda and Anonymous Functions
Learn how to create unnamed functions with lambda in LISP, and how they're used with higher-order functions like mapcar, remove-if, and reduce.
Anonymous Functions and Function Handles
Understand MATLAB's @ syntax for anonymous functions and function handles, closures over workspace variables, and passing handles to arrayfun, cellfun, ode45,…
Anonymous Functions and Closures
Learn Julia's -> syntax for anonymous functions, do-block syntax, and how closures capture variables from their enclosing scope.
References in Perl
Understand Perl references — pointers to scalars, arrays, hashes, and subs — and how to build complex, nested data structures.
Anonymous Functions and Lambdas
Master Scala's lambda syntax, underscore shorthand, and closures for writing concise inline functions used throughout collection operations.