Struct in Joy

asimjalis — 2002-06-02 06:15:36

Is there a struct-like concept in Joy?

Asim

e1_t — 2002-06-02 23:15:05

--- In concatenative@y..., "asimjalis" <asimjalis@y...> wrote:
> Is there a struct-like concept in Joy?
>
> Asim

Just like lists in Lisp and Scheme, Joy's quotations can be used in
place of structs. In fact quotations are far more powerfull and
flexible than structs.

Ivan