anarki
anarki copied to clipboard
Community-managed fork of the Arc dialect of Lisp; for commit privileges submit a pull request.
On wikipedia, it said Arc is ported to Javascript (?) But I find no js interpreter.. hmm
Anarki is using `smtp-send-message` in function `email-forgotpw-link` to send email. However, this function misses some important options like TLS and STARTTLS which are required by most SMTP servers. That will...
[On Arc Forum](http://arclanguage.org/item?id=21731), tubsy notes that mutating cons cells doesn't work in the latest official Arc 3.2 release: ```cl arc> (= x '(1 2 3)) (1 2 3) arc> x...
When I try to start Anarki via arc.cmd on windows 10, a command prompt opens, but only the blinking cursor is visible and it waits endlessly. Only when I press...
Firstly, thanks to everyone maintaining this fork of Arc – I've been using it to run a music aggregator and it's awesome. However, I noticed that even a single request...