Redesign site.

This commit is contained in:
Bob Nystrom
2014-04-16 08:00:15 -07:00
parent f03895b17e
commit 2567c4846e
24 changed files with 341 additions and 175 deletions
+3 -3
View File
@@ -1,13 +1,13 @@
^title Welcome
^title Welcome!
Wren is a *small, clean, fast, class-based scripting language.* Think Smalltalk
in a Lua-sized package.
:::java
:::dart
IO.print("Hello, world!")
class Wren {
adjectives = ["small", "clean", "fast"]
adjectives = ["sm\nall", "clean", "fast"]
languageType {
"scripting"
}