Skip to content

Get Julia handle for REDUCE procedures? #60

@kungfooman

Description

@kungfooman

Given this code:

julia> """
       procedure andb(a, b);
       if a=1 and b=1 then 1 else 0;
       """ |> rcall
"andb"

How would I be able to "mirror" it into Julia REPL?

image

(I can use rcall, but that seems a bit convoluted)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions