DennisMitchell / jellylanguage

Jelly is a recreational programming language inspired by J.
MIT License
861 stars 47 forks source link

Æ*, the inverse of ÆF #90

Open lynn opened 4 years ago

lynn commented 4 years ago

Given a list of pairs [[a, b], [c, d], [e, f]], Æ* computes abcdef.

In other words, it's short for */€P.

This is a right inverse of ÆF, which generates prime-power factorizations [[p₁, e₁], [p₂, e₂], …]