|
You are here |
davi.sh | ||
| | | | |
takeonrules.com
|
|
| | | | | About 15 or so years ago, I was changing jobs. I was leaving the walled garden of an Integrated Development Environment (IDE ??) for a proprietary language that deployed to an IBM System iSeries (AS/400 ??) . (Sidenote: We wrote in Report Program Generator programming language from IBM (IBM RPG ??) and Cool Plex, which looked a lot of meta-code and what I now know to be RDF Triples ) At my new job, I was writing web-facing applications using open source technology and deploying to Linux. | |
| | | | |
vxlabs.com
|
|
| | | | | The language server protocol was proposed by Microsoft as a way for different editors and development environments to share language analysis backends This post describes how to configure Emacs, lsp-mode and the palantir python-language-server for improved code intelligence when working on Python projects. (I'm planning a companion post for Emacs, C++ and the cquery language server.) Goal Before starting, it is motivating to see what we are working towards. With a correctly configured setup, Emacs will s... | |
| | | | |
ncona.com
|
|
| | | | | In this post we're going to configure neovim to work with Arduino Language Server. Nvim Lsp Config Neovim comes with an LSP client included, nvim-lspconfig is a plugin that helps us configure the client so it can talk to LSP servers. This configuration should be enough to get started with Arduino: 1 2 3 4 5 6 return { | |
| | | | |
github.com
|
|
| | | MSVC's implementation of the C++ Standard Library. - STL/stl/inc/vector at 530bdc5aaa8a21277e1281ad3df8b8d8433b5caa · microsoft/STL | ||