Show HN: The Blots Programming Language
Here's a quick example of how you could use Blots to interactively compute some basic statistics about the weather forecast for the next 7 days in Denver, CO: First, we'll grab the forecast for Denver from the National Weather Service API and pass the response to Blots as an input. We'll also use the --output flag to provide a filename to write the outputs to (this is optional; if we didn't provide a filename, the outputs would just be written to stdout): blots --input "$(curl -s https://api.w