summaryrefslogtreecommitdiff
path: root/examples/README
Commit message (Expand)AuthorAgeFilesLines
* add simple web app examples...* examples/web/hello.scm: * examples/web/debug-sxml.scm: New examples, for simple web applications. * examples/README: * examples/Makefile.am: Add new files. Andy Wingo2010-12-021-0/+2
* * README: Added description of compat....* compat/acconfig.h, compat/acinclude.m4, compat.h, configure.in: New files. Mikael Djurfeldt2002-12-011-0/+4
* * scripts/README, scripts/hello.scm, safe/untrusted.scm,... safe/evil.scm, safe/README, modules/README, modules/main, modules/module-0.scm, modules/module-1.scm, modules/module-2.scm: Minor cleanup. * README: Added intro stuff, restructured a bit. * box-dynamic/README, box-module/README, box/README: Cleanup and restructuring. * box-dynamic-module/box-mixed.scm: New file, demonstrating usage of extension library functionality, but without exporting procedures from the library. Thanks to Thomas Wawrzinek for the idea and example code! * box-dynamic-module/box-module.scm: Add comments, export make-box, box-ref, box-set!. * box-dynamic-module/README: Integrate new module (box-mixed), restructure and cleanup a bit. Martin Grabmüller2001-06-141-2/+19
* * box-dynamic-module: New directory, implements the box type in a... shared library and places the definitions in a C-only module. Thanks to Thomas Wawrzinek for this, too! * box-dynamic/box.c, box/box.c, box-dynamic-module/box.c, box-module/box.c (mark_box): Fixed typo in comment. Martin Grabmüller2001-06-051-6/+12
* * box-dynamic: New directory, implements the box type in a shared... library (aka extension) Thanks to Thomas Wawrzinek for patching box.c into an extension! Martin Grabmüller2001-05-311-1/+2
* Added the new `examples' directory to the distribution.Martin Grabmüller2001-05-311-0/+12