Skip to content

Releases: Cirru/sepal.clj

Stable release

12 Aug 15:25
Compare
Choose a tag to compare
0.2.9

release 0.2.9

dirty work to support metadata in defn

07 Aug 16:34
Compare
Choose a tag to compare
Pre-release

Details #7 .

Stable release

06 Aug 02:55
Compare
Choose a tag to compare
0.2.8

release 0.2.8

upgrade deps and switch to deps-library

29 Jul 03:32
Compare
Choose a tag to compare
Pre-release

Details #6 .

Transforming for form

11 Aug 11:53
Compare
Choose a tag to compare

for is not binding but list comprehension, which has similar structure.

0.2.6

26 Jul 16:50
Compare
Choose a tag to compare

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

27 Mar 17:05
Compare
Choose a tag to compare

Fix

Need to support definition with type annotation:

(def dev? ^boolean js/goog.DEBUG)

support regex literal

17 Mar 03:17
Compare
Choose a tag to compare

Feature

  • #"code generates #"code", which makes writing regular expressions easier.

One more string syntax

03 Mar 16:29
Compare
Choose a tag to compare

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

02 Jan 07:39
Compare
Choose a tag to compare

Refine

  • expected to reduce changes caused by compilation and env. need more surveillance for the effects.