Introduction Working with different software (samples, compilers, demos) always requires an adequate environment. Because i don’t want to pollute my normal environment (my running PC), i decided to use a virtual environment with Docker. Luckily, VS Code supports this by using remote containers and working fully within these containers. The […]
Daily
2 Beiträge
Introduction Today, i followed my guidelines to learn/refresh one programming language every month. So, i decided to refresh my Prolog knowledge. The first step in doing this was to set up a development environment. With VS Code and Docker, this was easy. Read here to see how i did this. […]