Re: [julia-users] How can I define an anonymous function with keyword arguments

2016-06-12 Thread Yichao Yu
On Sun, Jun 12, 2016 at 4:06 PM, Xiaoqing Rong-Mullins wrote: > I want to define a series of anonymous functions, where each will be a value > in a Dict and/or a field value in a composite type. I need to be able to use > them for multiple times with different choices of

[julia-users] How can I define an anonymous function with keyword arguments

2016-06-12 Thread Xiaoqing Rong-Mullins
I want to define a series of anonymous functions, where each will be a value in a Dict and/or a field value in a composite type. I need to be able to use them for multiple times with different choices of arguments, including keyword arguments. How many of them are defined at runtime depends on