{"id":13442752,"url":"https://github.com/metawilm/cl-python","last_synced_at":"2025-03-20T15:30:47.939Z","repository":{"id":569570,"uuid":"201073","full_name":"metawilm/cl-python","owner":"metawilm","description":"An implementation of Python in Common Lisp","archived":false,"fork":false,"pushed_at":"2024-06-13T20:33:13.000Z","size":5526,"stargazers_count":366,"open_issues_count":2,"forks_count":34,"subscribers_count":30,"default_branch":"master","last_synced_at":"2024-08-01T03:41:50.070Z","etag":null,"topics":["common-lisp","compiler","python"],"latest_commit_sha":null,"homepage":"http://common-lisp.net/project/clpython/","language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"inconshreveable/log15","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/metawilm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2009-05-14T18:00:17.000Z","updated_at":"2024-07-25T04:51:29.000Z","dependencies_parsed_at":"2024-01-08T22:11:52.948Z","dependency_job_id":null,"html_url":"https://github.com/metawilm/cl-python","commit_stats":{"total_commits":1484,"total_committers":12,"mean_commits":"123.66666666666667","dds":0.5094339622641509,"last_synced_commit":"66eb75edd0506fc1a22819a4f15546c35ac429c7"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metawilm%2Fcl-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metawilm%2Fcl-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metawilm%2Fcl-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metawilm%2Fcl-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/metawilm","download_url":"https://codeload.github.com/metawilm/cl-python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221772549,"owners_count":16878125,"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","compiler","python"],"created_at":"2024-07-31T03:01:50.147Z","updated_at":"2024-10-28T03:30:59.333Z","avatar_url":"https://github.com/metawilm.png","language":"Common Lisp","readme":"CLPython - an implementation of Python in Common Lisp\n=====================================================\n\nCLPython is an open-source implementation of Python written in Common Lisp.\nWith CLPython you can run Python programs in a Lisp environment. Libraries written\nin Lisp are available to Python code, and Python libraries can be accessed by Lisp code.\nAlso Python and Lisp code can be mixed.\n\nFor rough documentation, please see the [Introduction](http://common-lisp.net/project/clpython/index.html) and\n[Manual](http://common-lisp.net/project/clpython/manual.html) on *common-lisp.net*.\n\nTo install using QuickLisp: `(ql:quickload \"clpython\")` (require ASDF 3.3 or higher).\n\nCLPython is developed by Willem Broekema and is released as open source under the [LLGPL](http://opensource.franz.com/preamble.html).\nThe project was started in 2006, and is since 2013 not under active development anymore.\n\nSee the [build status](https://travis-ci.org/metawilm/cl-python) on Travis-CI, and the [coverage status](https://coveralls.io/github/metawilm/cl-python?branch=master) on Coveralls:\n\n| Common Lisp Implementation | Build + Test Status | |\n|:-:|:-:|:-:|\n| [ABCL](https://common-lisp.net/project/armedbear/) 1.5.0 | [![Build Status](https://travis-build-job-badge.herokuapp.com/badge?user=metawilm\u0026repo=cl-python\u0026branch=master\u0026envContains=abcl+CATCH\u0026label=ABCL)](https://travis-ci.org/metawilm/cl-python) | Fails due to `ClassCastException: StandardObject cannot be cast to LispClass` |\n| [Allegro CL](http://franz.com/products/allegrocl/) 10.1 | [![Build Status](https://travis-build-job-badge.herokuapp.com/badge?user=metawilm\u0026repo=cl-python\u0026branch=master\u0026envContains=allegro+CATCH\u0026label=Allegro+CL)](https://travis-ci.org/metawilm/cl-python) | |\n| [Clozure CL](http://clozure.com/clozurecl.html) 1.11 | [![Build Status](https://travis-build-job-badge.herokuapp.com/badge?user=metawilm\u0026repo=cl-python\u0026branch=master\u0026envContains=ccl\u0026label=Clozure+CL)](https://travis-ci.org/metawilm/cl-python) | |\n| [CLISP](http://clisp.sourceforge.net) 2.49         | [![Build Status](https://travis-build-job-badge.herokuapp.com/badge?user=metawilm\u0026repo=cl-python\u0026branch=master\u0026envContains=clisp\u0026label=CLISP)](https://travis-ci.org/metawilm/cl-python) | Fails due to stack overflow |\n| [CMUCL](http://www.cons.org/cmucl/)                | ? | |\n| [ECL](http://ecls.sourceforge.net/) 16.1.3         | [![Build Status](https://travis-build-job-badge.herokuapp.com/badge?user=metawilm\u0026repo=cl-python\u0026branch=master\u0026envContains=ecl+CATCH\u0026label=ECL)](https://travis-ci.org/metawilm/cl-python) | |\n| [LispWorks](http://www.lispworks.com/) 6.1.1       | ✅ | Manually verified |\n| [SBCL](http://sbcl.sourceforge.net/) 1.5.4         | [![Build Status](https://travis-build-job-badge.herokuapp.com/badge?user=metawilm\u0026repo=cl-python\u0026branch=master\u0026envContains=sbcl\u0026label=SBCL)](https://travis-ci.org/metawilm/cl-python) [![Coverage Status](https://coveralls.io/repos/metawilm/cl-python/badge.svg?branch=master)](https://coveralls.io/r/metawilm/cl-python?branch=master) | |\n","funding_links":[],"categories":["Common Lisp","Implementations","资源列表","实现","Python","高性能","Implementations [🔝](#readme)","Awesome Python","Python ##"],"sub_categories":["高性能","Other dialects and variants","Implementations"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetawilm%2Fcl-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmetawilm%2Fcl-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetawilm%2Fcl-python/lists"}