1 | == Tips and tricks |
---|
2 | |
---|
3 | * [[Generating the smallest possible, self-contained executable]] |
---|
4 | * [[Building Chicken for Performance]] |
---|
5 | * [[Using the GNU Autotools with compiled code]] |
---|
6 | * [[Cross compilation]] |
---|
7 | * [[Writing portable scripts]] |
---|
8 | * [[Compiler or interpreter]] |
---|
9 | * [[Deploying Linux binaries]] |
---|
10 | * [[Deploying Cocoa applications]] |
---|
11 | * [[Linking eggs statically]] |
---|
12 | * [[Editing Chicken code]] |
---|
13 | * [[define-record and srfi 17]] |
---|
14 | * [[bash completion | bash completion for chicken tools]] |
---|
15 | * [[Vim mode for .ssp files]] |
---|
16 | * [[Allocating C structures under control of the Chicken GC]] |
---|
17 | * [[Building Chicken with MacOS X]] |
---|
18 | |
---|
19 | == Code snippets |
---|
20 | |
---|
21 | * [[Chicken Invaders, with Continuations]] |
---|
22 | * [[A script to browse the HTML manual]] |
---|
23 | * [[An extended FFI example]] |
---|
24 | * [[Python-like generators]] |
---|
25 | * [[Connecting to a REPL via sockets]] |
---|
26 | * [[Chase Sequence]] |
---|
27 | * [[http://schemely.blogspot.com/2006/02/scheme-sudoku-solver.html|Sudoku Solver]] |
---|
28 | * [[Cocoa OpenGL]] |
---|
29 | * [[usual-integrations-and-let|Usual integrations and LET]] |
---|
30 | * [[location-and-c-string-star|location and c-string*]] |
---|
31 | * [[set-read-syntax-example|set-read-syntax! example]] |
---|
32 | * [[simple-2-dimensional-sparse-array|simple 2 dimensional sparse array example]] |
---|
33 | * [[drupal-xml-rpc|Connecting to a Drupal XML-RPC server]] |
---|
34 | * [[Wrapping simple c structs]] |
---|