Difference between revisions of "Chicken"

From CBLFS
Jump to navigationJump to search
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:
 
|-valign="top"
 
|-valign="top"
 
!Download Source:
 
!Download Source:
| http://www.call-with-current-continuation.org/chicken-{{Chicken-Version}}.tar.gz
+
| http://chicken.wiki.br/releases/{{Chicken-Version}}/chicken-{{Chicken-Version}}.tar.gz
 
|}
 
|}
  
Line 80: Line 80:
 
| ???
 
| ???
 
|}
 
|}
 +
 +
[[Category:Programming]]

Latest revision as of 16:40, 19 March 2009

Download Source: http://chicken.wiki.br/releases/4.1.0/chicken-4.1.0.tar.gz

Introduction to Chicken

Chicken is a compiler for the Scheme programming language. Chicken produces portable, efficient C, supports almost all of the current Scheme language standard, R5RS and includes many enhancements and extensions.

Project Homepage: http://www.call-with-current-continuation.org/

Dependencies

Non-Multilib

Compile the package:

make PLATFORM=linux PREFIX=/usr

Install the package

make PLATFORM=linux PREFIX=/usr install

Multilib

32Bit

Compile the package:

To do ...

Install the package

To do ...

N32

Compile the package:

To do ...

Install the package

To do ...

64Bit

Compile the package:

To do ...

Install the package

To do ...

Contents

Installed Programs: ???
Installed Libraries: ???
Installed Directories: ???

Short Descriptions

program1 ???
program2 ???
library1.{so,a} ???