slyrus / gantlet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

You will also need [Gantt](https://github.com/slyrus/gantt) to run this.

Prerequisites

Quicklisp Dependenceies

You can pick up most of the needed libraries from Quicklisp as follows:

(ql:quickload '(mcclim local-time time-interval named-readtables cl-who copy-directory))

Example

To see the exmple GANTT data, the [gantt-example](https://github.com/slyrus/gantt-example/) git repo can be found here:

git clone https://github.com/slyrus/gantt-example.git

To run this:

(asdf:load-system "gantt-example")
(asdf:load-system "gantlet")

(defparameter *application*
  (gantlet:run-gantlet :task gantt-example::*example-project*))

About


Languages

Language:Common Lisp 100.0%