Type Inference in JavaScript
kylesletten.com
Type Inference in JavaScript
1–4 of 4 posts
Re: Type Inference in JavaScript
#2https://cs.stackexchange.com/questions/12691/what-makes-type...
In general I am torn between the enthusiasm people like the author bring to the table and their apparent lack of due diligence regarding a discipline that has been subject to thorough research for decades.
Re: Type Inference in JavaScript
#3So dependent types. Unfortunately, not decidable. https://cs.stackexchange.com/questions/12691/what-makes-type... In general I am torn between the enthusiasm people like the author bring to the table and their apparent lack of due diligence regarding a discipline that has been subject to thorough research for decades.
Re: Type Inference in JavaScript
#4So dependent types. Unfortunately, not decidable. https://cs.stackexchange.com/questions/12691/what-makes-type... In general I am torn between the enthusiasm people like the author bring to the table and their apparent lack of due diligence regarding a discipline that has been subject to thorough research for decades.
So, I'm the author and I'm aware there are smarter people than me working on things like this, but my question is mostly whether there's a threshold where things can be useful. As an honest question, in C++ I think there's a "stack limit" of like 15 deep for generic types to avoid the fact that the types are Turing complete. Is there something that can be done that addles the type system but makes useful things possi…