chakravala / chakravala/Reduce.jl

Get Julia handle for REDUCE procedures?

Open
#60 0 comments 0 reactions 0 assignees View on GitHub
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?

![image](https://github.com/chakravala/Reduce.jl/assets/5236548/8dc4365a-db53-47b2-8b06-10774edbf2c9)

(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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.