Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 605 Bytes

File metadata and controls

10 lines (7 loc) · 605 Bytes
finished false

#computer-science #physics

Symbolica is a symbolic computation package built with rust and usable through python API. The homepage contains various links and demos.

The pattern matching documentation is mainly narrated with python code; for rust examples, the docs.rs pages for replace and pattern_match are useful.