Bob Burger

Results 5 issues of Bob Burger

A.ss: ``` (library (A) (export A) (import (scheme)) (define A 12)) ``` ``` % scheme Chez Scheme Version 9.4.1 Copyright 1984-2016 Cisco Systems, Inc. > (compile-file "A") compiling A.ss with...

In io.ss, the threaded versions wrap console input in a with-tc-mutex form, which disables interrupts. The console input port uses a check-interrupt macro that calls $event when there's an interrupt....

@ChezScheme, would you be willing to give the Chez Scheme committers the username ChezScheme on GitHub for use as an organization?

The following shell script is installed in `/etc/service/newrelic/run` of an Ubuntu 16.04.2 LTS docker container along with `newrelic-daemon` built from the source in this repository: ``` #!/bin/bash ./newrelic-daemon -f --logfile...

CH
c-sdk

v1.1.0 on Ubuntu 18.04.3 after a clean checkout and make all: ``` $ make make -C vendor/newrelic/axiom make[1]: Entering directory '/home/rgburger/newrelic/vendor/newrelic/axiom' cat: ../../VERSION: No such file or directory make[1]: Leaving...