NextJet Canada

NextJet Canada was a virtual airline which for a short time connected several cities in Ontario and Quebec. In 2016, Nextjet Canada offered flights from Kitchener, ON; Peterborough, ON; Gatineau, QC and Montreal, QC. In the same year, the company ceased all operations.

Nextjet Canada did not own any aircraft; instead they leased aircraft from the operator and sold the seats to the public. In Montreal, the airline flew from a private terminal.

History

NextJet Canada was founded in 2016 by Tan Ahmed.[1] To facilitate flights from Kitchener, the Waterloo Region municipality agreed to contribute to start-up costs.[2] In May of that year NextJet began offering daily flights between Kitchener and Peterborough in Ontario and Montreal, in a rented nine seat plane.[3][4] At the end of May flights to Gatineau, near Ottawa were added,[5] although at that time information the company's website had not been translated into French.[6]

In the summer of 2016 NextJet suspended its flights because it had failed to attract enough customers on a regular basis to make a profit.[7][8]

gollark: Speaking more generally than the type system, Go is just really... anti-abstraction... with, well, the gimped type system, lack of much metaprogramming support, and weird special cases, and poor error handling.
gollark: - They may be working on them, but they initially claimed that they weren't necessary and they don't exist now. Also, I don't trust them to not do them wrong.- Ooookay then- Well, generics, for one: they *kind of exist* in that you can have generic maps, channels, slices, and arrays, but not anything else. Also this (https://fasterthanli.me/blog/2020/i-want-off-mr-golangs-wild-ride/), which is mostly about the file handling not being good since it tries to map on concepts which don't fit. Also channels having weird special syntax. Also `for` and `range` and `new` and `make` basically just being magic stuff which do whatever the compiler writers wanted with no consistency- see above- Because there's no generic number/comparable thing type. You would need to use `interface{}` or write a new function (with identical code) for every type you wanted to compare- You can change a signature somewhere and won't be alerted, but something else will break because the interface is no longer implemented- They are byte sequences. https://blog.golang.org/strings.- It's not. You need to put `if err != nil { return err }` everywhere.
gollark: Oh, and the error handling is terrible and it's kind of the type system's fault.
gollark: If I remember right Go strings are just byte sequences with no guarantee of being valid UTF-8, but all the functions working on them just assume they are.
gollark: Oh, and the strings are terrible.

See also

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.