mit-scheme-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MIT-Scheme-devel] Symmetric MultiProcessing


From: Matt Birkholz
Subject: [MIT-Scheme-devel] Symmetric MultiProcessing
Date: Sun, 26 Oct 2014 18:44:06 -0700

> From: Matt Birkholz <address@hidden>
> Date: Tue, 19 Aug 2014 13:39:59 -0700
> 
> [...] Now is the time to say "Whoa!"

The fluidization patches have been in master for almost 2 months now.
If there is any wailing or gnashing of teeth going on out there, y'all
are being creepy-silent about it.

Just in case you missed it, here are the global bindings that are now
fluids.  This list should maybe go in something maybe called "9.3
Raleez Notes" (not sure of the spelling).

        *default-pathname-defaults*
        *parser-associate-positions?*
        *parser-atom-delimiters*
        *parser-canonicalize-symbols?*
        *parser-constituents*
        *parser-enable-file-attributes-parsing?*
        *parser-keyword-style*
        *parser-radix*
        *parser-table*
        *pp-arity-dispatched-procedure-style*
        *pp-auto-highlighter*
        *pp-avoid-circularity?*
        *pp-default-as-code?*
        *pp-forced-x-size*
        *pp-lists-as-tables?*
        *pp-named-lambda->define?*
        *pp-no-highlights?*
        *pp-primitives-by-name*
        *pp-save-vertical-space?*
        *pp-uninterned-symbols-by-name*
        *random-state*
        *unparse-abbreviate-quotations?*
        *unparse-compound-procedure-names?*
        *unparse-primitives-by-name?*
        *unparse-uninterned-symbols-by-name?*
        *unparse-with-datum?*
        *unparse-with-maximum-readability?*
        *unparser-list-breadth-limit*
        *unparser-list-depth-limit*
        *unparser-radix*
        *unparser-string-length-limit*
        *unparser-table*
        flonum-unparser-cutoff
        load/loading?
        load/suppress-loading-message?
        standard-breakpoint-hook
        standard-error-hook
        standard-warning-hook

Ya, 38 global bindings!  There are another 60 internal bindings
similarly affected.  If you are the type that likes to frob internals,
you might be interested in the following list, in alphabetical order
by package name.

        (runtime advice)advice-continuation
        (runtime advice)the-arguments
        (runtime advice)the-procedure
        (runtime advice)the-result
        (runtime compiler-info)directory-rewriting-rules
        (runtime debugger)*dstate*
        (runtime debugger)*port*
        (runtime directory)*expand-directory-prefixes?*
        (runtime error-handler)*bound-restarts*
        (runtime error-handler)break-on-signals-types
        (runtime error-handler)dynamic-handler-frames
        (runtime error-handler)static-handler-frames
        (runtime gc-statistics)hook/record-statistic!
        (runtime load)*current-load-environment*
        (runtime load)*eval-unit*
        (runtime load)*load-init-file?*
        (runtime load)*write-notifications?*
        (runtime load)load/after-load-hooks
        (runtime options)*options*
        (runtime options)*parent*
        (runtime parser)runtime-parser-associate-positions?
        (runtime parser)runtime-parser-atom-delimiters
        (runtime parser)runtime-parser-canonicalize-symbols?
        (runtime parser)runtime-parser-constituents
        (runtime parser)runtime-parser-enable-file-attributes-parsing?
        (runtime parser)runtime-parser-keyword-style
        (runtime parser)runtime-parser-radix
        (runtime parser)runtime-parser-table
        (runtime pathname)library-directory-path
        (runtime port)*current-input-port*
        (runtime port)*current-output-port*
        (runtime port)*interaction-i/o-port*
        (runtime port)*notification-output-port*
        (runtime port)*trace-output-port*
        (runtime pretty-printer)code-dispatch-list
        (runtime pretty-printer)dispatch-default
        (runtime pretty-printer)dispatch-list
        (runtime pretty-printer)output-port
        (runtime pretty-printer)x-size
        (runtime program-copier)*copy-constants*
        (runtime program-copier)*object-copies*
        (runtime rep)*nearest-cmdl*
        (runtime save/restore)*within-restore-window?*
        (runtime stack-sampler)stack-sampling-return-address
        (runtime structure-parser)name-counters
        (runtime swank)*buffer-pstring*
        (runtime swank)*index*
        (runtime swank)*sldb-state*
        (runtime swank)*top-level-restart*
        (runtime syntax output)*rename-database*
        (runtime thread)root-continuation-default
        (runtime unparser)*default-unparser-state*
        (runtime unparser)*dispatch-table*
        (runtime unparser)*environment*
        (runtime unparser)*list-depth*
        (runtime unparser)*output-port*
        (runtime unparser)*slashify?*
        (runtime unsyntaxer)substitutions
        (runtime user-interface)*notification-depth*
        (runtime working-directory)*working-directory-pathname*



reply via email to

[Prev in Thread] Current Thread [Next in Thread]