Get the latest tech news

Wren: A classy little scripting language


Think Smalltalk in a Lua-sized package with a dash of Erlang and wrapped up in a familiar, modern syntax. 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()) Wren is small.

None

Get the Android app

Or read this on Hacker News

Read more on:

Photo of Wren

Wren