Hacker News new | ask | show | jobs
by fithisux 1213 days ago
Love the beauty of Scheme, but lack of types (mypy Python / Java dev/ TS dev) infuses fear to me.

I think with a little of patience I can get by.

1 comments

You should try typed Racket!
Will do. I have also found that 3 days ago

https://github.com/zdimension/hm-infer-scheme

fantastic for research

CL is decent in this regard: http://alhassy.com/TypedLisp
I don’t have much experience with CL, but I was always a bit put off by a mixture of different paradigms it has, ie it’s not being a pure or kinda pure functional language.
That's an advantage for me, tbh.
I meant regarding types, I think the equivalent to the other link would be Coalton: https://github.com/coalton-lang/coalton