{"id":16548959,"url":"https://github.com/locksten/lusp","last_synced_at":"2026-05-28T13:31:03.237Z","repository":{"id":33172117,"uuid":"36813219","full_name":"locksten/lusp","owner":"locksten","description":"An interpreter for a scheme-like language","archived":false,"fork":false,"pushed_at":"2015-06-03T17:34:15.000Z","size":268,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-04T13:45:02.563Z","etag":null,"topics":["haskell","interpreter","scheme"],"latest_commit_sha":null,"homepage":"","language":"Haskell","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/locksten.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":"2015-06-03T15:36:30.000Z","updated_at":"2021-05-19T17:41:16.000Z","dependencies_parsed_at":"2022-08-17T18:35:23.989Z","dependency_job_id":null,"html_url":"https://github.com/locksten/lusp","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/locksten/lusp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locksten%2Flusp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locksten%2Flusp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locksten%2Flusp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locksten%2Flusp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/locksten","download_url":"https://codeload.github.com/locksten/lusp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locksten%2Flusp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33611247,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"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":["haskell","interpreter","scheme"],"created_at":"2024-10-11T19:27:41.248Z","updated_at":"2026-05-28T13:31:03.218Z","avatar_url":"https://github.com/locksten.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Lusp\n====\n\nLusp is an interpreter for a scheme-like language written in Haskell\nand inspired by [Write Yourself a Scheme in 48 Hours](http://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours).\n\nInstalling\n==========\n\n```sh\ngit clone https://github.com/locksten/lusp /tmp/lusp\ncd /tmp/lusp/library    \u0026\u0026 cabal install\ncd /tmp/lusp/executable \u0026\u0026 cabal install\n```\n\nUsage\n=====\n\nRunning a file:\n```\n$ lusp /tmp/lusp/examples/gradient.scm 2 25 linear 25 23\nxx;;;;;;:::::,,,,,.....   \nxxx;;;;;::::::,,,,,.....  \nxxxx;;;;;::::::,,,,,..... \n```\n\nRunning the repl:\n```scheme\n$ lusp\nLusp\u003e (load \"/tmp/lusp/examples/sort.scm\")\nLusp\u003e (sort \u003c '(1 9 2 8 3 7 4 6 5))\nLusp\u003e (1 2 3 4 5 6 7 8 9)\nLusp\u003e exit\n```\n\nExamples\n========\n\n- [sort](examples/sort.scm)\n- [stdlib](library/data/stdlib.scm)\n- [gradient](examples/gradient.scm)\n- [fibonacci](examples/fibonacci.scm)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flocksten%2Flusp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flocksten%2Flusp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flocksten%2Flusp/lists"}