タグ

ブックマーク / ceramic.github.io (1)

  • Ceramic

    ;; Load Ceramic and our app (ql:quickload '(:ceramic :lucerne-utweet)) ;; Ensure Ceramic is set up (ceramic:setup) ;; Start our app (lucerne:start utweet.views:app :port 8000) ;; Open a browser window to it (defvar window (ceramic:make-window :url "http://localhost:8000/")) (ceramic:show-window window)

    Ceramic
    Watson
    Watson 2015/09/09
    “Ceramic is built on top of Electron, the same library that powers the Atom text editor”
  • 1