{"id":13779157,"url":"https://github.com/mlochbaum/ILanguage","last_synced_at":"2025-05-11T12:32:48.340Z","repository":{"id":3297256,"uuid":"4338682","full_name":"mlochbaum/ILanguage","owner":"mlochbaum","description":"An interpreter for a J-inspired language","archived":false,"fork":false,"pushed_at":"2023-07-04T17:43:26.000Z","size":468,"stargazers_count":89,"open_issues_count":1,"forks_count":6,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-11-17T14:41:24.374Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mlochbaum.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2012-05-15T17:45:40.000Z","updated_at":"2024-10-11T10:39:02.000Z","dependencies_parsed_at":"2023-01-11T16:16:34.369Z","dependency_job_id":null,"html_url":"https://github.com/mlochbaum/ILanguage","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlochbaum%2FILanguage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlochbaum%2FILanguage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlochbaum%2FILanguage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlochbaum%2FILanguage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mlochbaum","download_url":"https://codeload.github.com/mlochbaum/ILanguage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253567288,"owners_count":21928808,"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-08-03T18:01:01.845Z","updated_at":"2025-05-11T12:32:48.005Z","avatar_url":"https://github.com/mlochbaum.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"# The I programming language\n\nI is a language which generalizes the array and functional capabilities of\nthe array-programming language J to deal with a much broader variety of\ndata structures.\n\nSome features and design goals of I include:\n\n* Automatic mapping. Like J's array operations, I will map over lists,\n  sets, associated arrays, and functions.\n* Soft typing built into the core of the language.\n* Automatic optimization when types are known, using JIT compilation.\n* Functional programming. Everything in I is a function.\n* Near-nonexistent syntax. Everything is function application.\n* Whitespace defines the order of precedence in a visually intuitive way.\n\n## Portability\n\nThe master branch contains version 0.1, which uses JIT compilation to do\nsome operations very quickly. The compilation currently targets only the\nx86-64 architecture. Nearly all 64-bit desktop or laptop processors should\nuse this architecture, but if your machine does not, you may want to use\nversion 0.0, branch `v0.0`. All versions of I have only been tested on\nLinux and would probably require a small amount of modification to work\nwith other operating systems.\n\n## Building I\n\nTo build, run `gcc *.c -o I`. Then `./I` is a command-line interpreter.\n\n## Resources\n\nSee [doc/introduction.md](doc/introduction.md) to begin learning about I.\n\nThe flash of insight that started I, built-in mapping, is documented at\n[doc/BuiltInMapping/BuiltInMapping.pdf](doc/BuiltInMapping/BuiltInMapping.pdf).\nIt is presented in a manner that should be accessible to programmers\nwithout any specific language knowledge aside from functional programming.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlochbaum%2FILanguage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmlochbaum%2FILanguage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlochbaum%2FILanguage/lists"}