{"id":21711300,"url":"https://github.com/pharojs/webstrepl","last_synced_at":"2026-01-04T02:53:41.952Z","repository":{"id":93026139,"uuid":"385972806","full_name":"PharoJS/WebStREPL","owner":"PharoJS","description":null,"archived":false,"fork":false,"pushed_at":"2022-03-02T22:01:48.000Z","size":312,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-01-25T16:42:28.903Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Smalltalk","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/PharoJS.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":"2021-07-14T14:39:33.000Z","updated_at":"2022-08-16T11:21:12.000Z","dependencies_parsed_at":"2023-04-25T00:04:50.074Z","dependency_job_id":null,"html_url":"https://github.com/PharoJS/WebStREPL","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/PharoJS%2FWebStREPL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PharoJS%2FWebStREPL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PharoJS%2FWebStREPL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PharoJS%2FWebStREPL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PharoJS","download_url":"https://codeload.github.com/PharoJS/WebStREPL/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244666585,"owners_count":20490287,"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-25T23:21:14.709Z","updated_at":"2026-01-04T02:53:41.912Z","avatar_url":"https://github.com/PharoJS.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebStREPL\n\nSmalltalk is almost unique in being (mostly) `image-based` - that is, code is usually part of an entire image of live objects, including classes and methods. ([GNU Smalltalk](https://smalltalk.gnu.org/) being a prominent exceptioni, and APL/J being the next most prominent image-based language.)\n\nThis has led to Smalltalk having a best-in-class development environment, but not really having a REPL (Read-Eval-Print Loop) which would be convenient for simple experimentation and web-based demonstrations (of course, this is unnecessary within a Smalltalk environment because virtually any expression anywhere can be selected and evaluated/inspected/printed).\n\nThis issue was highlighted by [Programming Idioms](https://programming-idioms.org/) because most of the other languages have a convenient web-based way to explore the idioms, and the way it is set up is oriented toward having a REPL.\n\nSo we decided to use [PharoJS](https://github.com/PharoJS/PharoJS) to implement a web-based, Smalltalk REPL.\n\n## Warning\n\nAt the moment this is not ready to be exposed to a public link, because it does a simple `evaluate:` of whatever the remote browser sends which is a serious security hazard (they can do anything with your image!!!). However, it shows a simple client-server interaction which may be instructive.\n\nWe will shortly have a secure solution.\n\n## Install\n```st\nMetacello new\n  baseline: 'WebStREPL';\n  repository: 'github://PharoJS/WebStREPL:main';\n  load\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpharojs%2Fwebstrepl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpharojs%2Fwebstrepl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpharojs%2Fwebstrepl/lists"}