lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Mark Hamburg wrote:
> 
> 	$ --> function( x ) return x end
> 	$ + 1 --> function( x ) return x + 1 end
> 	( $ + 1 ) * $ --> function( x ) return ( x + 1 ) * x end

        sqrt($) --> ???
        stream:map(sqrt($)) --> ???