Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eye-js should support the same libraries as eye #148

Open
josd opened this issue May 8, 2023 · 1 comment
Open

eye-js should support the same libraries as eye #148

josd opened this issue May 8, 2023 · 1 comment

Comments

@josd
Copy link

josd commented May 8, 2023

eye-js should support the same libraries as eye.
In order to test that, each of the following swipl queries should return true:

use_module(library(lists)).
use_module(library(gensym)).
use_module(library(system)).
use_module(library(terms)).
use_module(library(url)).
use_module(library(charsio)).
use_module(library(qsave)).
use_module(library(base64)).
use_module(library(date)).
use_module(library(prolog_jiti)).
use_module(library(sha)).
use_module(library(dif)).
use_module(library(semweb/turtle)).
use_module(library(pcre)).
use_module(library(uuid)).
use_module(library(http/http_open)).

gmp or a gmp alternative can be tested via the following query

?- X is 555555555555555555555555555555555555555555555555555555.
X = 555555555555555555555555555555555555555555555555555555.
@jeswr
Copy link
Collaborator

jeswr commented May 9, 2023

For my own reference; the arr of modules to test for

const packages = [
      'lists',
      'gensym',
      'system',
      'terms',
      'url',
      'charsio',
      'qsave',
      'base64',
      'date',
      'prolog_jiti',
      'sha',
      'dif',
      'semweb/turtle',
      'pcre',
      'uuid',
      'http/http_open',
    ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants