{"id":13782461,"url":"https://github.com/brenns10/funlisp","last_synced_at":"2025-04-10T01:32:17.849Z","repository":{"id":51279672,"uuid":"135065222","full_name":"brenns10/funlisp","owner":"brenns10","description":"Simple, embeddable lisp interpreter","archived":false,"fork":false,"pushed_at":"2021-05-18T01:21:18.000Z","size":241,"stargazers_count":12,"open_issues_count":11,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T23:46:57.141Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://funlisp.readthedocs.io","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brenns10.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-27T16:54:39.000Z","updated_at":"2024-01-21T04:46:30.000Z","dependencies_parsed_at":"2022-09-24T05:21:45.024Z","dependency_job_id":null,"html_url":"https://github.com/brenns10/funlisp","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brenns10%2Ffunlisp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brenns10%2Ffunlisp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brenns10%2Ffunlisp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brenns10%2Ffunlisp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brenns10","download_url":"https://codeload.github.com/brenns10/funlisp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248140690,"owners_count":21054337,"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-03T18:01:37.483Z","updated_at":"2025-04-10T01:32:12.833Z","avatar_url":"https://github.com/brenns10.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"funlisp\n=======\n\nA fun implementation of a lisp-like language, made just for embedding into your\nproject! The primary goals of this project are ease of embedding, good\nportability, and excellent documentation. Check out the [documentation][] or\ngrab the source and give it a try:\n\n    $ make bin/funlisp\n    $ bin/funlisp\n    \u003e (+ 5 5)\n    10\n    \u003e ^D\n    $ bin/funlisp scripts/hello_world.lisp\n    hello world\n\nSince funlisp is aimed at being easily embeddable, the [tools/](tools/)\ndirectory is full of sample C programs using the library. The `funlisp`\ninterpreter and script runner is an example of such a program. There are simple\nREPL's and script runners as well as examples of function calls between C and\nlisp.\n\n[Read the Docs!][documentation]\n\nInstallation\n------------\n\nI still consider this project to be in a beta state. Some small breaking changes\nare still happening to the API, but they are getting smaller. I hope to cut a v1\nrelease soon, but in the meantime feel free to build a copy and use it locally\nin your project.\n\nYou can also install system-wide from source - see [INSTALL.md](INSTALL.md).\n\nDistribution packages don't exist yet, but when they do, they will be listed\nhere.\n\nContributing\n------------\n\nI'm hoping to build a clean and understandable lisp. Your contributions, in\nterms of reproducible bug reports or code submissions, are welcome. Please feel\nfree to submit a bug report on Github or via email (see the git logs for my\nemail address). Patch submissions are welcome again over Github, or via email\n(`man git send-email`).\n\nThis project is licensed under Revised BSD - see the LICENSE file for details.\n\nHistory\n-------\n\nThis is part of a [long](https://github.com/brenns10/lisp)\n[line](https://github.com/brenns10/libstephen/tree/master/src/lisp) of lisp\ninterpreters I've written. Hopefully they're getting better, not worse :P\n\n[documentation]: https://funlisp.readthedocs.io\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrenns10%2Ffunlisp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrenns10%2Ffunlisp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrenns10%2Ffunlisp/lists"}