{"id":14008588,"url":"https://github.com/tamamu/darkmatter","last_synced_at":"2025-07-24T04:30:48.851Z","repository":{"id":93265878,"uuid":"90487344","full_name":"tamamu/darkmatter","owner":"tamamu","description":"The notebook-style Common Lisp environment","archived":true,"fork":false,"pushed_at":"2020-07-09T11:11:10.000Z","size":4603,"stargazers_count":353,"open_issues_count":2,"forks_count":21,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-08-10T11:03:30.831Z","etag":null,"topics":["common-lisp","editor","notebook","webapp"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tamamu.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-05-06T19:48:42.000Z","updated_at":"2024-05-22T04:51:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"5a74333d-10b0-4f8b-a4f2-6bd3571ab683","html_url":"https://github.com/tamamu/darkmatter","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/tamamu%2Fdarkmatter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamamu%2Fdarkmatter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamamu%2Fdarkmatter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamamu%2Fdarkmatter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tamamu","download_url":"https://codeload.github.com/tamamu/darkmatter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227410770,"owners_count":17774797,"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":["common-lisp","editor","notebook","webapp"],"created_at":"2024-08-10T11:01:52.411Z","updated_at":"2024-11-30T19:31:18.670Z","avatar_url":"https://github.com/tamamu.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Darkmatter\n\n![Screen Shot](screenshots/screenshot.png)\n\n## Requirement\n\n* \u003chttps://github.com/roswell/roswell\u003e\n* Your favorite web browser (Google Chrome, Firefox...)\n* libev\n\n## Installation\n\nSee also [Installation Guide for Roswell](https://github.com/roswell/roswell/wiki/Installation).\n\nInstall the requirements and Roswell.\n\n```\n# for macOS\n$ brew install libev roswell\n\n# for Ubuntu/Debian\n$ apt-get install libev-dev\n# and build roswell from source!\n\n# for Arch Linux\n$ yaourt -S libev roswell\n```\n\nAdd the PATH in the initialization file (such as ~/.bashrc) to use `darkm` command later.\n\n```\nexport PATH=$PATH:~/.roswell/bin\n```\n\nInstall Darkmatter.\n\n```\n$ ros install tamamu/darkmatter\n```\n\n## Usage\n\nDarkmatter starts from current directory.\n\n```\n# change the current directory to the one starting Darkmatter from\n$ cd ~/path/to/root-directory\n\n# start Darkmatter\n$ darkm\n# Open localhost:8888/browse/file.lisp in your browser!\n```\n\n## Symbols\n\n```\n*current-directory*\n;; The path where the file exists\n\n(enable-infix-syntax)\n;; #f(#f(9 + 8 * 2) / 5)\n\n(runtask init-form \u0026body body)\n;; Run asynchronous alertable task.\n;; The result of body will be alerted finally.\n\n  (checkpoint tmp-form kill-form)\n  ;; You can use this form only in runtask.\n  ;; If the task should kill, then kill-form will be alerted; otherwise tmp-form will be alerted.\n```\n\n## How To Make Plugin\n\nYou can regist plugin with config file ($HOME/.darkmatter.conf) to add plugin file paths.  \nSee [example](https://github.com/tamamu/darkmatter/blob/master/darkmatter.conf.example).\n\nSee also examples, [examples/plugtest.lisp](https://github.com/tamamu/darkmatter/blob/master/examples/plugtest.lisp) or [plot.lisp](https://github.com/tamamu/darkmatter/blob/master/src/plot.lisp) and [LispPlot.js](https://github.com/tamamu/darkmatter/blob/master/static/LispPlot.js).\n\n## See Also\n\n* [Clack](https://github.com/fukamachi/clack) - Web application environment for Common Lisp\n* [Ace](https://github.com/ajaxorg/ace) - The High Performance Code Editor for the Web\n* [marked](https://github.com/chjj/marked) - A markdown parser and compiler\n* [KaTeX](https://github.com/Khan/KaTeX) - Fast math typesetting for the web\n* [d3](https://github.com/d3/d3) - Data visualizing library for the web\n* [Font Awesome](http://fontawesome.io/) - The iconic font and CSS toolkit\n\n## Author\n\n* Eddie (tamamu.1r1s@gmail.com)\n\n## Copyright\n\nCopyright (c) 2017 Eddie (tamamu.1r1s@gmail.com)\n\n## License\n\nLicensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftamamu%2Fdarkmatter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftamamu%2Fdarkmatter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftamamu%2Fdarkmatter/lists"}