This commit is contained in:
Erik Svedäng 2016-03-24 11:32:13 +01:00
parent e9d77866c9
commit 5a67dfa69e

View File

@ -45,7 +45,7 @@ The key features of Carp are the following:
(glfw-app "This is a demo" 0.0f tick draw default-on-keys))
```
To build this example, save it to a file called 'example.carp' and load it with ```(load-lisp "example.carp")```, then execute ```(bake-exe spin)``` to build an executable, ```(spin)``` to run the program directly from the REPL.
To build this example, save it to a file called 'example.carp' and load it with ```(load-lisp "example.carp")```, then execute ```(bake-exe spin)``` to build an executable, or ```(spin)``` to run the program directly from the REPL.
### Contributors