Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
In fact if you use anything but goto: instructions for your control flow, you're a noob. Kids these days are all about with their ifs and then and while. Not in my computer
-
The only attribute they share with goto is that they can break through other control flow structures, but they share that with early return and throw as well. I'd say that a function-local throw-catch that aligns to Rust's type system is the closest comparison.
-
retoor84692dThat language is literally the opposite of C huh. It's the Emacs under the languages. I'm sure you can order a pizza soon by just writing proper syntax.
-
it "statically" at compile time checks the correctness of the SQL queries via "EXPLAIN" on an actual dev DB so you can use db-specific SQL features and still get type checking.
Related Rants
What are the opinions on Rust's labelled blocks and break 'label control flow primitive?
rant
control flow
value flow
rust