Skip to content

ghosthamlet/darkmatter

 
 

Repository files navigation

Darkmatter

Screen Shot

Requirement

Installation

# Install requirements

# for macOS
$ brew install libev roswell


# for Arch Linux
$ yaourt -S libev roswell
$ ros install tamamu/darkmatter

Usage

The path starts from current directory.

$ cd ~/path/to/root-directory
$ darkm
# Open localhost:8888/browse/file.lisp in your browser!

Symbols

*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.

How To Make Plugin

You can regist plugin with config file ($HOME/.darkmatter.conf) to add plugin file paths.
See example.

See also examples, examples/plugtest.lisp or plot.lisp and LispPlot.js.

See Also

  • Clack - Web application environment for Common Lisp
  • Ace - The High Performance Code Editor for the Web
  • marked - A markdown parser and compiler
  • KaTeX - Fast math typesetting for the web
  • d3 - Data visualizing library for the web
  • Font Awesome - The iconic font and CSS toolkit

Author

Copyright

Copyright (c) 2017 Eddie (tamamu.1r1s@gmail.com)

License

Licensed under the MIT License.

About

The notebook-style Common Lisp environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.9%
  • Common Lisp 31.3%
  • CSS 10.8%
  • HTML 8.0%