Skip to content

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

@josd

Description

@josd

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions