{"id":28433531,"url":"https://github.com/vlad-km/mlisa","last_synced_at":"2025-09-13T08:32:44.624Z","repository":{"id":180154008,"uuid":"354601113","full_name":"vlad-km/mLisa","owner":"vlad-km","description":"Lisp production-rule system (LISA - Lisp-based Intelligent Software Agent) modified for JSCL  A fork  of http://lisa.sourceforge.net/  v3.2","archived":true,"fork":false,"pushed_at":"2021-05-23T15:53:11.000Z","size":1099,"stargazers_count":1,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-30T07:48:08.864Z","etag":null,"topics":["common-lisp","jscl","lisa","lisp","lisp-production-rule"],"latest_commit_sha":null,"homepage":"","language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vlad-km.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-04-04T17:08:50.000Z","updated_at":"2025-02-06T01:05:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"fc0494c9-e34f-430b-b5aa-af26eb2f5e05","html_url":"https://github.com/vlad-km/mLisa","commit_stats":null,"previous_names":["vlad-km/mlisa"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/vlad-km/mLisa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlad-km%2FmLisa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlad-km%2FmLisa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlad-km%2FmLisa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlad-km%2FmLisa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vlad-km","download_url":"https://codeload.github.com/vlad-km/mLisa/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlad-km%2FmLisa/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274938445,"owners_count":25377540,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["common-lisp","jscl","lisa","lisp","lisp-production-rule"],"created_at":"2025-06-05T18:10:00.564Z","updated_at":"2025-09-13T08:32:44.610Z","avatar_url":"https://github.com/vlad-km.png","language":"Common Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"## mLisa\n## Lisp production-rule system (LISA) modified for JSCL.\n## A fork of `http://lisa.sourceforge.net/`. Fossil Lisp code, ancient as mammoth's shit\n\n#### Compilation only under web-repl (platform Electron)\n```lisp\n(setq bin #())\n(load \"00-prelude.lisp\" :hook bin)\n(load \"01-utils.lisp\" :hook bin)\n(load \"02-belief.lisp\" :hook bin)\n(load \"03-reflect.lisp\" :hook bin)\n(load \"04-core.lisp\" :hook bin)\n(load \"05-rete.lisp\" :hook bin)\n(load \"06-config.lisp\" :hook bin :output \"lisa.js\")\n```\nWill be bundle js-code \"lisa.js\".\n\nCompilation \"lisa.js\" look at  https://github.com/vlad-km/mLisa/releases v0.1-alpha `First iteration`\n\n### Use with browser\n\nFile `jscl.html`:\n\n```html\n    \u003cscript src=\"lisa.js\" type=\"text/javascript\"\u003e\u003c/script\u003e\n    \u003cscript src=\"jscl-web.js\" type=\"text/javascript\"\u003e\u003c/script\u003e\n```\n```lisp\n(deftemplate hobbit () \n    (slot name) (slot age))\n\n(defrule r-1 ()\n     (hobbit (name ?name) (age ?age))\n=\u003e\n (format t \"Spawn hobbit ~a ~a ~%\" ?name ?age))\n\n(defrule r-2 ()\n    (hobbit (name gendalf) (age 100))\n=\u003e\n (format t \"Spawn wizard, ancient as mammoth's shit~%\"))\n\n(assert\u003e (hobbit (name frodo)(age 30)))\n(assert\u003e (hobbit (name bilbo)(age 50)))\n(assert\u003e (hobbit (name gendalf)(age 100)))\n\n```\n\n- General view ![general view](https://github.com/vlad-km/mlisa/blob/master/jscl.png)\n\n\n### What's next\n\nRead original documentation.\nHave a fun.\n\n##### As is, without any guarantees or obligations\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvlad-km%2Fmlisa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvlad-km%2Fmlisa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvlad-km%2Fmlisa/lists"}