{"id":15532377,"url":"https://github.com/traut/cl-portmanteau","last_synced_at":"2026-01-05T00:05:21.021Z","repository":{"id":66921350,"uuid":"111407345","full_name":"traut/cl-portmanteau","owner":"traut","description":"Common Lisp portmanteau library","archived":false,"fork":false,"pushed_at":"2018-09-14T12:51:38.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T06:27:08.999Z","etag":null,"topics":["common-lisp","portmanteau"],"latest_commit_sha":null,"homepage":null,"language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/traut.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":"2017-11-20T12:24:51.000Z","updated_at":"2019-03-30T23:45:49.000Z","dependencies_parsed_at":"2023-02-27T16:00:25.311Z","dependency_job_id":null,"html_url":"https://github.com/traut/cl-portmanteau","commit_stats":{"total_commits":12,"total_committers":2,"mean_commits":6.0,"dds":"0.16666666666666663","last_synced_commit":"a395632899ecaafc73b6756b6be003c9821b67df"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traut%2Fcl-portmanteau","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traut%2Fcl-portmanteau/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traut%2Fcl-portmanteau/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traut%2Fcl-portmanteau/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/traut","download_url":"https://codeload.github.com/traut/cl-portmanteau/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244776343,"owners_count":20508506,"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":["common-lisp","portmanteau"],"created_at":"2024-10-02T11:30:00.278Z","updated_at":"2026-01-05T00:05:20.985Z","avatar_url":"https://github.com/traut.png","language":"Common Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cl-portmanteau\n\n*cl-portmanteau* is a library that makes a portmanteau of two words.\n\n![QuickLisp status](http://quickdocs.org/badge/cl-portmanteau.svg)\n\n### Definition\n\nA **portmanteau** ([from Wiki](https://en.wikipedia.org/wiki/Portmanteau)) - (_/pɔːrtˈmæntoʊ/_, _/ˌpɔːrtmænˈtoʊ/_; plural portmanteaus or portmanteaux _/-ˈtoʊz/_) or **portmanteau word** is a linguistic blend of words, in which parts of multiple words or their phones (sounds) are combined into a new word, as in _smog_, coined by blending _smoke_ and _fog_, or _motel_, from _motor_ and _hotel_. In linguistics, a portmanteau is defined as a single morph that represents two or more morphemes.\n\n### Installation and usage\n```lisp\nCL-USER(1): (asdf:load-system 'portmanteau)\n\nT\nCL-USER(2): (portmanteau:portmanteau \"mock\" \"documentary\")\n\n\"mocumentary\"\nCL-USER(3):\n```\n\n### CLI\nTo run cl-portmanteau in CLI mode you will need [Roswell](https://github.com/roswell/roswell) installed:\n\n```bash\ncl-portmanteau $ ros ./run.ros mock documentary\nmocumentary\n```\n\n### Tests\n```lisp\nCL-USER(1): (asdf:load-system 'portmanteau)\n\nT\nCL-USER(2): (asdf:load-system 'portmanteau-tests)\n\nT\nCL-USER(3): (portmanteau-tests:all-tests)\n\nRunning test suite MAIN-SUITE\n Running test TOO-SHORT-TEST  \u003cERROR\u003e [13:20:37] portmanteau - Both words must be longer than 3\n.\n Running test MATCHING-TOO-CLOSE-TO-BEGINNING-TEST .\n Running test MATCHING-TOO-CLOSE-TO-END-TEST .\n Running test NOT-MATCHING-TEST .\n Running test MERGER-TEST ....\n Did 8 checks.\n    Pass: 8 (100%)\n    Skip: 0 ( 0%)\n    Fail: 0 ( 0%)\n\nT\nNIL\nCL-USER(4):\n```\nor via Roswell:\n\n```bash\ncl-portmanteau $ ros ./run-tests.ros\n\nRunning test suite MAIN-SUITE\n Running test TOO-SHORT-TEST .\n Running test MATCHING-TOO-CLOSE-TO-BEGINNING-TEST .\n Running test MATCHING-TOO-CLOSE-TO-END-TEST .\n Running test NOT-MATCHING-TEST .\n Running test MERGER-TEST ....\n Did 8 checks.\n    Pass: 8 (100%)\n    Skip: 0 ( 0%)\n    Fail: 0 ( 0%)\n\ncl-portmanteau $\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftraut%2Fcl-portmanteau","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftraut%2Fcl-portmanteau","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftraut%2Fcl-portmanteau/lists"}