{"id":21662834,"url":"https://github.com/ktravis/sigmo","last_synced_at":"2025-03-20T05:48:58.888Z","repository":{"id":57603147,"uuid":"44492686","full_name":"ktravis/sigmo","owner":"ktravis","description":"Lisp in Go","archived":false,"fork":false,"pushed_at":"2016-12-14T13:24:20.000Z","size":34,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-25T07:27:32.911Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ktravis.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}},"created_at":"2015-10-18T19:24:54.000Z","updated_at":"2016-12-14T13:19:12.000Z","dependencies_parsed_at":"2022-09-26T20:01:43.247Z","dependency_job_id":null,"html_url":"https://github.com/ktravis/sigmo","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/ktravis%2Fsigmo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ktravis%2Fsigmo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ktravis%2Fsigmo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ktravis%2Fsigmo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ktravis","download_url":"https://codeload.github.com/ktravis/sigmo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244560373,"owners_count":20472219,"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-25T10:18:17.890Z","updated_at":"2025-03-20T05:48:58.868Z","avatar_url":"https://github.com/ktravis.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"sigmo\n=====\n\nAn interpreted lisp, written in Go.\n\nAll of the basic lisp features you would expected, and a few extra:\n\n- namespaces `(namespace test ...)`\n- importing files `(import core/math)`\n- `for` loop construct \n- errors and \"guards\" (think try/except) `(guard (error \"help\"))`\n- \"real\" macros\n- hashmap values `{ \"a\" 1 }`\n- value expansions `(mylist...)`\n- type hints for functions `(defn onlyints (a#int) (println 'a was an int'))`\n\nSee [examples](./examples/) for more!\n\ninstall\n#######\n\nOn linux: (requires package `libreadline-dev`)\n\n```bash\ngo get github.com/ktravis/sigmo\n```\n\nbuild\n#####\n\n```bash\ngo build ./cmd/sigmo\n```\n\nrun\n###\n\n```bash\n./sigmo                   # cli\n./sigmo test.mo           # run a file\n./sigmo -c '(print \"hi\")' # run a single command\n./sigmo -i test.mo        # run a file, drop into cli with context\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fktravis%2Fsigmo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fktravis%2Fsigmo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fktravis%2Fsigmo/lists"}