[Factor-talk] Short-circuiting boolean operators?

2011-12-20 Thread missingfaktor
I was unable to find short-circuiting boolean operators in Factor's standard vocabs. Does it not have them? If not, why not? If yes, where are they? -- Cheers, missingfaktor . -- Write

Re: [Factor-talk] Short-circuiting boolean operators?

2011-12-20 Thread Konstantin Syrov
missingfaktor wrote: > I was unable to find short-circuiting boolean operators in Factor's > standard vocabs. Does it not have them? If not, why not? If yes, where are > they? > > -- > Cheers, > missingfaktor . > > "combinators.short-circuit" help

Re: [Factor-talk] Short-circuiting boolean operators?

2011-12-20 Thread P.
"combinators.short-circuit" help rien On Dec 20, 2011, at 3:41 PM, missingfaktor wrote: > I was unable to find short-circuiting boolean operators in Factor's standard > vocabs. Does it not have them? If not, why not? If yes, where are they? > > -- > Cheers, > missingfaktor. > > -

Re: [Factor-talk] Short-circuiting boolean operators?

2011-12-20 Thread Rupert Swarbrick
missingfaktor writes: > I was unable to find short-circuiting boolean operators in Factor's > standard vocabs. Does it not have them? If not, why not? If yes, where are > they? You want combinators.short-circuit. See [1] for the top-level documentation. Rupert [1] http://docs.factorcode.org/

[Factor-talk] wave calculations

2011-12-20 Thread L N
Some interesting ideas and calculations here ... http://www.glafreniere.com/matter.htm Looks like the authors did the calculations in FreeBasic. http://www.glafreniere.com/sa_electron.htm Seems like any numerical calculation would be nicely done in Factor, due to the mathematical nature of stac