{"id":27991011,"url":"https://github.com/y2k/remote-embeded-repl","last_synced_at":"2026-04-27T20:31:42.151Z","repository":{"id":78157735,"uuid":"166288356","full_name":"y2k/remote-embeded-repl","owner":"y2k","description":"List interpreter for android","archived":false,"fork":false,"pushed_at":"2019-06-02T11:38:53.000Z","size":66,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-08T16:54:30.238Z","etag":null,"topics":["android","antlr","kotlin","lisp","lisp-interpreter"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/y2k.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,"zenodo":null}},"created_at":"2019-01-17T19:59:35.000Z","updated_at":"2019-06-02T12:01:07.000Z","dependencies_parsed_at":"2023-07-26T04:34:43.826Z","dependency_job_id":null,"html_url":"https://github.com/y2k/remote-embeded-repl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/y2k/remote-embeded-repl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y2k%2Fremote-embeded-repl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y2k%2Fremote-embeded-repl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y2k%2Fremote-embeded-repl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y2k%2Fremote-embeded-repl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/y2k","download_url":"https://codeload.github.com/y2k/remote-embeded-repl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y2k%2Fremote-embeded-repl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32354566,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["android","antlr","kotlin","lisp","lisp-interpreter"],"created_at":"2025-05-08T16:53:40.245Z","updated_at":"2026-04-27T20:31:42.130Z","avatar_url":"https://github.com/y2k.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Удаленный REPL лиспа для Android\n\n[Antlr граматика](lib/src/main/kotlin/y2k/remoteembederepl/EmbededLisp.g4)\n\n### Пример использования (Kotlin Scratches)\n\n##### Показать тост\n\n```kotlin\nio.y2k.remoteconnector.Client.sendObject(\n    \"\"\"\n        |(.show\n        |   (android.widget.Toast/makeText\n        |       io.y2k.replexample.App/instance\n        |       \"Hello world\"\n        |       android.widget.Toast/LENGTH_LONG))\n    \"\"\".trimMargin()\n)\n```\n\n##### Открыть youtube\n\n```kotlin\nio.y2k.remoteconnector.Client.sendObject(\n    \"\"\"\n        |(.startActivity\n        |   io.y2k.replexample.App/instance\n        |   (android.content.Intent.\n        |       android.content.Intent/ACTION_VIEW\n        |       (android.net.Uri/parse \"https://youtu.be/dQw4w9WgXcQ\")))\n    \"\"\".trimMargin()\n)\n```\n\n##### Показть нотификацию\n\n```kotlin\nio.y2k.remoteconnector.Client.sendObject(\n    \"\"\"\n        |(.notify\n        |   (androidx.core.app.NotificationManagerCompat/from\n        |       io.y2k.replexample.App/instance)\n        |   0\n        |   (.build\n        |       (.setContentText\n        |           (.setContentTitle\n        |               (.setSmallIcon\n        |                   (androidx.core.app.NotificationCompat${\"$\"}Builder.\n        |                       io.y2k.replexample.App/instance\n        |                       \"default\")\n        |                   android.R${\"$\"}drawable/sym_def_app_icon)\n        |               \"Hello\")\n        |           \"World\")))\n    \"\"\".trimMargin()\n)\n```\n\n### Интеграция на клиенте\n\n```kotlin\nclass MainActivity : Activity() {\n\n    private lateinit var server: Closeable\n\n    override fun onStart() {\n        super.onStart()\n        server = Server.start(Repl::eval)\n    }\n\n    override fun onStop() {\n        super.onStop()\n        server.close()\n    }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fy2k%2Fremote-embeded-repl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fy2k%2Fremote-embeded-repl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fy2k%2Fremote-embeded-repl/lists"}