Skip to content

Latest commit

 

History

History

v

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

V

V Examples:

To get V:

MacOS


In your terminal (Mac Terminal):

  $ git clone https://github.com/vlang/v
  $ cd v
  $ make
Windows


In your terminal (Command Prompt or Shell):

  $ git clone https://github.com/vlang/v
  $ cd v
  $ make.bat 

About V:

V was influenced by languages such as Oberon, Swift, Kotlin, and Python. It was created by Alex Medvednikov and became available as an open source project in 2019. The creator wanted to create a language that was fast, safe, and simple to learn.

V Resources:

V Open Source Resources:

V is an open source project so feel free to add any contributions!