Skip to content

A Clojure library designed for seamless _hyperscript authoring. Eliminate the hassle of multi-line strings, string concatenation, and substitution.

Notifications You must be signed in to change notification settings

seconds-dev/hyperclj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hyperclj

A Clojure library designed for seamless _hyperscript authoring. Eliminate the hassle of multi-line strings, string concatenation, and substitution.

Examples

(let [uuid (java.util.UUID/randomUUID)]
    [:input {:type "text"
             :_ (__ :on :keyup :set :my :value :to uuid)}])
(__ :on :dragstart :call ^:call [:event.dataTransfer.setData "text/plain" :target.textContent])

About

A Clojure library designed for seamless _hyperscript authoring. Eliminate the hassle of multi-line strings, string concatenation, and substitution.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published