{"id":13578870,"url":"https://github.com/rxi/fe","last_synced_at":"2025-05-16T03:06:24.611Z","repository":{"id":45056109,"uuid":"180430343","full_name":"rxi/fe","owner":"rxi","description":"A tiny, embeddable language implemented in ANSI C","archived":false,"fork":false,"pushed_at":"2024-07-04T01:56:15.000Z","size":21,"stargazers_count":1356,"open_issues_count":19,"forks_count":83,"subscribers_count":28,"default_branch":"master","last_synced_at":"2025-05-15T13:54:42.463Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/rxi.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-09T18:51:49.000Z","updated_at":"2025-05-15T02:04:21.000Z","dependencies_parsed_at":"2024-08-01T15:29:58.239Z","dependency_job_id":"6b4e73af-72ca-4d51-9c87-cfc6759588e7","html_url":"https://github.com/rxi/fe","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/rxi%2Ffe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxi%2Ffe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxi%2Ffe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxi%2Ffe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rxi","download_url":"https://codeload.github.com/rxi/fe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254459088,"owners_count":22074605,"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-08-01T15:01:34.502Z","updated_at":"2025-05-16T03:06:19.600Z","avatar_url":"https://github.com/rxi.png","language":"C","readme":"# fe\nA *tiny*, embeddable language implemented in ANSI C\n\n```clojure\n(= reverse (fn (lst)\n  (let res nil)\n  (while lst\n    (= res (cons (car lst) res))\n    (= lst (cdr lst))\n  )\n  res\n))\n\n(= animals '(\"cat\" \"dog\" \"fox\"))\n\n(print (reverse animals)) ; =\u003e (\"fox\" \"dog\" \"cat\")\n```\n\n## Overview\n* Supports numbers, symbols, strings, pairs, lambdas, macros\n* Lexically scoped variables, closures\n* Small memory usage within a fixed-sized memory region — no mallocs\n* Simple mark and sweep garbage collector\n* Easy to use C API\n* Portable ANSI C — works on 32 and 64bit\n* Concise — less than 800 sloc\n\n---\n\n* **[Demo Scripts](scripts)**\n* **[C API Overview](doc/capi.md)**\n* **[Language Overview](doc/lang.md)**\n* **[Implementation Overview](doc/impl.md)**\n\n\n## Contributing\nThe library focuses on being lightweight and minimal; pull requests will\nlikely not be merged. Bug reports and questions are welcome.\n\n\n## License\nThis library is free software; you can redistribute it and/or modify it under\nthe terms of the MIT license. See [LICENSE](LICENSE) for details.\n","funding_links":[],"categories":["C","Uncategorized","Other"],"sub_categories":["Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frxi%2Ffe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frxi%2Ffe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frxi%2Ffe/lists"}