{"id":19384365,"url":"https://github.com/narenratan/jonesforth_arm64_apl","last_synced_at":"2025-07-15T03:40:10.581Z","repository":{"id":180249714,"uuid":"219347415","full_name":"narenratan/jonesforth_arm64_apl","owner":"narenratan","description":"JonesForth ARM64 with APL symbols","archived":false,"fork":false,"pushed_at":"2022-10-11T07:15:26.000Z","size":88,"stargazers_count":34,"open_issues_count":1,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-23T21:38:14.696Z","etag":null,"topics":["forth"],"latest_commit_sha":null,"homepage":null,"language":"Assembly","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/narenratan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-03T18:36:50.000Z","updated_at":"2025-03-30T00:46:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"bd77825f-7771-4f54-90b7-1a4448b19098","html_url":"https://github.com/narenratan/jonesforth_arm64_apl","commit_stats":null,"previous_names":["narenratan/jonesforth_arm64_apl"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/narenratan/jonesforth_arm64_apl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narenratan%2Fjonesforth_arm64_apl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narenratan%2Fjonesforth_arm64_apl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narenratan%2Fjonesforth_arm64_apl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narenratan%2Fjonesforth_arm64_apl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/narenratan","download_url":"https://codeload.github.com/narenratan/jonesforth_arm64_apl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narenratan%2Fjonesforth_arm64_apl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265398257,"owners_count":23758468,"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":["forth"],"created_at":"2024-11-10T09:30:10.355Z","updated_at":"2025-07-15T03:40:10.551Z","avatar_url":"https://github.com/narenratan.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JonesForth ARM64 with APL symbols\n\nThis is an ARMv8 AArch64 version of Richard W.M. Jones' original x86 JonesForth.\nI have added a few things including:\n\n- Defining words\n- Combinators\n- Delimited continuations\n\nAlso I have used the APL character set.\n\nThe pizza is in the examples dir but by way of garlic bread:\n\n```\n∇ ε ( ⌈⌊ ⊤ - ↑ ∥) ↓ ∇   / Define ε as Euclid's algorithm /          \n\n∇ λ ◁ , ▷ @ ⍎ ∇         / A defining word λ which names anonymous functions /\n\n3 ⊂ ↑ ⊃ ⊂ + ⊃ cat ⍎     / Double three using the cat combinator /\n\n1 2 3 4 ⊂ × ⟦ + - ⊃ ⟧ ⍎ / Capture '+ -' in a delimited continuation with ⟦ ⟧ /\n```\n\nASCII equivalents for APL-character words are defined in ascii.f (they are the\ncorresponding Forth words where applicable so ascii.f makes a handy glossary).\n\n\nYou can compile and run with\n\n    gcc -nostdlib jonesforth.S\n\n    cat jonesforth.f - | ./a.out\n\nand run the the examples like\n\n    cat jonesforth.f examples/sockets.f - | ./a.out\n\nYou may need to\n\n    stty iutf8\n\nif your terminal isn't set up to handle utf8 by default.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnarenratan%2Fjonesforth_arm64_apl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnarenratan%2Fjonesforth_arm64_apl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnarenratan%2Fjonesforth_arm64_apl/lists"}