Skip to content
  • Home Home Home, current page.
  • Moments Moments Moments, current page.

Saved searches

  • Remove
  • In this conversation
    Verified accountProtected Tweets @
Suggested users
  • Verified accountProtected Tweets @
  • Verified accountProtected Tweets @
  • Language: English
    • Bahasa Indonesia
    • Bahasa Melayu
    • Català
    • Čeština
    • Dansk
    • Deutsch
    • English UK
    • Español
    • Filipino
    • Français
    • Hrvatski
    • Italiano
    • Magyar
    • Nederlands
    • Norsk
    • Polski
    • Português
    • Română
    • Slovenčina
    • Suomi
    • Svenska
    • Tiếng Việt
    • Türkçe
    • Ελληνικά
    • Български език
    • Русский
    • Српски
    • Українська мова
    • עִבְרִית
    • العربية
    • فارسی
    • मराठी
    • हिन्दी
    • বাংলা
    • ગુજરાતી
    • தமிழ்
    • ಕನ್ನಡ
    • ภาษาไทย
    • 한국어
    • 日本語
    • 简体中文
    • 繁體中文
  • Have an account? Log in
    Have an account?
    · Forgot password?

    New to Twitter?
    Sign up
wcrichton's profile
Will Crichton
Will Crichton
Will Crichton
@wcrichton

Tweets

Will Crichton

@wcrichton

Articulating the ineffable. Programming language theory 🤝 cognitive psychology. PhD @Stanford

he/him
willcrichton.net
Joined September 2011

Tweets

  • © 2021 Twitter
  • About
  • Help Center
  • Terms
  • Privacy policy
  • Cookies
  • Ads info
Dismiss
Previous
Next

Go to a person's profile

Saved searches

  • Remove
  • In this conversation
    Verified accountProtected Tweets @
Suggested users
  • Verified accountProtected Tweets @
  • Verified accountProtected Tweets @

Promote this Tweet

Block

  • Tweet with a location

    You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more

    Your lists

    Create a new list


    Under 100 characters, optional

    Privacy

    Copy link to Tweet

    Embed this Tweet

    Embed this Video

    Add this Tweet to your website by copying the code below. Learn more

    Add this video to your website by copying the code below. Learn more

    Hmm, there was a problem reaching the server.

    By embedding Twitter content in your website or app, you are agreeing to the Twitter Developer Agreement and Developer Policy.

    Preview

    Why you're seeing this ad

    Log in to Twitter

    · Forgot password?
    Don't have an account? Sign up »

    Sign up for Twitter

    Not on Twitter? Sign up, tune into the things you care about, and get updates as they happen.

    Sign up
    Have an account? Log in »

    Two-way (sending and receiving) short codes:

    Country Code For customers of
    United States 40404 (any)
    Canada 21212 (any)
    United Kingdom 86444 Vodafone, Orange, 3, O2
    Brazil 40404 Nextel, TIM
    Haiti 40404 Digicel, Voila
    Ireland 51210 Vodafone, O2
    India 53000 Bharti Airtel, Videocon, Reliance
    Indonesia 89887 AXIS, 3, Telkomsel, Indosat, XL Axiata
    Italy 4880804 Wind
    3424486444 Vodafone
    » See SMS short codes for other countries

    Confirmation

     

    Welcome home!

    This timeline is where you’ll spend most of your time, getting instant updates about what matters to you.

    Tweets not working for you?

    Hover over the profile pic and click the Following button to unfollow any account.

    Say a lot with a little

    When you see a Tweet you love, tap the heart — it lets the person who wrote it know you shared the love.

    Spread the word

    The fastest way to share someone else’s Tweet with your followers is with a Retweet. Tap the icon to send it instantly.

    Join the conversation

    Add your thoughts about any Tweet with a Reply. Find a topic you’re passionate about, and jump right in.

    Learn the latest

    Get instant insight into what people are talking about now.

    Get more of what you love

    Follow more accounts to get instant updates about topics you care about.

    Find what's happening

    See the latest conversations about any topic instantly.

    Never miss a Moment

    Catch up instantly on the best stories happening as they unfold.

    1. Will Crichton‏ @wcrichton 21 Jul 2020

      Are there any programming languages with *intentionally* unsound static type systems?

      13 replies 6 retweets 21 likes
    2. Josh Horowitz‏ @qualmist 21 Jul 2020
      Replying to @wcrichton

      Does TypeScript count? https://www.typescriptlang.org/docs/handbook/type-compatibility.html … says things like "The places where TypeScript allows unsound behavior were carefully considered", which sounds like what you're looking for.

      1 reply 0 retweets 12 likes
      Will Crichton‏ @wcrichton 21 Jul 2020
      Replying to @qualmist

      Will Crichton Retweeted Will Crichton

      It does, although I'm realizing "sound" is hard to characterize. In a PLT sense, Typescript statics + dynamics are collectively sound b/c anything not caught by type system is checked at runtime. No stuck states / UB / segfaults / etc.https://twitter.com/wcrichton/status/1285700061712785408 …

      Will Crichton added,

      Will Crichton @wcrichton
      Replying to @wcrichton @nick_r_cameron
      Hmm, the original tweet may be poorly phrased. This is the kind of example I want, but the Dart type system is still sound here when paired with runtime checks. Like soundness of gradual typing.
      4:00 PM - 21 Jul 2020
      • 2 Likes
      • Albert Cohen Absinthe Party @ the CS Bizarre
      6 replies 0 retweets 2 likes
        1. New conversation
        2. Will Crichton‏ @wcrichton 21 Jul 2020
          Replying to @wcrichton @qualmist

          The distinction matters b/c the TS designers are only sacrificing completeness of their type system (wrt to goal of no UB), not soundness. I'm also interested in languages that gave up soundness in this sense.

          1 reply 0 retweets 0 likes
        3. John Renner‏ @thedjrenren 21 Jul 2020
          Replying to @wcrichton @qualmist

          It depends whether you would count a runtime type exception as unsoundness. I think it’s fair to call these similar to segfaults. TS remains “object-safe” at runtime (no buffer overflows) but you can also try to set a field on an integer by accident.

          1 reply 0 retweets 0 likes
        4. Show replies
        1. New conversation
        2. Josh Horowitz‏ @qualmist 21 Jul 2020
          Replying to @wcrichton

          I can't quite see how a segfault is different (in practice) from "undefined is not a function". Is it caught-by-OS vs. caught-by-interpreter that you are noting here?

          2 replies 0 retweets 0 likes
        3. Will Crichton‏ @wcrichton 21 Jul 2020
          Replying to @qualmist

          Putting the PL theory hat on... If Javascript had a formal language semantics, "Undefined is not a function" would be listed as a rule. If C had a formal language semantics, *NULL would not be listed as a rule, i.e. have no semantic meaning defining the behavior.

          1 reply 1 retweet 0 likes
        4. Show replies
        1. New conversation
        2. Dimitris Vardoulakis‏ @dimvar 21 Jul 2020
          Replying to @wcrichton @qualmist

          TypeScript (and also Flow and Closure Compiler) has an unsound type system, because it violates the preservation property: an expression e1 can reduce to an expression e2 with a different type.

          1 reply 0 retweets 1 like
        3. Dimitris Vardoulakis‏ @dimvar 21 Jul 2020
          Replying to @dimvar @wcrichton @qualmist

          Unsoundness happens in many rules (generics, array accesses, computed properties, others), not just in isolated cases, in order to keep the type system relatively simple and be able to type real-world JavaScript.

          1 reply 0 retweets 0 likes
        4. Show replies
        1. New conversation
        2. Sam Tobin-Hochstadt‏ @samth 21 Jul 2020
          Replying to @wcrichton @qualmist

          No, this is no correct. TypeScript and Dart are both unsound became expressions of type Integer do not always produce values of type Integer (or errors). Soundness is not only (or even mostly) about error states.

          1 reply 2 retweets 3 likes
        3. Will Crichton‏ @wcrichton 21 Jul 2020
          Replying to @samth @qualmist

          I agree that the type system doesn't satisfy preservation. But soundness is usually defined as not reaching a stuck state, right? (At least, I double checked TAPL and that's what it says.) And so long as the runtime still has dynamic type checks, the whole system is sound.

          2 replies 0 retweets 0 likes
        4. Show replies
        1. Paolo G. Giarrusso‏ @Blaisorblade 22 Jul 2020
          Replying to @wcrichton @qualmist

          Reading this again, what you're describing is called memory-safety in TAPL. So I'm not sure if the point I just made is exactly your point — but it's related.

          0 replies 0 retweets 0 likes
          Thanks. Twitter will use this to make your timeline better. Undo
          Undo
        1. Moritz‏ @moritz_kn 22 Jul 2020
          Replying to @wcrichton @qualmist

          For Typescript this is not the case. Typescript doesn't insert runtime checks you will simply end up with different types at runtime. This is actually not even a rare thing in TS.

          0 replies 0 retweets 0 likes
          Thanks. Twitter will use this to make your timeline better. Undo
          Undo

      Loading seems to be taking a while.

      Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.

        Promoted Tweet

        false

        • © 2021 Twitter
        • About
        • Help Center
        • Terms
        • Privacy policy
        • Cookies
        • Ads info