https://futureofcoding.org/ logo
#share-your-work
Title
# share-your-work
j

Jared Forsyth

10/07/2023, 4:09 AM
I've been doing a bunch of diving into type inference algorithms trying to understand them better so I can write a good one for the language I'm creating, and my latest project is visualizing how the algorithms work, to get a better intuition for them. Here's a visualization of basic hindley-milner's algorithm-j. You can play with it here https://type-inference-j.surge.sh/
m

Mattia Fregola

10/08/2023, 10:42 PM
3 Views