|
|
|
|
|
by Laaas
1217 days ago
|
|
My biggest complaint with all these AI coding tools is that they fail to make use of types; types would allow you to filter many incorrect outputs trivially by type checking it. If you go all the way to dependent types, you could even make it prove that the code is correct. If it's not correct, it won't type check. No need for the human to check anything beyond the types. |
|