Skip to content

A copy of macro.clj and monads.clj to easily import into clojurescript projects.

Notifications You must be signed in to change notification settings

cotarmanach/clojurescript-monad-macros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

clojurescript-monad-macros

A copy of macro.clj and monads.clj to easily import into clojurescript projects.

        (ns myproject.myfile
        (:require [domina :as dom]
                    [domina.events :as ev]
                    [domina.xpath :as x]
                    [goog.string :as gstring] 
                    [goog.string.format :as gformat]
                    )
        (:require-macros
            [clojure-monad-macros.macros :as m]
            )
        )

About

A copy of macro.clj and monads.clj to easily import into clojurescript projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published