darkmatter
1.0.0

Voir aussi Guide d'installation pour Roswell.
Installez les exigences et 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
Ajoutez le chemin d'accès dans le fichier d'initialisation (tel que ~ / .bashrc) pour utiliser la commande darkm plus tard.
export PATH=$PATH:~/.roswell/bin
Installez Darkmatter.
$ ros install tamamu/darkmatter
Darkmatter commence à partir du répertoire actuel.
# 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.
Vous pouvez régir le plugin avec le fichier de configuration ($ home / .darkmatter.conf) pour ajouter des chemins de fichier de plugin.
Voir l'exemple.
Voir aussi Exemples, Exemples / PlugTest.Lisp ou Plot.Lisp et Lispplot.js.
Copyright (c) 2017 Eddie ([email protected])
Licencié sous la licence du MIT.