Start Factor 0.69
parent
4fd8f1cdf2
commit
eece9c1f84
|
|
@ -35,7 +35,7 @@ import java.io.*;
|
|||
|
||||
public class FactorInterpreter implements FactorObject, Runnable
|
||||
{
|
||||
public static final String VERSION = "0.68";
|
||||
public static final String VERSION = "0.69";
|
||||
|
||||
public static final Cons DEFAULT_USE = new Cons("builtins",
|
||||
new Cons("syntax",new Cons("scratchpad",null)));
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
plugin.factor.jedit.FactorPlugin.activate=startup
|
||||
|
||||
plugin.factor.jedit.FactorPlugin.name=Factor
|
||||
plugin.factor.jedit.FactorPlugin.version=0.68
|
||||
plugin.factor.jedit.FactorPlugin.version=0.69
|
||||
plugin.factor.jedit.FactorPlugin.author=Slava Pestov
|
||||
plugin.factor.jedit.FactorPlugin.docs=/doc/jedit/index.html
|
||||
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@ USE: unparser
|
|||
|
||||
cpu "x86" = [
|
||||
[
|
||||
"hsv" test
|
||||
"hsv"
|
||||
"x86-compiler/simple"
|
||||
"x86-compiler/stack"
|
||||
"x86-compiler/ifte"
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ USE: stack
|
|||
#! first two in a pair.
|
||||
over vector-length [
|
||||
pick pick 2vector-nth cons
|
||||
] vector-collect nip nip ;
|
||||
] vector-project nip nip ;
|
||||
|
||||
: vector-2map ( v1 v2 quot -- v )
|
||||
#! Apply a quotation with stack effect ( obj obj -- obj ) to
|
||||
|
|
|
|||
Loading…
Reference in New Issue