Skip to content

Commit

Permalink
Chez Scheme is now open source - use the compiler instead of petite
Browse files Browse the repository at this point in the history
  • Loading branch information
laqrix committed Jun 27, 2016
1 parent a4f8ad8 commit 579c6bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,9 +1,9 @@
Simple raytracer in Scheme

Implemented using Petite Chez Scheme 8.1 on a MacBook Pro.
Implemented using Chez Scheme 9.4.1 on a MacBook Pro.

To run:
> petite main.ss simple.scene
> scheme main.ss simple.scene
This will load 'simple.scene' for the scene. Output will go to 'simple.tga'.

Expand Down
2 changes: 1 addition & 1 deletion tests/Makefile
@@ -1,4 +1,4 @@
scheme := petite
scheme := scheme

.PHONY: all
all: render
Expand Down

0 comments on commit 579c6bc

Please sign in to comment.