{"id":23194750,"url":"https://github.com/abrudz/dyalog-multiline-session","last_synced_at":"2026-02-15T09:08:19.737Z","repository":{"id":90728607,"uuid":"146277248","full_name":"abrudz/dyalog-multiline-session","owner":"abrudz","description":"Enable input over multiple lines in Dyalog APL session","archived":false,"fork":false,"pushed_at":"2018-08-27T10:22:52.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T07:43:19.208Z","etag":null,"topics":["dyalog","dyalog-apl","dyalogapl","error-handling","input","multi-line","multi-line-text","multiline","repl","session"],"latest_commit_sha":null,"homepage":null,"language":"APL","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/abrudz.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":"2018-08-27T09:37:47.000Z","updated_at":"2025-01-10T15:19:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"ddaf5727-b7f2-4c45-8431-cd021830a729","html_url":"https://github.com/abrudz/dyalog-multiline-session","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abrudz/dyalog-multiline-session","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abrudz%2Fdyalog-multiline-session","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abrudz%2Fdyalog-multiline-session/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abrudz%2Fdyalog-multiline-session/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abrudz%2Fdyalog-multiline-session/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abrudz","download_url":"https://codeload.github.com/abrudz/dyalog-multiline-session/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abrudz%2Fdyalog-multiline-session/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273032934,"owners_count":25034067,"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","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["dyalog","dyalog-apl","dyalogapl","error-handling","input","multi-line","multi-line-text","multiline","repl","session"],"created_at":"2024-12-18T13:15:24.991Z","updated_at":"2025-10-10T13:04:27.539Z","avatar_url":"https://github.com/abrudz.png","language":"APL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Multi-line Session in Dyalog APL\n*Enable input over multiple lines in Dyalog APL session*\n\n## Usage\nTo activate, execute the following (were `\u003cpath\u003e` is the location of MultiLine.dyalog):\n```\n#.⎕TRAP∪⍨←⊂2 'E' '⎕THIS ⎕SE.MultiLine ⎕IO⊃1↓⎕DM'⊣2⎕SE.⎕FIX'file://\u003cpath\u003e/MultiLine.dyalog'\n```\nYou can now use multi-line input in the session, for example:\n```\n      f←{\n          ⍺+⍵\n      }\n      2 f 3\n5\n      :if 1\n          'one'\n      :else\n          'zero'\n      :endif\none\n      2{\n          ⍺+⍵\n      }3\n5\n      :namespace foo\n          goo←+\n      :endnamespace\n      2 foo.goo 3\n5\n```\n\nTo cancel input, enter a lone `→`.\n\n## Limitations\n\nDoes not handle `:Until` followed by `:AndIf`/`:OrIf`.\n\nDoes not handle diamonds (`⋄`); use newlines instead.\n\nErrors are re-signalled with error number `500+⎕EN` and the code line will have the trap statement instead of the offending line.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabrudz%2Fdyalog-multiline-session","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabrudz%2Fdyalog-multiline-session","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabrudz%2Fdyalog-multiline-session/lists"}