Languages Features Creators Calendar CSV Resources Blog About Pricing Add Language
GitHub icon

Nu

Nu - Programming language

< >

Nu is a programming language created in 2007 by Tim Burks.

#450on PLDB 16Years Old 290Users
0Books 0Papers 215Repos

Nu is an interpreted object-oriented programming language, with a Lisp-like syntax, created by Tim Burks as an alternative scripting language to program OS X through its Cocoa application programming interface (API). Implementations also exist for iPhone and Linux. The language was first announced at C4, a conference for indie Mac developers held in August 2007.. Read more on Wikipedia...


Example from hello-world:
(puts "Hello World")
Example from Linguist:
#!/usr/bin/env nush (puts "Hello")
Example from Wikipedia:
(unless @prefix (set @prefix "#{((((NSProcessInfo processInfo) arguments) 0) dirName)}..")) (unless @icon_files (set @icon_files (array "#{@prefix}/share/nu/resources/nu.icns")))

Language features

Feature Supported Token Example
Strings ✓ "
"Hello world"
Print() Debugging ✓ puts
beef.html · nu.html · ragel.html

View source

- Build the next great programming language · Search · v2023 · Day 208 · Docs · Acknowledgements · Traffic · Traffic Today · Mirrors · GitHub · feedback@pldb.com