Ecosyste.ms: Awesome

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

https://github.com/Cy6er7um/Nyah

🐱 A programming language, meow~
https://github.com/Cy6er7um/Nyah

language programming-languages

Last synced: 5 days ago
JSON representation

🐱 A programming language, meow~

Lists

README

        

# 🐱 Nyah ( Unfinished )

[![Run tests](https://github.com/EnabledFish/Nyah/actions/workflows/UnitTest.yml/badge.svg?branch=main)](https://github.com/EnabledFish/Nyah/actions/workflows/UnitTest.yml)

Nyah is one language designed for myself.

My ultimate goal is to develop a simple operating system using Nyah and implement POSIX.

## 🎖️ Status

Nyah is not currently available, I will slowly implement all its basic features.

## 🔮 Example

A tasting is available here.

```Nyah
use Standard.Console;

// The signature of "Main" function is always "func(): ()?",
// the return type can be emitted.
func Main() {
// '?' means unwrap the result.
// If the function returns errors, the program will throw it.
Console.WriteLine("Hello, World!")?;
}
```

## 📚 Document

Click [here](Documents/README.md) for the documents.

## 🥳 Special Thanks

- [Xie-Jason](https://github.com/Xie-Jason)

[![☬](https://komarev.com/ghpvc/?username=EnabledFish&stype=flat&label=ViewedTimes)](https://github.com/EnabledFish)