Measures Concepts
GitHub icon

Nuua

Nuua - Programming language

< >

Nuua is a programming language created in 2018.

Source code:
git clone https://github.com/nuua-io/Nuua
#1634on PLDB 6Years Old

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 Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout