How to use the biwascheme.isPair function in biwascheme

To help you get started, we’ve selected a few biwascheme examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github biwascheme / biwascheme / test / node_functions.js View on Github external
"get-environment-variables": function(){
    var first_env = ev('(car (get-environment-variables))');
    assert.ok(BiwaScheme.isPair(first_env));
    assert.ok(_.isString(first_env.car));
    assert.ok(_.isString(first_env.cdr));
  }
};

biwascheme

A practical Scheme interpreter written in JavaScript

MIT
Latest version published 1 year ago

Package Health Score

61 / 100
Full package analysis