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 | * [[Writing portable scripts]] |
---|
7 | * [[Compiler or interpreter]] |
---|
8 | * [[Deploying Linux binaries]] |
---|
9 | * [[Deploying Cocoa applications]] |
---|
10 | * [[Linking eggs statically]] |
---|
11 | * [[/editing-chicken-code|Editing CHICKEN code]] |
---|
12 | * [[define-record and srfi 17]] |
---|
13 | * [[bash completion | bash completion for chicken tools]] |
---|
14 | * [[Vim mode for .ssp files]] |
---|
15 | * [[Allocating C structures under control of the CHICKEN GC]] |
---|
16 | * [[/building-chicken-with-macos-x|Building CHICKEN with MacOS X]] |
---|
17 | * [[Running csi on Cygwin]] |
---|
18 | |
---|
19 | == Code snippets |
---|
20 | |
---|
21 | * [[/chicken-invaders-with-continuations|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]] |
---|
35 | * [[Communicating over a unix socket, using the socket egg]] |
---|
36 | * [[http://pestilenz.org/~bauerm/puzzle.scm|Generating random jigsaw puzzles as Scalable Vector Graphics]] |
---|