Skip to content

Releases: kimtg/Arcpp

v0.26.1

20 Aug 15:43

Choose a tag to compare

more pass by references, set err_expr only when necessary

v0.26

18 Aug 08:13

Choose a tag to compare

readline's handling of multiline input improved

v0.25: added dir-exists, file-exists, ensure-dir

13 Aug 09:51

Choose a tag to compare

see: http://arclanguage.github.io/ref/filesystem.html

v0.24.1

11 Aug 04:09

Choose a tag to compare

more constness

v0.24: = reworked using quasiquote. now supports caar, cadr, cddr.

09 Aug 15:27

Choose a tag to compare

example:
(= a '((1 2)))
(macex '(= (caar a) 3)) ; => (do (scar (car a) 3))
(= (caar a) 3)
a ; => ((3 2))

v0.23

08 Aug 13:23

Choose a tag to compare

v0.23: closure source form is printed

v0.22

08 Aug 12:57

Choose a tag to compare

multiline strnig supported in REPL

v0.21.1

18 Jun 06:47

Choose a tag to compare

constness

v0.21

20 May 14:46

Choose a tag to compare

fixed int (round)

v0.20

21 Dec 09:33

Choose a tag to compare

pipe-from