Skip to content

nalssee/yomi

Repository files navigation

YOMI

  • Common Lisp version of iPython notebook Alt text

Tested

  • OS: MACOS X (Yosemite), Linux (Ubuntu 14.04)
  • CL: SBCL, CCL (must support threads)
  • Web browsers: Recent ones (must support web socket)

Dependencies

  • cl-who, hunchentoot, clws, parenscript, cl-json, inferior-shell, cl-fad, bordeaux-threads, usocket, cl-ppcre

Installation && Quick start

After starting sbcl/ccl

  • (ql:quickload :yomi)

  • (yomi:start-yomi)

  • When a web browser opens a notebook page, type in (demo) in a textarea for help.

Keyboard Shortcut

  • Ctrl-Enter : Evaluate the focused cell
  • Ctrl-s : Save notebook

Utils

  • change directory : (cd "~/where/notebooks/are") default: *default-pathname-defaults*
  • list directory : (ls) or (ls "~/dir/to/show")
  • change keymap : (keymap "vim") or (keymap "sublime") , default: "emacs"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published