GulfOfMexico
GulfOfMexico copied to clipboard
Add "portal" keyword to jump directly to any line of code
print('hello')
go A // <---- go to defined portal A
print('hello')
print('hello')
print('hello')
print('hello')
print('hello')
portal B // <---- defines portal B
print('luke')
go C // enters portal C
print('hello')
print('hello')
print('hello')
print('hello')
portal A // <---- defines portal
print('world')
go B // <--- go to portal B
portal C // defines portal C
// hello
// world
// luke
I would consider this harmful.
an emerge keyword, where you specify which portal you've entered to get to the current line of code, would be much better for developer experience.
Yeah, but, like, can't, um, you, like, have a, like, stack, to, um, keep, like, track, of the, um, like, um, like, portals, you, um, entered, like, previously?