From 6aede5fa97b7b6a395c9ee17d5584ceabd94876f Mon Sep 17 00:00:00 2001 From: Clinton R. Nixon Date: Mon, 7 Sep 2009 08:09:38 -0400 Subject: CHICKENscheme formula CHICKEN is a compiler for the Scheme programming language. CHICKEN produces portable, efficient C, supports almost all of the R5RS Scheme language standard, and includes many enhancements and extensions. CHICKEN runs on Linux, MacOS X, Windows, and many Unix flavours. --- Library/Formula/chicken.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Library/Formula/chicken.rb (limited to 'Library/Formula') diff --git a/Library/Formula/chicken.rb b/Library/Formula/chicken.rb new file mode 100644 index 000000000..fca500ad9 --- /dev/null +++ b/Library/Formula/chicken.rb @@ -0,0 +1,14 @@ +require 'brewkit' + +class Chicken