ikarus/scheme
Abdulaziz Ghuloum 24ece86772 - Added stale-when:
syntax:  (stale-when guard-expr e* ...)   ;; in definition context
            (stale-when guard-expr e e* ...) ;; in expression context

   semantics:
     When a stale-when form is encountered while expanding any code
     (expressions, macros, macros in macros, etc.) in a library
     body, the guard-expr is expanded (but not evaluated) and
     serialized along with the library.  When the library is later
     reloaded from fasl and before it is installed, the guard-expr
     is evaluated.  If guard-expr returns true, the fasl content is
     ignored and the library is recompiled afresh from source.
2009-05-28 09:02:47 +03:00
..
tests Added a test (thanks to Michele Simionato) that exhibits the 2009-04-27 10:15:35 +03:00
unicode
Makefile.am - trace-lambda and debug-call now interact properly and do not lose 2009-05-21 11:47:24 +03:00
Makefile.in - trace-lambda and debug-call now interact properly and do not lose 2009-05-21 11:47:24 +03:00
ikarus.apply.ss
ikarus.apropos.ss
ikarus.boot.4.prebuilt new boot files 2009-05-26 13:00:03 +03:00
ikarus.boot.8.prebuilt new boot files 2009-05-26 13:00:03 +03:00
ikarus.bytevectors.ss
ikarus.cafe.ss
ikarus.chars.ss
ikarus.code-objects.ss - added a way of making annotated procedures without invoking the 2009-05-11 01:35:38 +03:00
ikarus.codecs.ss
ikarus.collect.ss
ikarus.command-line.ss
ikarus.compiler.altcogen.ss - improved debugger speed when debug-calling a primitive operation. 2009-05-24 11:59:18 +03:00
ikarus.compiler.source-optimizer.ss - the source-level optimizer now optimizes (inlining, 2009-05-21 18:43:28 +03:00
ikarus.compiler.ss - Added -d (--debug) flag that enables debugging at the repl, r6rs 2009-05-18 02:08:02 +03:00
ikarus.compiler.tag-annotation-analysis.ss Out-of-tree building and testing now seems to work 2009-04-06 18:47:40 +03:00
ikarus.conditions.ss
ikarus.control.ss
ikarus.date-string.ss
ikarus.debugger.ss - trace-lambda and debug-call now interact properly and do not lose 2009-05-21 11:47:24 +03:00
ikarus.enumerations.ss
ikarus.equal.ss
ikarus.exceptions.ss
ikarus.fasl.ss
ikarus.fasl.write.ss
ikarus.fixnums.ss
ikarus.guardians.ss
ikarus.handlers.ss
ikarus.hash-tables.ss - hashtable-hash-function used to return an incorrect hash function 2009-04-11 21:39:53 +03:00
ikarus.include-src.ss Out-of-tree building and testing now seems to work 2009-04-06 18:47:40 +03:00
ikarus.intel-assembler.ss
ikarus.io.ss fixed bug that produced an incorrect assertion violation for 2009-05-24 12:49:53 +03:00
ikarus.lists.ss
ikarus.load.ss - Ikarus now recognizes IKARUS_FASL_DIRECTORY (and the corresponding 2009-05-26 13:39:32 +03:00
ikarus.main.ss - trace-lambda and debug-call now interact properly and do not lose 2009-05-21 11:47:24 +03:00
ikarus.multiple-values.ss
ikarus.not-yet-implemented.ss
ikarus.numerics.ss - hashtable-hash-function used to return an incorrect hash function 2009-04-11 21:39:53 +03:00
ikarus.ontology.ss
ikarus.pairs.ss
ikarus.pointers.ss - trace-lambda and debug-call now interact properly and do not lose 2009-05-21 11:47:24 +03:00
ikarus.posix.ss - Ikarus now recognizes IKARUS_FASL_DIRECTORY (and the corresponding 2009-05-26 13:39:32 +03:00
ikarus.predicates.ss
ikarus.pretty-formats.ss
ikarus.pretty-print.ss
ikarus.promises.ss
ikarus.reader.annotated.ss
ikarus.reader.ss
ikarus.records.procedural.ss
ikarus.singular-objects.ss - added a way of making annotated procedures without invoking the 2009-05-11 01:35:38 +03:00
ikarus.sort.ss
ikarus.string-to-number.ss fixed bug in expansion of expressions in interaction environment 2009-04-27 09:59:23 +03:00
ikarus.strings.ss
ikarus.structs.ss
ikarus.symbol-table.ss
ikarus.symbols.ss
ikarus.time-and-date.ss
ikarus.timer.ss
ikarus.unicode-conversion.ss
ikarus.unicode.ss Out-of-tree building and testing now seems to work 2009-04-06 18:47:40 +03:00
ikarus.vectors.ss
ikarus.writer.ss - added a way of making annotated procedures without invoking the 2009-05-11 01:35:38 +03:00
last-revision - Added stale-when: 2009-05-28 09:02:47 +03:00
makefile.ss - Added stale-when: 2009-05-28 09:02:47 +03:00
pass-specify-rep-primops.ss - added a way of making annotated procedures without invoking the 2009-05-11 01:35:38 +03:00
pass-specify-rep.ss - improved debugger speed when debug-calling a primitive operation. 2009-05-24 11:59:18 +03:00
psyntax.builders.ss - psyntax now produces 2009-05-14 09:52:05 +03:00
psyntax.compat.ss - Added stale-when: 2009-05-28 09:02:47 +03:00
psyntax.config.ss
psyntax.expander.ss - Added stale-when: 2009-05-28 09:02:47 +03:00
psyntax.internal.ss
psyntax.library-manager.ss - Added stale-when: 2009-05-28 09:02:47 +03:00
run-tests.64.ss
run-tests.ss
test64.ss
unicode-data.ss
x86-64-repl.ss