Releases: calcit-lang/calcit.std
Releases · calcit-lang/calcit.std
adding various APIs #26
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
0.0.8 upgrade edn; tag 0.0.8
upgrade and update EDN Test #22
0.0.7 upgrade and update EDN; tag 0.0.7
update about abi_version #6
0.0.6 update about abi_version; tag 0.0.6
add md5 function #5
0.0.5 bump 0.0.5
add set-timeout, set-interval #4
0.0.4 add set-timeout, set-interval; bump 0.0.4
moving some APIs from calcit #3
0.0.3 migrated rand functions; bump 0.0.3
moving APIs from core; unify &call-dylib-edn
refers to #3 .
Initial release
0.0.1 fix usages of &call:dylib