1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-03-09 16:44:46 +01:00

added programming language super entry

This commit is contained in:
2026-03-04 00:58:40 +01:00
parent 94aa933c17
commit 4f8c819370
4 changed files with 18 additions and 2 deletions

View File

@@ -314,8 +314,8 @@ This section is based on a
In this case the error stems from a missing package.
Normally it can easily be fixed by installing that corresponding package.
But please note that [pyenv](/wiki/programming_language/golang.md#setup) can hide packages if the
global Python version is set to something other than `system`.
But please note that [pyenv](/wiki/programming_language/python.md#pyenv-installation) can hide
packages if the global Python version is set to something other than `system`.
This is especially the case on [Arch Linux-systems](/wiki/linux/arch-linux.md) because Python
packages are also installed via [Pacman or Yay](#arch-linux-pacman-and-yay).
In this case the global Version has to be changed to `system` or the package installed to the

View File

@@ -0,0 +1,16 @@
# Programming Language
A programming language is a language for expressing computer programs.
## List of Programming Languages
The following is a list of programming languages that are featured in this wiki.
- [C](/wiki/programming_language/c.md)
- [Go](/wiki/programming_language/go.md)
- [Nim](/wiki/programming_language/nim.md)
- [Python](/wiki/programming_language/python.md)
- [Rocq](/wiki/programming_language/rocq.md)
- [Rust](/wiki/programming_language/rust.md)
- [VHDL](/wiki/programming_language/vhdl.md)
- [Viper](/wiki/programming_language/viper.md)