Re: [Factor-talk] Setting and getting struct and initializing slots

2016-12-06 Thread Jon Harper
Let me *provide* the info :) The following article documents struct classes : http://docs.factorcode.org/content/article-classes.struct.html You can use mostly the same syntax as TUPLEs : STRUCT: test-struct { i int initial: 42 } ; test-struct new dup . ! S{ test-struct { i 42 } } 17 >>i i>> .

Re: [Factor-talk] Setting and getting struct and initializing slots

2016-12-05 Thread Alexander Ilin
 06.12.2016, 07:40, "Mike Maul" :Can anyone prove info about these actions? Did you have a mathematical proof in mind, or something else? ---=---Александр  -- Developer Access Program for Intel Xeon Phi Processors Acce

[Factor-talk] Setting and getting struct and initializing slots

2016-12-05 Thread Mike Maul
Can anyone prove info about these actions? -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and supp