2 ms·
It's not.
by spooneybarger 1y ago
It's not.
- 0x457 1y agoWhat is this, then? https://github.com/ponylang/ponyc/blob/main/examples/echo/echo.pony https://github.com/ponylang/ponyc/blob/main/examples/echo/ec...
- __red__ 1y agoIt is not whitespace signficant. That is indented to assist the human reader, not the compiler.
- 0x457 1y agoso you're telling me this is valid Pony? actor Main new create(env: Env) => TCPListener(TCPListenAuth(env.root), Listener(env.out)) ?? If so, I don't want to every see that language in my life ever again.