arcadia icon indicating copy to clipboard operation
arcadia copied to clipboard

An implementation of the Arc programming language

Results 5 arcadia issues
Sort by recently updated
recently updated
newest added

In tutorial http://www.arclanguage.org/tut.txt, there is a function `tostring` that is like `do` except any output generated during the evaluation of its body is sent to a string, which is returned...

I'd like to have own user data like this (including finalize hook): https://github.com/picrin-scheme/picrin/blob/a639e8f562c15b5010872f3704ce26777713f882/docs/capi.rst#user-data-vs-gc can you make it please?

I'm trying to run this code from [anarki](https://github.com/arclanguage/anarki/blob/master/lib/tem.arc) ``` (= templates2* (table)) (mac deftem2 (tem . fields) (withs (name (carif tem) includes (if (acons tem) (cdr tem))) `(= (templates2* ',name)...

Do you plan to implement `annotate`? I'm trying to implement templates by myself based on the code I found on [anarki](https://github.com/arclanguage/anarki/blob/master/lib/tem.arc) and I need it.

Hi Kim, I am trying to figure out what is happening, maybe you can give me some directions on how to understand what's going on.. consider this: echo '((fn (x)...