{ "info": { "author": "Ruslan Spivak", "author_email": "ruslan.spivak@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: Unix", "Programming Language :: Python", "Topic :: Software Development :: Interpreters" ], "description": "Overview\n---------\n\n**Serval** is a high-level Scheme interpreter written in Python.\nIt implements a subset of R5RS. The code closely follows\nScheme meta-circular evaluator implementation from Ch.4 of the SICP book.\n\n\nThe goal of the project\n------------------------\n\n1. Self-education (I've been always fascinated by language\n design and implementation, it was about time I started learning about\n interpreters and compilers by actually writing something).\n\n2. To serve as a potential example for other people\n interested in interpreter implementation, particularly\n Scheme interpreter.\n\n3. Not a goal per se, but I wanted the **Serval** to be able\n to run all examples from *\"The Little Schemer\"* book (that was\n my test target). The project has a test module *test_the_little_schemer.py*\n which runs simple meta-circular evaluator from Ch.10 of the book.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/rspivak/serval", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "serval", "package_url": "https://pypi.org/project/serval/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/serval/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/rspivak/serval" }, "release_url": "https://pypi.org/project/serval/0.1/", "requires_dist": null, "requires_python": null, "summary": "Simple Scheme interpreter in Python", "version": "0.1" }, "last_serial": 799445, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "ac15b41e04a6ec42e8afa199f997d1c3", "sha256": "49647bf55c41f1f09980f0e6eece8192458bb3066248d91cb291a4acbb2307a3" }, "downloads": -1, "filename": "serval-0.1.tar.gz", "has_sig": false, "md5_digest": "ac15b41e04a6ec42e8afa199f997d1c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14630, "upload_time": "2010-12-13T01:07:36", "url": "https://files.pythonhosted.org/packages/a2/8d/91acf6fb092eb27b76fff8ab8ea0a5b9c2ce8764215e0d5f567bd4d4f8d0/serval-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ac15b41e04a6ec42e8afa199f997d1c3", "sha256": "49647bf55c41f1f09980f0e6eece8192458bb3066248d91cb291a4acbb2307a3" }, "downloads": -1, "filename": "serval-0.1.tar.gz", "has_sig": false, "md5_digest": "ac15b41e04a6ec42e8afa199f997d1c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14630, "upload_time": "2010-12-13T01:07:36", "url": "https://files.pythonhosted.org/packages/a2/8d/91acf6fb092eb27b76fff8ab8ea0a5b9c2ce8764215e0d5f567bd4d4f8d0/serval-0.1.tar.gz" } ] }