logoalt Hacker News

__slast Thursday at 1:12 PM0 repliesview on HN

`return goto f()` syntax in C seems interesting

I had a similiar idea that Python could have `return from f()` to support tail calls without the issues raised about implicit tail calls