diff --git a/hxlm-js/README.md b/hxlm-js/README.md new file mode 100644 index 0000000..a5dc3a7 --- /dev/null +++ b/hxlm-js/README.md @@ -0,0 +1,26 @@ +# EticaAI/HXL-Data-Science-file-formats/hxlm-js + +This folders contains a subset of HXLm.HDP and, at some extend, HXLm.lisp. +While this may not be a full implementation of the python interface, this +_at least_ help to not make +[hdp-conventions/README.md](hdp-conventions/README.md) too focused on an single +programming language. + +## Test page +For convenience, the domain as created to allow test the javascript +parts of HXLm. Still recommended look at the GitHub (and maybe the source +code) that do have a lot of comments. + +- [hxlm-js/index.html](hxlm-js/index.html) + - [https://hpd.etica.ai/hxlm-js/index.html] + +## Ontologia + +- [hxlm/ontologia/](hxlm/ontologia/) +- [hxlm/ontologia/core.lkg.yml](hxlm/ontologia/core.lkg.yml) + - [hxlm/ontologia/json/core.lkg.json](hxlm/ontologia/json/core.lkg.json) + - [https://hpd.etica.ai/hxlm/ontologia/json/core.lkg.json](https://hpd.etica.ai/hxlm/ontologia/json/core.lkg.json) +- [hxlm/ontologia/core.vkg.yml](hxlm/ontologia/core.vkg.yml) + - [hxlm/ontologia/json/core.vkg.json](hxlm/ontologia/json/core.vkg.json) + - [https://hpd.etica.ai/hxlm/ontologia/json/core.vkg.json](https://hpd.etica.ai/hxlm/ontologia/json/core.vkg.json) + diff --git a/hxlm-js/bootstrapper/hdp-minimam.js b/hxlm-js/bootstrapper/hdp-minimam.js new file mode 100644 index 0000000..d1982df --- /dev/null +++ b/hxlm-js/bootstrapper/hdp-minimam.js @@ -0,0 +1 @@ +console.log('bootstrapper/hdp-minimam.js') \ No newline at end of file diff --git a/hxlm-js/bootstrapper/hdp-minimam.mjs b/hxlm-js/bootstrapper/hdp-minimam.mjs new file mode 100644 index 0000000..d1982df --- /dev/null +++ b/hxlm-js/bootstrapper/hdp-minimam.mjs @@ -0,0 +1 @@ +console.log('bootstrapper/hdp-minimam.js') \ No newline at end of file diff --git a/hxlm-js/bootstrapper/hdplisp.js b/hxlm-js/bootstrapper/hdplisp.js new file mode 100644 index 0000000..b285f74 --- /dev/null +++ b/hxlm-js/bootstrapper/hdplisp.js @@ -0,0 +1 @@ +console.log('bootstrapper/hdplisp.js') \ No newline at end of file diff --git a/hxlm-js/index.html b/hxlm-js/index.html new file mode 100644 index 0000000..817ffd9 --- /dev/null +++ b/hxlm-js/index.html @@ -0,0 +1,42 @@ + + + + + + + + + + + EticaAI/HXL-Data-Science-file-formats/hxlm-js + + +

EticaAI/HXL-Data-Science-file-formats/hxlm-js

+ + + + + + + + + + + + + + + + + + + \ No newline at end of file