{"id":21594258,"url":"https://github.com/hatsusixty/loisp","last_synced_at":"2025-07-17T01:32:17.312Z","repository":{"id":37842193,"uuid":"503488621","full_name":"HatsuSixty/loisp","owner":"HatsuSixty","description":"Simple S-expression based programming language.","archived":false,"fork":false,"pushed_at":"2023-07-21T16:03:07.000Z","size":253,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-07-21T20:53:43.743Z","etag":null,"topics":["assembly","compiler","lisp","programming-language","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/HatsuSixty.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":"2022-06-14T19:10:02.000Z","updated_at":"2023-03-08T19:12:18.000Z","dependencies_parsed_at":"2023-01-17T17:15:55.066Z","dependency_job_id":null,"html_url":"https://github.com/HatsuSixty/loisp","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HatsuSixty%2Floisp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HatsuSixty%2Floisp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HatsuSixty%2Floisp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HatsuSixty%2Floisp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HatsuSixty","download_url":"https://codeload.github.com/HatsuSixty/loisp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226193768,"owners_count":17588187,"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":["assembly","compiler","lisp","programming-language","rust"],"created_at":"2024-11-24T17:17:40.472Z","updated_at":"2024-11-24T17:17:41.291Z","avatar_url":"https://github.com/HatsuSixty.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Loisp\n\nLow Level Lisp (Loisp) is an S-expression based programming language implemented in [Rust](https://rust-lang.org).\n\n## Quick Start\n\nTo compile the generated assembly, the compiler uses the [flat assembler](https://flatassembler.net/), so you will need to have it installed:\n\n```console\n$ echo \"(print (+ 34 35))\" \u003e test.loisp\n$ cargo run -- run test.loisp\n```\n\n## Testing\n\nThe compiler has a tester built-in to it, so you can use that to test if all the features are working properly. To use the built-in tester, there is a subcommand to use it:\n\n```console\n$ cargo run -- run-test tests # for more details, see `cargo run -- help`\n```\n\n## This language is planned to be\n\n- [x] Compiled\n- [x] Native\n- [x] Useful (that basically means that the language has enough features to create useful applications)\n- [x] Turing Complete (see [./examples/rule110.loisp](./examples/rule110.loisp))\n- [x] Interpreted\n- [x] Interactive (by implementing a [REPL](https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop))\n- [x] Type Checked\n- Cross-Platform (maybe in the future when i get a better computer)\n\n## Documentation\n\nTo read the documentation, see [docs.md](./docs/docs.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhatsusixty%2Floisp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhatsusixty%2Floisp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhatsusixty%2Floisp/lists"}