Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

Nuua

< >

Nuua is a programming language created in 2018.

#1809on PLDB 6Years Old
Download source code:
git clone https://github.com/nuua-io/Nuua

The Nuua Programming Language - A zero dependencies, high level strong typed, interpreted language built on the top of modern C++17.


Example from the web:
class Triangle { b: float h: float fun area(): float -> (self.b * self.h) / 2.0 } fun main(argv: [string]) { t := Triangle!{b: 10.0, h: 5.0} print "The area is: " + t.area() as string }

View source

- Build the next great programming language About Acknowledgements Extensions Day 630 Donate feedback@pldb.io