.. type:: symbol Identifier names, which in essence are quoted strings. They are used to compute lambda closures, e.g. instead of ``({..., 'ident, ... })`` you can write declare a 'symbol' variable foo, compute a value for it, and then create the closure as ``({ ..., foo, ... })`` .. todo:: fill this out .. seealso:: :type:`closure`, :topic:`types`