Show HN: Claude wrote me a language, now I don't know what to do with it

github.com

4 points by froglang 3 days ago

Claude and I started building FROG in an effort to stop burning through Anthropic credit so quickly. That was the only reason I honestly needed at the time, but as the language grew and features actually worked together, the language itself quickly became the reason to continue. FROG enables me to write tooling in little to no time using LLMs and have the LLM assist in the debugging process via FROG's "agentic hooks". What I've honestly found most eye-opening is how LLMs hook into the debugging process! It has been the difference between tools that got written and ones that were passed over.

froglang 2 days ago

Claude and I built FROG to get round the ever-increasing costs associated with assistive development technologies. Writing simple, one-off tools that may or may not see the light of day was costing too much - so this was my attempt at solving it. Small applications, usually just a few large files - easier on the LLM, token sparing if possible with one way to do something, not ten!