{"id":20704610,"url":"https://github.com/egison/docker-egison","last_synced_at":"2025-04-23T01:25:31.562Z","repository":{"id":23382154,"uuid":"26743739","full_name":"egison/docker-egison","owner":"egison","description":"Dockerfile for Egison","archived":false,"fork":false,"pushed_at":"2021-12-12T09:29:14.000Z","size":40,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T20:51:09.522Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/egison/egison","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/egison.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-17T06:41:29.000Z","updated_at":"2021-12-12T09:29:17.000Z","dependencies_parsed_at":"2022-08-21T23:50:42.351Z","dependency_job_id":null,"html_url":"https://github.com/egison/docker-egison","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egison%2Fdocker-egison","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egison%2Fdocker-egison/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egison%2Fdocker-egison/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egison%2Fdocker-egison/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/egison","download_url":"https://codeload.github.com/egison/docker-egison/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250350565,"owners_count":21416147,"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","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":[],"created_at":"2024-11-17T01:13:06.798Z","updated_at":"2025-04-23T01:25:31.545Z","avatar_url":"https://github.com/egison.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Egison Programming Language\n\n[![Deploy (Build \u0026\u0026 Push)]](https://github.com/egison/docker-egison/actions/workflows/deploy.yml\n) [![Scheduled test]](https://github.com/egison/docker-egison/actions/workflows/schedule.yml\n)\n\n[Deploy (Build \u0026\u0026 Push)]: https://github.com/egison/docker-egison/actions/workflows/deploy.yml/badge.svg\n[Scheduled test]: https://github.com/egison/docker-egison/actions/workflows/schedule.yml/badge.svg\n\nEgison is the **pattern-matching-oriented**, purely functional programming language.\nWe can directly represent pattern-matching against lists, multisets, sets, trees, graphs and any kind of data types.\nThis is the docker repository of the interpreter of Egison.\n\n## Installation\n\nWe assume you are already familiar with Docker.\n\n```sh\ndocker pull egison/egison\n```\n\n## Case 1. Run Interpreter\n\nWe can call the Egison interpreter with the following command.\n\n```shellsession\n$ docker run -it egison/egison\nEgison Version 4.1.2\nhttps://www.egison.org\nWelcome to Egison Interpreter!\n\u003e\nLeaving Egison Interpreter.\n```\n\n## Case 2. Execute Egison Script\n\nWe can execute an Egison script with the following command evn under local current directory.\n\n```shellsession\n$ cat \u003e hello.egi\ndef main args := do\n  print \"Hello, world!\"\n$ docker run -it -v $(pwd):/docker:ro egison/egison:latest hello.egi\nHello, world!\n```\n\n## Setting\n\nWe can set an alias as follow.\n\n```shellsession\n$ alias egison-docker='docker run -it -v $(pwd):/docker:ro egison/egison'\n$ egison-docker\nEgison Version 4.1.2\nhttps://www.egison.org\nWelcome to Egison Interpreter!\n\u003e\nLeaving Egison Interpreter.\n$ egison-docker hello.egi\nHello, world!\n```\n\n## Links\n\n- [Egison website](http://www.egison.org)\n- [Egison on GitHub](https://github.com/egison/egison)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegison%2Fdocker-egison","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fegison%2Fdocker-egison","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegison%2Fdocker-egison/lists"}