|
|
|
|
|
by catnaroek
3595 days ago
|
|
> In VisualWorks, there were different two ways of writing a short script to verify this in a matter of seconds. This doesn't scale to either large programs or programs not entirely written by yourself. In ML, there's no need to search anything: the only admissible operations on a value are those sanctioned by its type. > You could also sometimes achieve this with a few cascaded searches through the Refactoring Browser. As a library author, you can't search code written by users of your library. In ML, I can prove things not only about my own code, but also about how others may use it. |
|
My industry experience clearly shows that you're just flat wrong -- with multiple large systems written by other people over the span of over a decade.
As a library author, you can't search code written by users of your library.
What kind of nonsense is this? The library author doesn't need to do such a search! The library users in Smalltalk would do such searches. Access to source was the norm. Decompilation in Smalltalk is trivially perfect, excluding local variable names, so closed source was fairly pointless.