{"id":20060513,"url":"https://github.com/eshrh/campus-emacs","last_synced_at":"2026-02-09T18:01:35.734Z","repository":{"id":111377986,"uuid":"578515374","full_name":"eshrh/campus-emacs","owner":"eshrh","description":"simple and sane approach to repl programming","archived":false,"fork":false,"pushed_at":"2023-12-17T04:09:36.000Z","size":23,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-02T21:48:15.882Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eshrh.png","metadata":{"files":{"readme":"README.org","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":"2022-12-15T08:39:04.000Z","updated_at":"2023-11-29T09:26:50.000Z","dependencies_parsed_at":"2023-12-17T01:21:57.115Z","dependency_job_id":"7033758a-1c0c-4d63-869f-74961399645f","html_url":"https://github.com/eshrh/campus-emacs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eshrh/campus-emacs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eshrh%2Fcampus-emacs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eshrh%2Fcampus-emacs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eshrh%2Fcampus-emacs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eshrh%2Fcampus-emacs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eshrh","download_url":"https://codeload.github.com/eshrh/campus-emacs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eshrh%2Fcampus-emacs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29274727,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T17:15:22.002Z","status":"ssl_error","status_checked_at":"2026-02-09T17:14:42.395Z","response_time":56,"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":[],"created_at":"2024-11-13T13:15:00.978Z","updated_at":"2026-02-09T18:01:35.700Z","avatar_url":"https://github.com/eshrh.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"* Campus-emacs\nCampus is a simple but effective improvement to the inferior-process\nrepl development experience in emacs.\n\nEssentially, campus offers three main functions:\n\n- =campus-make-partition=: inserts a special comment that breaks the\n  existing code-section (at first the whole file) into two parts.\n- =campus-make-partition-from-region=: delimits the selected region with\n  the special partition comment. This operates somewhat like a cell in\n  an interactive notebook.\n- =campus-send-region=: sends the code-section you're in to a repl\n  process using a customizable list of commands.\n\nI find this useful when developing with a repl open and\n- I don't want to re-evaluate the whole file every time\n- My code isn't in a single function, so I can't use =C-M-x=.\n- I find myself selecting a region and using =C-c C-r= or the\n  equivalent frequently.\n\n[[https://youtu.be/Vu_0vRgxZPs][video demo]]\n\n* Installation\nInstallable via straight like this:\n\n#+BEGIN_SRC emacs-lisp\n(straight-use-package\n '(campus :type git\n          :repo \"https://github.com/eshrh/campus-emacs\"))\n#+END_SRC\n\nThe source is self-contained in =campus.el= and depends on =s= and\n=dash=.\n\n* Customization\nTwo main things to customize:\n\n- =campus-partition-string=: the comment string used for partitions.\n- =campus-eval-region-alist=: map of functions to use to eval code.\n  - see the docstring via =C-h f= or reading the source for more\n    info\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feshrh%2Fcampus-emacs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feshrh%2Fcampus-emacs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feshrh%2Fcampus-emacs/lists"}