chakravala / chakravala/Reduce.jl
Get Julia handle for REDUCE procedures?
Open
- Dominant language
- Julia
- Stars
- 249
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
Given this code:
```julia
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?

(I can use `rcall`, but that seems a bit convoluted)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.