# \#reducejl

**URL:** https://discourse.julialang.org/tag/reducejl/515.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [Reduce.jl expand/rcall deadlock](https://discourse.julialang.org/t/reduce-jl-expand-rcall-deadlock/74259)

<div class="topic-metadata">

**Author:** [@LebesgueMeasure](https://discourse.julialang.org/u/LebesgueMeasure)\
**Replies:** 0\
**Last updated:** [January 8, 2022, 9:41pm UTC](https://discourse.julialang.org/t/reduce-jl-expand-rcall-deadlock/74259 "2022-01-08T21:41:10Z")

</div>

The Reduce.jl, the following works using Reduce Reduce.expand(“3x+2y+2.12x+3.2y”) However if I try the following expand(“f(X,Y)+2g(X1,X2,X2)+2f(X,Y)”) it gets into an infinite loop. If I interrupt once, and try agai…

---

## [Weave unable to execute Maxima.jl](https://discourse.julialang.org/t/weave-unable-to-execute-maxima-jl/49560)

<div class="topic-metadata">

**Author:** [@brett\_knoss](https://discourse.julialang.org/u/brett_knoss)\
**Replies:** 0\
**Last updated:** [November 4, 2020, 2:22am UTC](https://discourse.julialang.org/t/weave-unable-to-execute-maxima-jl/49560 "2020-11-04T02:22:05Z")

</div>

When I try to Weave a Julia Markdown with Maxima.jl, it ends up not starting. using Maxima It just stays on the first block of code.

---

## [Loading Reduce.jl into Weave is going really slow](https://discourse.julialang.org/t/loading-reduce-jl-into-weave-is-going-really-slow/49080)

<div class="topic-metadata">

**Author:** [@brett\_knoss](https://discourse.julialang.org/u/brett_knoss)\
**Replies:** 5\
**Last updated:** [October 27, 2020, 7:00pm UTC](https://discourse.julialang.org/t/loading-reduce-jl-into-weave-is-going-really-slow/49080 "2020-10-27T19:00:21Z")

</div>

when I have a using Reduce and I try to weave it, it weaves really slow. I want to use reduce, for things like expanding, but it won’t load. what all affects the speed and ability of packages to load into Julia Markdow…
