{"id":16009559,"url":"https://github.com/fwcd/smallballoon","last_synced_at":"2025-08-12T01:31:27.638Z","repository":{"id":57363737,"uuid":"129635362","full_name":"fwcd/smallballoon","owner":"fwcd","description":"Smalltalk interpreter for JavaScript/TypeScript","archived":false,"fork":false,"pushed_at":"2018-05-27T11:35:42.000Z","size":160,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-07T08:46:00.093Z","etag":null,"topics":["javascript","nodejs","smalltalk","smalltalk-interpreter","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fwcd.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}},"created_at":"2018-04-15T17:45:09.000Z","updated_at":"2024-11-14T16:53:53.000Z","dependencies_parsed_at":"2022-09-16T07:41:23.394Z","dependency_job_id":null,"html_url":"https://github.com/fwcd/smallballoon","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/fwcd%2Fsmallballoon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fsmallballoon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fsmallballoon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fsmallballoon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fwcd","download_url":"https://codeload.github.com/fwcd/smallballoon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229625049,"owners_count":18100641,"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":["javascript","nodejs","smalltalk","smalltalk-interpreter","typescript"],"created_at":"2024-10-08T13:02:55.286Z","updated_at":"2024-12-13T22:36:24.377Z","avatar_url":"https://github.com/fwcd.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SmallBalloon\nA Smalltalk interpreter for JavaScript/TypeScript. A quick example:\n\n```smalltalk\ni := 0.\n[i lessOrEqual:5] whileTrue:[\n\tTranscript show:i.\n\ti := i plus:1.\n].\n```\n\n100% interoperable with JS:\n\n```smalltalk\n(JS get:\"console\") log:\"Hello JavaScript!\".\n```\n\n```javascript\nnew STLoader().runSTCode('Transcript show:\"Hello Smalltalk!\"');\n```\n\n## Dependencies\n* TypeScript 2.8.1 (development)\n* ES5 (target)\n* Node.js (only used to open files)\n\n## Setup using npm\n\u003e`npm install -g typescript`\n\n\u003e`npm install`\n\n## Compile sources\n\u003e`tsc` (Optionally enable the -w flag to automatically compile changes.)\n\nThe JS sources will appear in the build folder\n\n## Run main sources\n\u003e`npm run main -- path/to/your/smalltalk/app.st`\n\n## Run test sources\n\u003e`npm run test`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffwcd%2Fsmallballoon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffwcd%2Fsmallballoon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffwcd%2Fsmallballoon/lists"}