overlay.js

Summary
overlay.js
bbop.contrib.go.overlayThis package contributes some very high-level functions to make using things like the web REPL easier to use with GOlr data sources.
Functions
overlayPut a set of useful functions into the global namespace for use with REPLs and the like.

bbop.contrib.go.overlay

This package contributes some very high-level functions to make using things like the web REPL easier to use with GOlr data sources.

It is suggested that you [not] use this if you are seriously programming for BBOP JS since it plays fast and loose with the dynamic environment, as well as polluting the global namespace.

NOTE: Again, this overlay is only usable in a (jQuery) browser environment--the JS environments are too varied for this to work arbitrarily, but similar approaches might work in other envorinments.

Summary
Functions
overlayPut a set of useful functions into the global namespace for use with REPLs and the like.

Functions

overlay

bbop.contrib.go.overlay = function(manager_type)

Put a set of useful functions into the global namespace for use with REPLs and the like.

Arguments

manager_typethe manager type to use, or null (no sublcass)

Returns

boolean on whether any errors were thrown

bbop.contrib.go.overlay = function(manager_type)
Put a set of useful functions into the global namespace for use with REPLs and the like.
Close