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. Geoffrey Litt‏ @geoffreylitt 22 Jan 2020

      2/ Compared to other formal methods, type systems provide a nice sweet spot: * lightning fast speed * convenience (no type annotations w/ inference, no manual proofs to write) * confidence, via soundness

      1 reply 0 retweets 2 likes
      Show this thread
    2. Geoffrey Litt‏ @geoffreylitt 22 Jan 2020

      3/ And good type systems (OCaml, Rust) can check surprisingly useful properties while preserving all 3 of those benefits. Other FM approaches (eg model checking, abstract interpretation) can check even richer properties, but you lose out on other axes...

      1 reply 0 retweets 1 like
      Show this thread
    3. Geoffrey Litt‏ @geoffreylitt 22 Jan 2020

      4/ For me, speed is the most interesting axis to consider. @neurocy and @darklang are showing how type systems can be an essential ingredient for radical new interactive programming experiences. Only possible with fast analysis.

      1 reply 0 retweets 5 likes
      Show this thread
    4. Geoffrey Litt‏ @geoffreylitt 22 Jan 2020

      5/ Also relates to my advisor Daniel Jackson's work on "lightweight formal methods." When you work in Alloy (http://alloytools.org/ ), you're in conversation with the tool, sketching out a model, gradually refining. Speed is critical for that interactive workflow

      1 reply 0 retweets 1 like
      Show this thread
    5. Geoffrey Litt‏ @geoffreylitt 22 Jan 2020

      6/ As other PL techniques get faster, new possibilities will open up for interactive tools... For example, @webyrd is building an IDE with live program synthesis built in. Autocomplete on mega steroids🤯https://github.com/webyrd/Barliman 

      1 reply 1 retweet 9 likes
      Show this thread
    6. Geoffrey Litt‏ @geoffreylitt 22 Jan 2020

      7/ Of course, speed is necessary, not sufficient. Wrangling terrible compiler errors still sucks even if they're fast. But with thoughtful design, it seems like types and other lightweight formal methods have a key role to play in the future of programming environments

      1 reply 0 retweets 0 likes
      Show this thread
    7. Geoffrey Litt‏ @geoffreylitt 22 Jan 2020

      8/8 I still have a lot to learn about types and formal methods, so I'm curious to hear thoughts on all this, or pointers to related ideas/readings!

      1 reply 0 retweets 0 likes
      Show this thread
    8. Will Crichton‏ @wcrichton 22 Jan 2020
      Replying to @geoffreylitt

      Underexplored area IMO: usability of type inference. More sophisticated type systems become, more complicated the inference. HM-style is already hard to understand. What about when your SMT solver fails?

      2 replies 0 retweets 2 likes
    9. Will Crichton‏ @wcrichton 22 Jan 2020
      Replying to @wcrichton @geoffreylitt

      Inference is supposed to be a black box. But when it fails, the user inevitably needs to know how it works to avoid trial and error. These systems need to be able to explain themselves, interactively teach their mechanics.

      1 reply 0 retweets 0 likes
    10. Geoffrey Litt‏ @geoffreylitt 22 Jan 2020
      Replying to @wcrichton

      Yeah, I really like the idea of allowing the user to pop the hood. Could be fun to try a naive thing like just show a graph representation of the constraints. Probably horrifyingly large for real programs, but maybe you can prune? And then link to the source somehow too?

      1 reply 0 retweets 1 like
      Will Crichton‏ @wcrichton 22 Jan 2020
      Replying to @geoffreylitt

      Yeah, that approach turns it into a data vis problem. Probably want some kind of Google Map-esque zooming approach, viewing at different layers of abstraction. Very similar to how hw engineers use visual layouts for designing/debugging whole chips vs. individual components.

      2:08 PM - 22 Jan 2020
      • 1 Like
      • andrew🦆blinn
      1 reply 0 retweets 1 like
        1. New conversation
        2. Will Crichton‏ @wcrichton 22 Jan 2020
          Replying to @wcrichton @geoffreylitt

          At OPLSS, I was talking to someone about usability of theorem provers. IIRC they said when their prover failed, they would open the hidden text logs to see the proof tree it spit out and find the offending node. That was the signal for where to start fixing the proof.

          1 reply 0 retweets 1 like
        3. Will Crichton‏ @wcrichton 22 Jan 2020
          Replying to @wcrichton @geoffreylitt

          More generally, we **have** to move beyond ASCII diagnostics. We can push termcolor, ncurses, etc. to their limits but eventually we will need interactivity, direct manipulation, functional reactivity, etc. in our error messages.

          0 replies 0 retweets 2 likes
        4. End of conversation

      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