Nyah icon indicating copy to clipboard operation
Nyah copied to clipboard

🐱 A programming language, meow~

🐱 Nyah ( Unfinished )

Run tests

An object-oriented programming language, meow~

🎖️ Status

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

🔮 Example

A tasting is available here.

use Nyah.Network.HttpServer;

public func main(): ()? {
    var server = HttpServer.new();
    server.route("/", |_request, response| {
        response.write("Hello world!");
    });
    server.bind(8080);
    server.listen()
}

📚 Document

Click here for the documents.

🥳 Special Thanks

☬