fcard

Results 27 comments of fcard

The initial case statement is simply because I assume that most function calls won't have >9 arguments, so we simply go to the result, and in the case of a...

Sorry for the break, I was doing research on this pop predicament, which I've compiled here: https://github.com/fcard/pop.sh I am also busy with a game project, so I will be multitasking...

Looks promising! Although I'd prefer if you didn't include my real name there :P I see you omitted part of the output (to keep the code relevant, I presume) and...

The website is looking really cool! I love the way you structured and ordered things like a prettier/more interactive version of the README, and added the syntax reference. The scroll...

Currently, you can get values like so: ```sh X={} json_parse X '{"a": {"b": 1}}' json_print X a b #> 1 json_value ${y:ref} X a b echo $y #> 1 ```...

I took a look at the readme example and found out a few bugs in the json parser (all of which I have now fixed), and also realized that the...

Heehee. Maybe we could add an *examples* directory to have this and more like it readily available in the repo.

There are a few more things that need fixing in the readme: * Command Line Options: you can use `powscript --help` to check the updated options. * Interactive Mode: I...

(oh, and the `--interactive` flag is now assumed when there are no other arguments, since that's how all interactive languages I know work)

Your example is a bit confusing in what it's supposed to be... I get you're showing off features, but to me it's very distracting.