home.social

#gradualtyping — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #gradualtyping, aggregated by home.social.

fetched live
  1. Second is "Robust Dynamic Embedding for Gradual Typing" by Koen Jacobs, Matías Toro, Nicolas Tabareau, and Éric Tanter. Just when you thought that the field of different criteria for gradual type systems had been fully explored, there is another one that is at the same time quite intuitive and not implied by any of the previous criteria. It's also fully formalized in Rocq (actually using Iris) which is quite impressive.

    dl.acm.org/doi/10.1145/3747507

    #GradualTyping #Rocq #Iris
  2. Second is "Robust Dynamic Embedding for Gradual Typing" by Koen Jacobs, Matías Toro, Nicolas Tabareau, and Éric Tanter. Just when you thought that the field of different criteria for gradual type systems had been fully explored, there is another one that is at the same time quite intuitive and not implied by any of the previous criteria. It's also fully formalized in Rocq (actually using Iris) which is quite impressive.

    dl.acm.org/doi/10.1145/3747507

    #GradualTyping #Rocq #Iris
  3. @yuuyin @ohmrun I think Nickel (github.com/tweag/nickel) might in the long run be used as a replacement for the Nix language. #gradualTyping

  4. @yuuyin @ohmrun I think Nickel (github.com/tweag/nickel) might in the long run be used as a replacement for the Nix language. #gradualTyping

  5. Listening to a webdev podcast I enjoy, whenever the show runners bring up Typescript (all the time), I mentally substitute #Clojure specs. #gradualtyping

  6. Listening to a webdev podcast I enjoy, whenever the show runners bring up Typescript (all the time), I mentally substitute #Clojure specs. #gradualtyping

  7. I quite like #Python3 with #mypy #gradualtyping, but I still miss proper algebraic data types (ADT) support. I'm giving pypi.org/project/algebraic-dat a try. Hit me if you've better suggestions/tips!