|
|
|
|
|
by gymbeaux
426 days ago
|
|
Because (as far as I know) that's not the case for most other languages. It's an interesting (and certainly not necessarily "wrong") way to program when you aren't sure about how to write something. Python has something similar, that I will occasionally utilize for this purpose, but it doesn't show documentation (as far as I know) or anything like that while it sounds like gchi has functionality kind of like CLI tools' "--help"? With C#, intellisense takes the role of gchi and does pop up say the valid methods and properties of a class, and iirc includes documentation text. So it's less about that haskell has "coding help" built in and more about how that's presented to and interacted by the developer. |
|