https://github.com/ametrine-cc/nsharp
The official NSharp Github Repository
https://github.com/ametrine-cc/nsharp
csharp nsharp programminglanguage
Last synced: 23 days ago
JSON representation
The official NSharp Github Repository
- Host: GitHub
- URL: https://github.com/ametrine-cc/nsharp
- Owner: Ametrine-cc
- Created: 2025-04-21T19:03:04.000Z (28 days ago)
- Default Branch: main
- Last Pushed: 2025-04-21T20:02:20.000Z (28 days ago)
- Last Synced: 2025-04-27T01:01:58.944Z (23 days ago)
- Topics: csharp, nsharp, programminglanguage
- Homepage: https://ametrine-cc.github.io/NSharp/
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NSharp | Official Documentation
Welcome to NSharp, a powerful and intuitive programming language designed for developers who value simplicity and efficiency.
## Getting Started
To get started with NSharp, follow these steps:
1. Install the NSharp inperpreter and compiler.
- [Download for linux](https://github.com/Ametrine-cc/NSharp/archive/refs/heads/main.zip)
- Download for windows (coming soon)
- Download for mac (coming soon)2. Create a new NSharp file in your preferred IDE or text editor.
3. Write your first NSharp program and run it.
## Installation:
### Linux:
Dependencies:
- DotNet Core SDK 9.0
- A Brain1. Download the source code from [GitHub](https://github.com/Ametrine-cc/NSharp).
And install the necessary dependencies.2. Open the downloaded files and extract it to a directory of your choice.
3. Run the installation script.
```
dotnet run install.cs
```4. Once the installation is complete, you can start using NSharp.
## Examples:
```
println("Hello, World!")
readln("What's your name? ")var x = 5
println(x)
```More examples can be found in the [examples](https://ametrine-cc.github.io/NSharp/examples) directory.