You are here |
www.hhyu.org | ||
| | | |
gafter.blogspot.com
|
|
| | | | In the "Gang Of Four" Patterns book 's discussion of the Iterator pattern, we read (page 260): ... | |
| | | |
wingolog.org
|
|
| | | | wingolog: article: on generators | |
| | | |
www.yld.io
|
|
| | | | ||
| | | |
cullmann.io
|
|
| | The Language Server Protocol (LSP) allows the integration of stuff like code completion, jump to definition, symbol search and more into an application without manual re-implementation for each language one wants to support. LSP doesn't fully allow an integration like KDevelop or Qt Creator do with the libclang based tooling aimed for C/C++ but on the other side offers the possibility to interface with plenty of languages without a large effort on the client side. |