Show HN: The Blots Programming Language

(blots-lang.org)

13 points | by paulrusso 12 hours ago

2 comments

  • markchristian 5 hours ago
    Super cool! I’ve always wanted to make my own lil language and I’ve always been too intimidated to try.
  • abatilo 10 hours ago
    What would you say is a benefit of using this over using jq?
    • paulrusso 10 hours ago
      Good question! Personally, I don't often reach for jq as I've never really taken the time to get comfortable with its syntax. Obviously I can now have an LLM generate me a jq command that'll do what I want, but I'd prefer to be able to at least visually scan the suggested implementation to make sure it actually does the thing I want before I go and run it.

      More broadly, a lot of other command line utils for transforming input have such an emphasis on terseness that I sort of bounce off of them. awk and sed and jq are all super powerful tools, but I wanted a tool that had a more balanced trade-off of characters vs. clarity.