{"id":17214596,"url":"https://github.com/samdphillips/onyx-rb","last_synced_at":"2025-03-25T12:46:48.769Z","repository":{"id":3484876,"uuid":"4540547","full_name":"samdphillips/onyx-rb","owner":"samdphillips","description":"Onyx Smalltalk","archived":false,"fork":false,"pushed_at":"2023-12-17T23:29:08.000Z","size":223,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-30T11:42:29.315Z","etag":null,"topics":["programming-language","ruby","smalltalk"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samdphillips.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2012-06-03T20:53:55.000Z","updated_at":"2023-12-17T23:24:37.000Z","dependencies_parsed_at":"2024-12-03T12:50:33.321Z","dependency_job_id":null,"html_url":"https://github.com/samdphillips/onyx-rb","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/samdphillips%2Fonyx-rb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdphillips%2Fonyx-rb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdphillips%2Fonyx-rb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdphillips%2Fonyx-rb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samdphillips","download_url":"https://codeload.github.com/samdphillips/onyx-rb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245467141,"owners_count":20620209,"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":["programming-language","ruby","smalltalk"],"created_at":"2024-10-15T03:03:47.893Z","updated_at":"2025-03-25T12:46:48.742Z","avatar_url":"https://github.com/samdphillips.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# onyx #\n\n**Latest iteration of this is at https://github.com/samdphillips/onyx**\n\n\nonyx has been the name for various Smalltalk implementations that I have\nworked on.  This version is written in Ruby, and someday will be written\nin a lower level language (if I ever get that far.)\n\nCurrently onyx is implemented as a [trampolining interpreter][tramp]\nwith [delimited continuations][delim] and a form of [continuation\nmarks][cmarks].  There is a small \"standard library.\"\n\nEventually onyx will have exceptions, [traits][traits],\nand [contracts][contracts].\nAdditionally some other pragmatics things like FFI, JIT, and all those\nother expected bits of runtime infrastructure.\n\n## Differences from \"Smalltalk\" ##\n\nHere are some of the difference from other Smalltalks that are planned\non being added:\n\n- currently no IO system\n- currently not vm based, no bytecode\n- currently no browser or other development tools\n\n\nHere are some of the differences from other Smalltalks that most like\nwon't be added:\n\n- Sequenced Collections are indexed starting at zero and not one.\n- methods do not implicitly return self.  Methods return the last\n  expression evaluated similar to Scheme and Ruby.\n- no image file\n- probably something that I've forgotten besides the obvious ...\n\n## Running Tests ##\n\nA few different test systems are set up.\n\n    $ rspec\n    $ ruby -Ilib -I. t/tests.rb\n    $ ruby -Ilib -r onyx -e main src/tests/tester.ost \\\n        src/tests/ordered_collection.ost \\\n        src/tests/stream.ost\n\n\n[tramp]:     http://www.cs.indiana.edu/hyplan/sganz/publications/icfp99/paper.pdf\n[delim]:     http://www.ccs.neu.edu/racket/pubs/icfp07-fyff.pdf\n[cmarks]:    http://www.ccs.neu.edu/racket/pubs/dissertation-clements.pdf\n[contracts]: http://www.ccs.neu.edu/racket/pubs/thesis-robby.pdf\n[traits]:    http://scg.unibe.ch/archive/papers/Scha03aTraits.pdf\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamdphillips%2Fonyx-rb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamdphillips%2Fonyx-rb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamdphillips%2Fonyx-rb/lists"}