Skip to content

Files

Latest commit

 

History

History
 
 

kemia

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

cljsjs/kemia

[cljsjs/kemia "0.2.0"] ;; latest release

This jar comes with deps.cljs providing Kemia as a Closure library. This means requiring parts of it is done in a similar fashion to requiring parts of the Closure library itself:

(ns application.core
  (:require [goog.dom :as dom]          ; Closure
            [kemia.model.Atom :as Atom]))   ; Kemia

Kemia homepage can be found here