Is there a struct-like concept in Joy?
Asim
--- In concatenative@y..., "asimjalis" <asimjalis@y...> wrote:
> Is there a struct-like concept in Joy?Just like lists in Lisp and Scheme, Joy's quotations can be used in
>
> Asim
place of structs. In fact quotations are far more powerfull and
flexible than structs.
Ivan