Perhaps you have some compile errors?  Do you have local edits to
math.matrices?

It works for me:

IN: scratchpad USE: math.matrices

IN: scratchpad 3 3 zero-matrix .
{ { 0 0 0 } { 0 0 0 } { 0 0 0 } }

IN: scratchpad 3 3 zero-matrix square-matrix? .
t



On Sat, Feb 2, 2013 at 5:52 PM, Leonard P <leonard14...@gmail.com> wrote:

> It seems that I can run some words in the math.matrices vocabulary, but
> not others.
>
> > USE: math.matrices
> > 3 3 zero-matrix
> > .
>
> { { 0 0 0 } { 0 0 0 } { 0 0 0 } }
>
> > 3 3 zero-matrix
> > square-matrix?
>
> "Cannot execute a word before it is compiled."
>
>
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_jan
> _______________________________________________
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk
>
>
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to