Episode 11: Gravity
author |
Steve Losh <steve@stevelosh.com> |
date |
Sun, 10 Apr 2016 23:13:35 +0000 |
parents |
21b9503510dc |
children |
540972fdbaab |
(asdf:defsystem #:coding-math
:name "coding-math"
:description "Working through the Coding Math videos."
:author "Steve Losh <steve@stevelosh.com>"
:license "MIT/X11"
:version "0.0.1"
:depends-on (#:defstar
#:optima
#:sketch
#:trivial-types
#:cl-arrows
#:fare-quasiquote-optima
#:fare-quasiquote-readtable)
:serial t
:components ((:file "quickutils") ; quickutils package ordering crap
(:file "package")
(:module "src"
:components ((:file "utils")
(:file "math")
(:file "vectors")
(:file "particles")
(:file "main")))))