{ "info": { "author": "Liam Schumm", "author_email": "liamschumm@icloud.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License (GPL)", "Programming Language :: Python" ], "description": "=============================\nThe Lime Programming Language\n=============================\n\nAbout\n=====\n\nLime is a small, strongly typed, purely functional programming language. It indends to take a minimal approach to language design, combining the power of Lisp language constructs with low-level computation models. Because of the ability for Lisp-like language code to be analyzed, optimized, and preprocessed at compile time, this results in a more usable language without any of the performance drawbacks of a higher-level language.\n\nLime is a strongly, strictly typed language. All variables must have a type, and every function must declare an argument and return type signature. It also allows for basic algebraic typing operations--with an :code:`any` type that allows for the easy manipulation of container classes. Lime is also purely functional. System I/O commands are strictly typed, and will stop the programs execution if they return an errory value (like :code:`as!` in Swift).\n\nLime compiles to a cross-platform C. Although it bypasses the C typing system (using :code:`long` pointers instead of typed objects), it aims to generate readable C code which can be easily extended.\n\nIt is currently in the early alpha of its development, and should not be used for any critical code. Breaking changes are expected.\n\nInstallation\n============\n\nUsing pip\n---------\n\nLime may be installed with :code:`pip`, as :code:`lime-lang`. Make sure to install it with the :code:`python2` version of :code:`pip`\n\n``` \n$ pip2 install lime-lang\n```\n\nFrom source\n-----------\n\n``` \n$ git clone https://github.com/lschumm/lime\n```\n\nMake sure that this folder is in your :code:`PATH` environment variable (the :code:`lime` executable must be in your :code:`PATH`, and it must be located in the same folder as the Lime standard libraries).\n\nDocumentation\n=============\n\nAll lime documentation is available at `https://limelang.xyz `_.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://limelang.xyz", "keywords": "", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "lime-lang", "package_url": "https://pypi.org/project/lime-lang/", "platform": "", "project_url": "https://pypi.org/project/lime-lang/", "project_urls": { "Homepage": "https://limelang.xyz" }, "release_url": "https://pypi.org/project/lime-lang/1.4.2/", "requires_dist": null, "requires_python": "", "summary": "Lime is an experimental, stack-based, purely functional programming language.", "version": "1.4.2" }, "last_serial": 5139779, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "fe78c4abca241fd6d3cf883f6c1fc075", "sha256": "52f76d5575592171a610e29da17061d5afdb8cc69b0518e22733986b7a294de9" }, "downloads": -1, "filename": "lime-lang-1.0.0.tar.gz", "has_sig": false, "md5_digest": "fe78c4abca241fd6d3cf883f6c1fc075", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9985, "upload_time": "2019-02-17T20:55:55", "url": "https://files.pythonhosted.org/packages/dd/4a/1f3ebfadbe158fdae816652024db5ce27f3e6ba7e4770a3574751729b633/lime-lang-1.0.0.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "8a93b0af3245a3923052b5149aedccac", "sha256": "64573ef1da401db8b55db66ed701a3ec28335654c94d1f63582456a9a824dbf4" }, "downloads": -1, "filename": "lime-lang-1.0.5.tar.gz", "has_sig": false, "md5_digest": "8a93b0af3245a3923052b5149aedccac", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.*", "size": 25896, "upload_time": "2019-02-20T21:40:34", "url": "https://files.pythonhosted.org/packages/fd/80/0f0b52429620d3c7e0a750e15ffedfda82c2c57fead90b34669429b777ea/lime-lang-1.0.5.tar.gz" } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "a76856968713ffb462251d6d396e6d46", "sha256": "964d4e480880d1b86f7da8402dff062ad01e5c7eb104888dd16a64f905e85e8d" }, "downloads": -1, "filename": "lime-lang-1.0.8.tar.gz", "has_sig": false, "md5_digest": "a76856968713ffb462251d6d396e6d46", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.*", "size": 27927, "upload_time": "2019-02-24T17:49:22", "url": "https://files.pythonhosted.org/packages/48/49/f33a4a4e5ddf0866db2c8d9f4095705c2da42132fd27412b1e9d34bd4765/lime-lang-1.0.8.tar.gz" } ], "1.0.9": [ { "comment_text": "", "digests": { "md5": "16a7a84625233a0f17aa16896dcd2158", "sha256": "ce0899b4f4f5045fffa1ad4c57b3e15dd294d4ca9253649ae0f6d96c8256983b" }, "downloads": -1, "filename": "lime-lang-1.0.9.tar.gz", "has_sig": false, "md5_digest": "16a7a84625233a0f17aa16896dcd2158", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.*", "size": 28017, "upload_time": "2019-02-24T17:56:55", "url": "https://files.pythonhosted.org/packages/da/05/0bf23e900c55df6cb57f9d0151bb066335d0e886c335edd38aab72e1c46d/lime-lang-1.0.9.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "98c2f59786f08cca8f4faad9ed42e8d2", "sha256": "54bb63d20f8494adf70da4ddc60e455b384fff361714b7ec25397dd72858d728" }, "downloads": -1, "filename": "lime-lang-1.1.0.tar.gz", "has_sig": false, "md5_digest": "98c2f59786f08cca8f4faad9ed42e8d2", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 28015, "upload_time": "2019-02-24T20:50:20", "url": "https://files.pythonhosted.org/packages/f9/62/9229692b7b9eee7fa4ffc5ef1d0a39e4ed931f6475e1aedabde5f6d077b9/lime-lang-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "32fd4fe283bfdeacd8fb14c717fab235", "sha256": "ced189541e31afe5f6bf7f4bc1c88752bdc4a7244c478b15871a15fb09aecc9b" }, "downloads": -1, "filename": "lime-lang-1.1.1.tar.gz", "has_sig": false, "md5_digest": "32fd4fe283bfdeacd8fb14c717fab235", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 28763, "upload_time": "2019-02-24T20:54:01", "url": "https://files.pythonhosted.org/packages/d7/00/b5b79ba28b0761c06a07df95ed0ae449a120156278af3831b91a8a65904f/lime-lang-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "3800d61fd4312cc0c4248fd8e2f321d4", "sha256": "f0182f532b8c9a01f4c7952b49d6471ed4b4d9f5274b1b6552c4da3e57bc96b5" }, "downloads": -1, "filename": "lime-lang-1.1.2.tar.gz", "has_sig": false, "md5_digest": "3800d61fd4312cc0c4248fd8e2f321d4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 28849, "upload_time": "2019-02-24T20:58:19", "url": "https://files.pythonhosted.org/packages/d2/f3/e0495c24bc44ead9411a25ec45176133707d97d1e9048fbf82c751b1a387/lime-lang-1.1.2.tar.gz" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "24c79fe514ffa40e339548e2ed810e77", "sha256": "959a30194ebd2abb79b999fb13117df7f96c81adeb15f6632e9c01b770b27258" }, "downloads": -1, "filename": "lime-lang-1.1.3.tar.gz", "has_sig": false, "md5_digest": "24c79fe514ffa40e339548e2ed810e77", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 28863, "upload_time": "2019-02-24T21:01:20", "url": "https://files.pythonhosted.org/packages/b0/52/a3124682e340b123e1f9c354c40ee2cdd8837059fb81a7610d3d5e2679f5/lime-lang-1.1.3.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "a11f44faa48e85550ba79afa63e388c3", "sha256": "18051a51ac347136a9fa8068d22a123296ff8dcb9648ec2f78c3d5228e038c2d" }, "downloads": -1, "filename": "lime-lang-1.2.0.tar.gz", "has_sig": false, "md5_digest": "a11f44faa48e85550ba79afa63e388c3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 30178, "upload_time": "2019-03-03T18:46:19", "url": "https://files.pythonhosted.org/packages/3e/16/576927fd68516f8917bbb69bcce5bb3f306c70cf4dd2430f06d2f6b7fe0a/lime-lang-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "7dff4669b03cafb16628b23b695a7abf", "sha256": "6ce57d1e1008988c7211fb460af75b075fed290d8719bbb215ac48398331df73" }, "downloads": -1, "filename": "lime-lang-1.2.1.tar.gz", "has_sig": false, "md5_digest": "7dff4669b03cafb16628b23b695a7abf", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 31387, "upload_time": "2019-03-05T00:11:08", "url": "https://files.pythonhosted.org/packages/6a/51/2d3509a2cdd33434627c946a73ca9fb4c1defba9671ed3ea68babb60a949/lime-lang-1.2.1.tar.gz" } ], "1.4.2": [ { "comment_text": "", "digests": { "md5": "f29c61faba2b71c1c761a936cf9271ed", "sha256": "a259a3dae783e0a5a0577955a5857670ac9d128994ae2559c2fb9dcb50d51c71" }, "downloads": -1, "filename": "lime-lang-1.4.2.tar.gz", "has_sig": false, "md5_digest": "f29c61faba2b71c1c761a936cf9271ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31000, "upload_time": "2019-04-14T03:27:42", "url": "https://files.pythonhosted.org/packages/a2/90/6ba1bcac8e43e4f3f4855b6bc694f661f3eae6789d1c7fd85093429c28cd/lime-lang-1.4.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f29c61faba2b71c1c761a936cf9271ed", "sha256": "a259a3dae783e0a5a0577955a5857670ac9d128994ae2559c2fb9dcb50d51c71" }, "downloads": -1, "filename": "lime-lang-1.4.2.tar.gz", "has_sig": false, "md5_digest": "f29c61faba2b71c1c761a936cf9271ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31000, "upload_time": "2019-04-14T03:27:42", "url": "https://files.pythonhosted.org/packages/a2/90/6ba1bcac8e43e4f3f4855b6bc694f661f3eae6789d1c7fd85093429c28cd/lime-lang-1.4.2.tar.gz" } ] }