An open API service indexing awesome lists of open source software.

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

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 Brain

1. 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.