-
Notifications
You must be signed in to change notification settings - Fork 0
Lessons from a clisp shell #1
Comments
Hi Ryan, Are you envisioning implementing cp (copy), rm (delete) etc. in finnikin? Just trying to understand what we're talking about :-) |
Not necessarily, though that's an idea. I was more thinking of creating a number of combinators that would allow easy extension, especially if this runs more or less like a glorified |
Hi Ryan, I'm not sure if I've quite understood what you're saying about combinators but I think the FileOperation -> Touch -> SetFilesToReadWrite is sort of what I understand combinators to be about. Please let me know what you think when you get the time. Onorio |
By combinators I simply mean small, general purpose functions that can be composed or combined to form new operations. These would work much like the *nix command line functions with the |
Ok, that's what I thought you meant. Yes, I agree; building a library of a lot of little combinators would be a good approach. |
Posting this for posterity: I think we should look at implementing a number of the features allowed in this article an the parent post.
The text was updated successfully, but these errors were encountered: