top | item 46629596

(no title)

unexpectedtrap | 1 month ago

I saw this DSL on HN yesterday, and this syntax is total garbage. It’s some stupid mixture of different PLs. Are you seriously OK with this so that you keep posting it here? I don’t even want to look through source code knowing what garbage it is at the surface level.

discuss

order

williamcotton|1 month ago

Well hey, at least some feedback!

I hope you have a better day tomorrow than whatever was going on with you when you wrote your comment.

joenot443|1 month ago

  describe "hello, world"
    it "calls the route"
      let world = "world"

      when calling GET /hello/{{world}}
      then status is 200
      and selector `p` text equals "hello, {{world}}"

What don't you like about it? I think it's interesting