What do people actually mean when they say "the syntax is janky"? I often see comparisons to languages like Python and Kotlin, but both encode far less information on their syntax because they don't have the same…
> I love inaction as a default decision The thing is, inaction is not simply "not taking an action"; Inaction is taking active action of accepting the current solution. > I doubt that the best proposals are so horrible…
> How are concepts fixing a problem created by previous features to the langue? Concepts fix implicit template requirements > What about ranges? Fix the bad iterators > Auto Fix the the overly long type names > Move…
Some news websites conduct A/B testing for titles. Maybe it was one of the options.
Setting aside certain implementation details, here's the basics: Kernel Threads (aka threads): OS-Level and preemptive. Green Threads (aka lightweight threads, virtual threads or goroutines): User-level and preemptive.…
Is the app the same as the desktop version feature wise?
It might not be a great language to create compilers, but python also has a pretty good structured pattern matching as of version 3.10: class BinOp: def __init__(self, left, right, operator): self.left = left self.right…
I believe that every game have this problem if you are far enough away from the origin. 3kliksphilip did a great video on this subject: https://www.youtube.com/watch?v=eK7eNgiQfhk
What do people actually mean when they say "the syntax is janky"? I often see comparisons to languages like Python and Kotlin, but both encode far less information on their syntax because they don't have the same…
> I love inaction as a default decision The thing is, inaction is not simply "not taking an action"; Inaction is taking active action of accepting the current solution. > I doubt that the best proposals are so horrible…
> How are concepts fixing a problem created by previous features to the langue? Concepts fix implicit template requirements > What about ranges? Fix the bad iterators > Auto Fix the the overly long type names > Move…
Some news websites conduct A/B testing for titles. Maybe it was one of the options.
Setting aside certain implementation details, here's the basics: Kernel Threads (aka threads): OS-Level and preemptive. Green Threads (aka lightweight threads, virtual threads or goroutines): User-level and preemptive.…
Is the app the same as the desktop version feature wise?
It might not be a great language to create compilers, but python also has a pretty good structured pattern matching as of version 3.10: class BinOp: def __init__(self, left, right, operator): self.left = left self.right…
I believe that every game have this problem if you are far enough away from the origin. 3kliksphilip did a great video on this subject: https://www.youtube.com/watch?v=eK7eNgiQfhk