What are some of its advatanges over JS?

  • Ihavehadenough
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    4 years ago

    what is a strict type?

    Also there’s no reason whatsoever why a dynamically typed language cannot be strongly typed

    but you also gain intellisense and auto-complete and all that too.

    I don’t believe this has anything to do with types at all

    I can’t tell you how many times I’ve been saved by accidentally forgetting a field that was marked as required, at compile time.

    There’s no reason why an implementation of a dynamically typed language cannot check for things like this either, this is just a common misconception brought about by the way some interpreters work.