{"id":39584640,"url":"https://github.com/aki237/ligo","last_synced_at":"2026-02-11T16:03:50.674Z","repository":{"id":57524054,"uuid":"95873813","full_name":"aki237/ligo","owner":"aki237","description":"ligo language interpreter","archived":false,"fork":false,"pushed_at":"2019-10-16T10:08:32.000Z","size":132,"stargazers_count":20,"open_issues_count":2,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-20T12:04:31.755Z","etag":null,"topics":["embeddable","golang","interpreter","ligo","scheme"],"latest_commit_sha":null,"homepage":"","language":"Go","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/aki237.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-30T09:41:47.000Z","updated_at":"2024-06-20T12:04:31.756Z","dependencies_parsed_at":"2022-09-26T18:10:55.624Z","dependency_job_id":null,"html_url":"https://github.com/aki237/ligo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aki237/ligo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aki237%2Fligo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aki237%2Fligo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aki237%2Fligo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aki237%2Fligo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aki237","download_url":"https://codeload.github.com/aki237/ligo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aki237%2Fligo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29337016,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T16:00:30.228Z","status":"ssl_error","status_checked_at":"2026-02-11T16:00:25.398Z","response_time":97,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["embeddable","golang","interpreter","ligo","scheme"],"created_at":"2026-01-18T07:35:27.093Z","updated_at":"2026-02-11T16:03:50.668Z","avatar_url":"https://github.com/aki237.png","language":"Go","readme":"# ligo - scheme like language interpreter in golang\n\n[![Join the chat at https://gitter.im/hackingligo/Lobby](https://badges.gitter.im/hackingligo/Lobby.svg)](https://gitter.im/hackingligo/Lobby?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n[![Go Report Card](https://goreportcard.com/badge/github.com/aki237/ligo)](https://goreportcard.com/report/github.com/aki237/ligo)\n[![GoDoc](https://godoc.org/github.com/aki237/ligo?status.svg)](https://godoc.org/github.com/aki237/ligo)\n[![Build Status](https://travis-ci.org/aki237/ligo.svg?branch=master)](https://travis-ci.org/aki237/ligo)\n\n## Introduction\n\nligo is implemented as a subset of lisp language with some changes in\nsyntax. The syntax and usage is described in the documentation included\nin the [`doc`](doc) folder.\n\n## Building\n  + First of all fetch all the packages without installing.\n    ```shell\n    go get -d github.com/aki237/ligo\n    ```\n  + `cd` into the project directory\n    ```shell\n    cd $GOPATH/src/github.com/aki237/ligo\n    ```\n  + Build the interpreter\n    ```shell\n    go install ./cmd/ligo\n    ```\n  + Build the ligo plugin packages\n    ```\n    cd $GOPATH/src/github.com/aki237/ligo/packages/\n    ./build.sh\n    ```\n    This installs the ligo plugins in `$HOME/ligo`\n\nThe ligo interpreter is installed in your `$GOPATH/bin`.\n\n## Usage\nA commandline call without any arguments starts a interactive interpreter session.\nIn that process it also initializes a interpreter by running a start script from the file\n`$HOME/.ligorc` (like `.bashrc`, in case of `bash`). Any argument passed is treated\nas a file and executes the contents in the file.\n\n## Simple Example\n\nSimple example to get an input from the shell and\n```clojure\n;; include all the required libraries\n(require \"base\")\n\n(printf \"Hello %s!!\" (input \"Enter your name :\"))\n```\n\nThe bare interpreter has no functionalities (not even basic functionalities).\nThe `\"base\"` package includes all the bare minimum functionality.\n\n## Extending the interpreter\n\nWriting packages for the interpreter in Go is very simple and is discussed\nin [`this file`](doc/writing_packages/0_Inroduction.md).\n\n### Contributing\nPlease refer [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.\n","funding_links":[],"categories":["\u003ca name=\"Go\"\u003e\u003c/a\u003eGo"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faki237%2Fligo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faki237%2Fligo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faki237%2Fligo/lists"}