an interpreted programming language that allows you to write all types of programs, from simple console applications to even games
V# is a new and modern programming language. characteristics:
- it is an interpreted language
- made in C#
- easy to learn
- first you need to download V#
- then just run installer file
at this point you can already use V#
- Processor: 1 GHz or faster
- RAM: 2 GB
- Disk Space: 100 MB
-
Windows
- Windows 10 (64-bit)
- Windows 11
- Windows Server 2019+
-
Linux
- Ubuntu 20.04 LTS or later
- Debian 10 or later
- Fedora 34 or later
- CentOS 8 or later
- others must support .net8.0
- .NET SDK: Version 8.0 or later
- Processor: 2 GHz or faster, multi-core
- RAM: 4 GB or more
- Disk Space: 500 MB
- Stable internet connection (for library imports, updates)
- For computationally intensive projects:
- Processor: 4 cores, 3 GHz
- RAM: 8 GB or more
- SSD for better performance
- Recommended Code Editors:
- Visual Studio Code
- JetBrains Rider
- Sublime Text
- Atom
- Interpreter performance may vary based on:
- System specifications
- Complexity of the script
- Number of external library imports
-
Download source after you download source you shoud check if
you have .net 8.0 and right code editor like Visual studio -
Build the project
Windows
once you have .net 8.0, go to the directory where the project files are located and use dotnet build
Linux
- install .net 8.0
- clone repo
git clone https://github.com/funcieqDEV/VSharp
cd VSharp
dotnet build
You can find documentation on our official website (outdated)
official package manager (outdated source code)
- run the project
VSharp run <file.vshrp>