1Reflect(3kaya) Kaya module reference Reflect(3kaya)
2
3
4
6 Reflect - Inspect Kaya data values directly
7
9 This module allows you to convert primitive Kaya data types to a repreā
10 sentation which may be inspected and edited directly within Kaya, and
11 then convert this representation back again. This capability can then
12 be used to save Kaya values persistently as the Pickle(3kaya) does, or
13 to allow arbitrary Kaya values to be interactively constructed by the
14 application user.
15
17 Reflect.Data (3kaya)
19 Reflect.dump (3kaya)
20 Reflect.reflect (3kaya)
21 Reflect.reify (3kaya)
23 Kaya standard library by Edwin Brady, Chris Morris and others
24 (kaya@kayalang.org). For further information see http://kayalang.org/
26 The Kaya standard library is free software; you can redistribute it
27 and/or modify it under the terms of the GNU Lesser General Public
28 License (version 2.1 or any later version) as published by the Free
29 Software Foundation.
30
31
32
33Kaya December 2010 Reflect(3kaya)