JuliaWSObject

jws.spad line 1 [edit on github]

Julia Wolfram Symbolic Object category using the Wolfram Symbol Transport Protocol.

=: (%, %) -> Boolean

from BasicType

~=: (%, %) -> Boolean

from BasicType

coerce: % -> OutputForm

from CoercibleTo OutputForm

convert: % -> String

from ConvertibleTo String

jlAbout: % -> Void

from JuliaObjectType

jlApply: (String, %) -> %

from JuliaObjectType

jlApply: (String, %, %) -> %

from JuliaObjectType

jlApply: (String, %, %, %) -> %

from JuliaObjectType

jlApply: (String, %, %, %, %) -> %

from JuliaObjectType

jlApply: (String, %, %, %, %, %) -> %

from JuliaObjectType

jlApply: (String, %, %, %, %, %, %) -> %

from JuliaObjectType

jlEval: % -> %

jlEval(expr) evaluate expr using the Wolfram Symbolic Transport Protocol.

jlHead: % -> JuliaWSSymbol

jlHead(expr) returns the Head type of expr.

jlId: % -> String

from JuliaObjectType

jlNumeric: % -> %

jlNumeric(expr) returns numerical expr.

jlNumeric: (%, PositiveInteger) -> %

jlNumeric(expr, prec) returns numerical expr with digits precision prec.

jlRef: % -> SExpression

from JuliaObjectType

jlref: String -> %

from JuliaObjectType

jlSymbolic: % -> String

jlSymbolix(expr) returns the symbolic ‘FullForm’

jlType: % -> String

from JuliaObjectType

jWSInterpret: (String, String) -> %

jWSInterpret(Type, Expr) interprets Expr to be of type Type using the Wolfram Symbolic Language. For example: example{jWSInterpret(“Number”,”3.2”)@JWSREAL} example{jWSInterpret(“Real”,”3.2”)@JWSREAL}

latex: % -> String

from SetCategory

mutable?: % -> Boolean

from JuliaObjectType

nothing?: % -> Boolean

from JuliaObjectType

string: % -> String

from JuliaObjectType

toString: % -> String

toString(obj) returns its string representation.

BasicType

CoercibleTo OutputForm

ConvertibleTo String

JuliaObjectType

JuliaType

SetCategory