Releases: Cirru/sepal.clj
Releases · Cirru/sepal.clj
Stable release
dirty work to support metadata in defn
Details #7 .
Stable release
0.2.8 release 0.2.8
upgrade deps and switch to deps-library
Details #6 .
Transforming for form
for
is not binding but list comprehension, which has similar structure.
0.2.6
More macros has bindings, now they are handled in one function. https://clojureverse.org/t/which-macros-have-bindings/2544/2
The implementation is not perfect. But should work for now.
Add ^boolean support in def
Fix
Need to support definition with type annotation:
(def dev? ^boolean js/goog.DEBUG)
support regex literal
Feature
#"code
generates#"code"
, which makes writing regular expressions easier.
One more string syntax
Feature
String syntax was "|x", which compiles to "x"
. New syntax "\"x"
is added to write strings.
sort entries in :defs for stabler def order
Refine
- expected to reduce changes caused by compilation and env. need more surveillance for the effects.