Skip to content

Releases: calcit-lang/calcit.std

adding various APIs #26

10 Nov 16:17
Compare
Choose a tag to compare
calcit.std.fs/check-write-file! a b
calcit.std.fs/read-dir! a
calcit.std.fs/create-dir! path
calcit.std.fs/create-dir-all! path
calcit.std.fs/rename! from to

calcit.std.date/extract-time (get-time!)
; {} (:minute 6) (:hour 16) (:month 11) (:second 48) (:day 10)

calcit.std.path/join-path & xs
calcit.std.path/path-dirname |a/b/c
; |a/b
calcit.std.path/path-basename |a/b/c
; |c

upgrade edn

07 Nov 18:55
Compare
Choose a tag to compare
0.0.8

upgrade edn; tag 0.0.8

upgrade and update EDN Test #22

02 Nov 19:22
Compare
Choose a tag to compare
0.0.7

upgrade and update EDN; tag 0.0.7

update about abi_version #6

27 Oct 07:02
Compare
Choose a tag to compare
0.0.6

update about abi_version; tag 0.0.6

add md5 function #5

26 Oct 04:09
Compare
Choose a tag to compare
0.0.5

bump 0.0.5

add set-timeout, set-interval #4

25 Oct 17:02
Compare
Choose a tag to compare
0.0.4

add set-timeout, set-interval; bump 0.0.4

moving some APIs from calcit #3

04 Oct 11:04
Compare
Choose a tag to compare
0.0.3

migrated rand functions; bump 0.0.3

moving APIs from core; unify &call-dylib-edn

03 Oct 09:47
Compare
Choose a tag to compare

Initial release

09 Sep 06:10
Compare
Choose a tag to compare
0.0.1

fix usages of &call:dylib