Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Nuua

< >

Nuua is a programming language created in 2018.

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

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 }

- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v144.0.0