{"id":21334448,"url":"https://github.com/ampless/adscriptum","last_synced_at":"2026-01-03T02:09:59.649Z","repository":{"id":119095922,"uuid":"361490465","full_name":"Ampless/Adscriptum","owner":"Ampless","description":"A modern text editor targeted at all Operating Systems, including iOS and Android.","archived":false,"fork":false,"pushed_at":"2022-05-28T13:37:39.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T14:23:06.319Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ampless.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-04-25T17:14:02.000Z","updated_at":"2022-05-28T13:37:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"f10bcdd8-551d-4ea4-bf2c-5c899e0db93e","html_url":"https://github.com/Ampless/Adscriptum","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/Ampless%2FAdscriptum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ampless%2FAdscriptum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ampless%2FAdscriptum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ampless%2FAdscriptum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ampless","download_url":"https://codeload.github.com/Ampless/Adscriptum/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243812116,"owners_count":20351833,"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-21T23:21:55.707Z","updated_at":"2026-01-03T02:09:59.608Z","avatar_url":"https://github.com/Ampless.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Adscriptum\nA modern text editor targeted at all Operating Systems, including iOS and Android.\n\nIt is built with Carp, a modern LISP that basically works like Adscript would have.\n\n## What is a \"modern text editor\"?\nThat's a good question. Some folks could think that we were trying to be the next VS Code,\nbut that isn't a particularly good guess. Rather, we are trying to be the next Emacs.\n\nEmacs has a lot of problems and has historically been the wrong choice, but if you look at\nDoom Emacs now, putting the 200+ MB of RAM usage and horrible performance aside, it is a\nreally good text editor and, even more importantly, a really good \"OS\".\n\nBut Emacs is legacy, a lot of legacy. So instead of crying over Elisp, we are making a\nbetter alternative to build cool plugins in, like AlMetSys (short for \"Algebraic and\ngeoMetrical System\"), a GeoGebra alternative, or yet another Amplissimus.\n\n## Running\nInstall Carp and SDL2, then run the following command:\n\n```sh\ncarp -x main.carp\n```\n\n### Apple silicon\nOn ARM64 macOS the GHC Haskell ecosystem is still a mess as of mid 2021. For that reason\nyou will have to install the AMD64 versions of Stack and Carp, which complicates the\nlinking, because `carp` tries to use `pkg-config`. For that reason you will have to get it\nto use the packages from Homebrew Intel. This can be achieved in two ways: Create\na dummy `pkg-config` pointing to the x86 installation of SDL2:\n\n```sh\n#!/bin/sh\necho -D_THREAD_SAFE -I/usr/local/include -L/usr/local/lib -lSDL2 -lSDL2_ttf\n```\n\nThen you can weld your `PATH` a bit to get it working:\n\n```sh\nPATH=\"$PWD:$PATH\" carp -x main.carp\n```\n\nOr just try using the x86 `pkg-config` by welding your `PATH` directly:\n\n``` sh\nPATH=\"/usr/local/bin:$PATH\" carp -x main.carp\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fampless%2Fadscriptum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fampless%2Fadscriptum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fampless%2Fadscriptum/lists"}