darkmatter
1.0.0

另請參見Roswell的安裝指南。
安裝要求和羅斯威爾。
# for macOS
$ brew install libev roswell
# for Ubuntu/Debian
$ apt-get install libev-dev
# and build roswell from source!
# for Arch Linux
$ yaourt -S libev roswell
在初始化文件(例如〜/.bashrc)中添加路徑以稍後使用darkm命令。
export PATH=$PATH:~/.roswell/bin
安裝Darkmatter。
$ ros install tamamu/darkmatter
DarkMatter從當前目錄開始。
# change the current directory to the one starting Darkmatter from
$ cd ~/path/to/root-directory
# start Darkmatter
$ darkm
# Open localhost:8888/browse/file.lisp in your browser!
*current-directory*
;; The path where the file exists
(enable-infix-syntax)
;; #f(#f(9 + 8 * 2) / 5)
(runtask init-form &body body)
;; Run asynchronous alertable task.
;; The result of body will be alerted finally.
(checkpoint tmp-form kill-form)
;; You can use this form only in runtask.
;; If the task should kill, then kill-form will be alerted; otherwise tmp-form will be alerted.
您可以使用Config File($ home/.darkmatter.conf)重新插件來添加插件文件路徑。
請參見示例。
另請參見示例,示例/clugtest.lisp或plot.lisp和lispplot.js。
版權(C)2017 Eddie([email protected])
根據MIT許可獲得許可。