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

Wren

Wren - Programming language

< >

Wren is a programming language created in 2013 by Bob Nystrom.

#279on PLDB 10Years Old 7.1kUsers
0Books 0Papers 8Repos

Try now: TIO

Wren is a small, fast, class-based concurrent scripting language.


Example from the web:
System.print("Hello, world!") class Wren { flyTo(city) { System.print("Flying to %(city)") } } var adjectives = Fiber.new { ["small", "clean", "fast"].each {|word| Fiber.yield(word) } } while (!adjectives.isDone) System.print(adjectives.call())
Example from hello-world:
IO.print("Hello World")

Language features

Feature Supported Token Example
Strings ✓ "
"Hello world"
Print() Debugging ✓ IO.print
Comments ✓
// A comment
Line Comments ✓ //
// A comment
Semantic Indentation X
ats.html · wren.html · bourne-shell.html

View source

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