|
Re: On Naming an Operation for Cat
|
Posted: Sep 2, 2006 1:53 PM
|
|
> I may be wrong about this, but this sounds like Python's > dir (returns a list of a module's methods and attributes). > I'll admit, I really don't like the name, but I just > thought I would throw it out there as a possibility.
I appreciate it nonetheless, I was looking for any related prior art.
I am in the meantime using "sunder" and it is starting to grow on me.
>> define f { 1 + "hello" } >> @f sunder writeln (_1,+,_"hello")
The "@" operation pushes the following function onto the stack without executing it.
|
|