Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 883 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 883 Bytes

Ümlaut

Test

Umlaut.jl is a code tracer for the Julia programming language. It lets you trace the function execution, recording all primitive operations onto a linearized tape.

👉 Umlaut.jl was started as a fork of Ghost.jl trying to overcome some of its limitations, but eventually the codebase has diverged so much that the new package was born. Although the two have pretty similar API, there are several notable differences. See Migration from Ghost for details.