{"id":24310808,"url":"https://github.com/mschuldt/janeforth","last_synced_at":"2026-04-18T22:05:13.362Z","repository":{"id":74093391,"uuid":"148263726","full_name":"mschuldt/janeforth","owner":"mschuldt","description":"A copy of Jonesforth with my modifications and extensions.","archived":false,"fork":false,"pushed_at":"2019-06-15T08:03:47.000Z","size":158,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-02T12:13:05.359Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/mschuldt.png","metadata":{"files":{"readme":"README","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":"2018-09-11T05:12:28.000Z","updated_at":"2024-03-05T14:39:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"305a04c6-fd19-4fbf-98dc-e2e7f2da92c0","html_url":"https://github.com/mschuldt/janeforth","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/mschuldt%2Fjaneforth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mschuldt%2Fjaneforth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mschuldt%2Fjaneforth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mschuldt%2Fjaneforth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mschuldt","download_url":"https://codeload.github.com/mschuldt/janeforth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242532381,"owners_count":20144727,"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":"2025-01-17T06:28:39.288Z","updated_at":"2026-04-18T22:05:13.316Z","avatar_url":"https://github.com/mschuldt.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nJaneforth is a copy of Jonesforth containing my modifications and extensions.\n\nJonesforth is a brilliant forth tutorial by By Richard W.M. Jones,\nIt is available here: http://git.annexia.org/?p=jonesforth.git;a=summary\n\nI didn't want to maintain the high level of commentary as I added\nnew features so I removed all the tutorial comments. If you are\nlooking for a tutorial go read the original Jonesforth.\nIf you are confused about what this code is doing,\ngo read the original Jonesforth. The original Jonesforth files\njonesforth.S and jonesforth.f are included here unmodified for reference.\n\n\nModifications:\n - all words are lower cased\n - 'depth' returns the depth in cells instead of bytes\n - .s  prints stack in same format as gforth, with depth and tos on the right\n - tick that behaves as expected in compile and interpret modes\n\nRenamed words:\n dsp@ -\u003e sp@\n dsp@ -\u003e sp!\n tell -\u003e type\n '    -\u003e [']\n [compile] -\u003e postpone\n\nadded:\n  '\n  nil\n  2/\n  2*\n  lshift\n  rshift\n  [char]\n  reveal\n  recursive\n  r@\n  rpick\n  ?do\n  loop\n  unloop\n  i\n  j\n  k\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmschuldt%2Fjaneforth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmschuldt%2Fjaneforth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmschuldt%2Fjaneforth/lists"}