|
|
|
|
|
by smabie
2166 days ago
|
|
Typed Racket tends to work pretty well, and you can gradually add types to dynamic code. Probably the most mature type system of any Lisp. And if you feel like types are too constraining for a part of your code, you can just leave them out. You get the best of both worlds! |
|