darkmatter
1.0.0

Roswell의 설치 안내서도 참조하십시오.
요구 사항과 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.
구성 파일 ($ home/.darkmatter.conf)으로 플러그인을 Regist 할 수 있으려면 플러그인 파일 경로를 추가 할 수 있습니다.
예를 참조하십시오.
예제, 예제/plugtest.lisp 또는 plot.lisp 및 lispplot.js도 참조하십시오.
저작권 (C) 2017 Eddie ([email protected])
MIT 라이센스에 따라 라이센스.