1 pointby jorgeleo5 hours ago1 comment
  • jorgeleo5 hours ago
    An itch that I have been trying to scratch for a while: I need a scripting language that I can integrate into a web app, and I can debug from the web app. It doesn't need to be complex or with curly braces, actually the simple the better.

    Three days with AI and FluidScript is born. The language is minimalistic, the keywords are simple, and you can stop execution at any line and you get the whole context back, later you can continue from that point passing the context, and it continues as if it hasn't stopped. Full host integration and a Monaco editor example that shows how to do break points.

    Dreamed it for years, now, once I have a clear concept and design, AI type it on 3 days.