These are some guides for various use.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
# Nim
[Nim](https://nim-lang.org) is a statically typed compiled systems programminglanguage.
## Installation
You can install nim using choosenim with`curl https://nim-lang.org/choosenim/init.sh -sSf | sh`.
## IDE
### Vim
The steps to make Vim a c IDE are described in[the vim section of this wiki](../linux/vim/nim.md).
|