{"id":16160762,"url":"https://github.com/kenny2github/py-arrow-lang","last_synced_at":"2025-04-07T02:45:38.721Z","repository":{"id":62578728,"uuid":"272650983","full_name":"Kenny2github/py-arrow-lang","owner":"Kenny2github","description":"An implementation of Arrow (https://github.com/jacob-g/arrow-lang) in Python.","archived":false,"fork":false,"pushed_at":"2020-06-22T10:25:06.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T19:53:02.629Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pypi.org/project/py-arrow-lang/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kenny2github.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2020-06-16T08:21:26.000Z","updated_at":"2020-06-22T10:25:08.000Z","dependencies_parsed_at":"2022-11-03T20:47:38.020Z","dependency_job_id":null,"html_url":"https://github.com/Kenny2github/py-arrow-lang","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kenny2github%2Fpy-arrow-lang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kenny2github%2Fpy-arrow-lang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kenny2github%2Fpy-arrow-lang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kenny2github%2Fpy-arrow-lang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kenny2github","download_url":"https://codeload.github.com/Kenny2github/py-arrow-lang/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247584060,"owners_count":20962071,"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":[],"created_at":"2024-10-10T02:04:40.354Z","updated_at":"2025-04-07T02:45:38.683Z","avatar_url":"https://github.com/Kenny2github.png","language":"Python","readme":"py-arrow-lang\n-------------\n\nAn implementation of `Arrow \u003chttps://github.com/jacob-g/arrow-lang\u003e`_ in Python.\n\nRunning Arrow code\n==================\n\n.. code-block:: text\n\n    $ arrow --help\n\n    usage: arrow [-h] [file]\n\n    positional arguments:\n      file        A file to run. Use - for stdin without prompt.\n\n    optional arguments:\n      -h, --help  show this help message and exit\n\nExample Arrow program\n=====================\n\n.. code-block:: text\n\n    function\n    /--\u003e int factorial(int n)\n    | require not (n \u003c 0)\n    | int return\n    | /--\u003c n != 0\n    | | return = 1\n    | \\--\u003e\n    | /--\u003c n == 0\n    | | return = n * factorial(n - 1)\n    | \\--\u003e\n    ^ return\n\n    main\n    int n\n    print \"Enter number:\"\n    n = input int\n    print \"Factorial of\", n, \"is\", factorial(n)\n\nWhich outputs:\n\n.. code-block:: text\n\n    Enter number:\n    5\n    Factorial of 5 is 120\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenny2github%2Fpy-arrow-lang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkenny2github%2Fpy-arrow-lang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenny2github%2Fpy-arrow-lang/lists"}