You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before this goes out, I need to be comfortable with the variable names.
Big one is $vargs versus $splat. The former is C sounding, but not what C actually calls them. The latter is Ruby sounding and comes to me from CoffeeScript.
I'm not going to add such a thing to Cadence, but I keep thinking about how to use Cadence to replace Bash scripts. What do I miss? Pipelines, redirection and globbing. What else do I miss?
Pipelines.
Redirection.
Globbing.
Opening and closing files easily.
Totally a separate project. You would have to have an answer for each of the core utils, plus diff.
You were doing great, actually. What probably needs to happen is we break up the documentation into steps, set an order for the steps, then go though them a step at a time. The documentation is already structured in this way.
As a first pass, it needs to simply take a stab at explaining each feature. Where I believe I can help is in designing first a good toy example for a property of Cadence, then a good real world example of a property of Cadence. Some of the current examples are toys, some are real world. We ought to have both for each step of the way.
Ask questions here.
The text was updated successfully, but these errors were encountered: