{"id":21169452,"url":"https://github.com/smarr/som-java","last_synced_at":"2025-07-09T19:31:33.510Z","repository":{"id":7765546,"uuid":"9133956","full_name":"smarr/som-java","owner":"smarr","description":"SOM - Simple Object Machine (plain Java implementation)","archived":false,"fork":false,"pushed_at":"2024-06-16T17:25:02.000Z","size":547,"stargazers_count":6,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-17T16:55:28.730Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smarr.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-03-31T18:15:29.000Z","updated_at":"2024-06-16T17:25:05.000Z","dependencies_parsed_at":"2024-04-05T01:00:44.982Z","dependency_job_id":"de9a0903-5f4d-4daa-b57c-038b2191f54d","html_url":"https://github.com/smarr/som-java","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smarr%2Fsom-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smarr%2Fsom-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smarr%2Fsom-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smarr%2Fsom-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smarr","download_url":"https://codeload.github.com/smarr/som-java/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225581486,"owners_count":17491729,"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-11-20T15:30:17.291Z","updated_at":"2024-11-20T15:31:09.958Z","avatar_url":"https://github.com/smarr.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"SOM - Simple Object Machine\n===========================\n\nSOM is a minimal Smalltalk dialect used to teach VM construction at the [Hasso\nPlattner Institute][SOM]. It was originally built at the University of Århus\n(Denmark) where it was also used for teaching.\n\nCurrently, implementations exist for Java (SOM), C (CSOM), C++ (SOM++), and\nSqueak/Pharo Smalltalk (AweSOM).\n\nA simple SOM Hello World looks like:\n\n```Smalltalk\nHello = (\n  run = (\n    'Hello World!' println.\n  )\n)\n```\n\nThis repository contains a plain Java implementation of SOM, including an implementation of the SOM standard library. Please see the [main project page][SOMst] for links to the VM implementation.\n\nMake sure to initialize the shared Smalltalk standard library, tests, and examples by importing the git submodule:\n\n    $ git submodule update --init\n\nTo build and run SOM, Java 8 or newer is required.\n\nSOM can be built with Ant:\n\n    $ ant jar\n\nAfterwards, the tests can be executed with:\n\n    $ ./som.sh -cp Smalltalk TestSuite/TestHarness.som\n\nor with:\n\n    $ ant test\n   \nA simple Hello World program is executed with:\n\n    $ ./som.sh -cp Smalltalk Examples/Hello.som\n\n\nInformation on previous authors are included in the AUTHORS file. This code is\ndistributed under the MIT License. Please see the LICENSE file for details.\n\nBuild Status\n------------\n\nThanks to Travis CI, all commits of this repository are tested.\nThe current build status is: [![Build Status](https://travis-ci.org/SOM-st/som-java.png?branch=master)](https://travis-ci.org/SOM-st/som-java)\n\n [SOM]: http://www.hpi.uni-potsdam.de/hirschfeld/projects/som/\n [SOMst]: https://travis-ci.org/SOM-st/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmarr%2Fsom-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmarr%2Fsom-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmarr%2Fsom-java/lists"}