chiakilisp


Namechiakilisp JSON
Version 1.4.0rc8 PyPI version JSON
download
home_pagehttps://chiakilisp.jedi2light.moe
SummaryChiakiLisp - Yet another LISP
upload_time2023-05-29 18:42:26
maintainer@jedi2light
docs_urlNone
author@jedi2light
requires_python>=3.6
licenseWTFPL
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ChiakiLisp - Yet another LISP

## Demo

![alt Fujisaki Demo](demos/fujisaki.png)

[Qt5 Demo Source Code](examples/fujisaki-example.cl)

## Libraries

All the libraries are written in pure ChiakiLisp and located in the [`libraries`](./libraries) directory.

1. [Fujisaki](libraries/fujisaki.cl) - a small library that allows to write PyQt5 applications in a declarative way.

## Description

[ChiakiLisp](https://chiakilisp.jedi2light.moe) - Yet another LISP

There are few similar projects:
 - [HyLang](https://hylang.org) - compiles LISP into Python 3 bytecode, then interprets

## License and contribution

This project is licensed under WTFPL license, that means that you can **do whatever you want with this precious thing**

            

Raw data

            {
    "_id": null,
    "home_page": "https://chiakilisp.jedi2light.moe",
    "name": "chiakilisp",
    "maintainer": "@jedi2light",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "jedi2light@jedi2light.moe",
    "keywords": "",
    "author": "@jedi2light",
    "author_email": "jedi2light@jedi2light.moe",
    "download_url": "",
    "platform": null,
    "description": "# ChiakiLisp - Yet another LISP\n\n## Demo\n\n![alt Fujisaki Demo](demos/fujisaki.png)\n\n[Qt5 Demo Source Code](examples/fujisaki-example.cl)\n\n## Libraries\n\nAll the libraries are written in pure ChiakiLisp and located in the [`libraries`](./libraries) directory.\n\n1. [Fujisaki](libraries/fujisaki.cl) - a small library that allows to write PyQt5 applications in a declarative way.\n\n## Description\n\n[ChiakiLisp](https://chiakilisp.jedi2light.moe) - Yet another LISP\n\nThere are few similar projects:\n - [HyLang](https://hylang.org) - compiles LISP into Python 3 bytecode, then interprets\n\n## License and contribution\n\nThis project is licensed under WTFPL license, that means that you can **do whatever you want with this precious thing**\n",
    "bugtrack_url": null,
    "license": "WTFPL",
    "summary": "ChiakiLisp - Yet another LISP",
    "version": "1.4.0rc8",
    "project_urls": {
        "Bug Tracker": "https://gitlab.com/jedi2light/chiakilisp/issues",
        "Homepage": "https://chiakilisp.jedi2light.moe",
        "Source": "https://gitlab.com/jedi2light/chiakilisp.git",
        "Web Site": "https://chiakilisp.jedi2light.moe"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd5bc18d71795c62dced2e495e9ebb378e54c3e48d25f074e19ca37a3496a38a",
                "md5": "b51d5c4c7b96fc46cff8e61efd922896",
                "sha256": "cecf574e60cd2082fbf92903936110046bf3211246a7c0d486c255ecd696b13f"
            },
            "downloads": -1,
            "filename": "chiakilisp-1.4.0rc8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b51d5c4c7b96fc46cff8e61efd922896",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 27670,
            "upload_time": "2023-05-29T18:42:26",
            "upload_time_iso_8601": "2023-05-29T18:42:26.722564Z",
            "url": "https://files.pythonhosted.org/packages/fd/5b/c18d71795c62dced2e495e9ebb378e54c3e48d25f074e19ca37a3496a38a/chiakilisp-1.4.0rc8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-29 18:42:26",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "jedi2light",
    "gitlab_project": "chiakilisp",
    "lcname": "chiakilisp"
}
        
Elapsed time: 0.08070s