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:
@@ -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
|
||||
|
||||
16
wiki/programming_language.md
Normal file
16
wiki/programming_language.md
Normal 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)
|
||||
Reference in New Issue
Block a user