Skip to content

Commit

Permalink
Add link to ForwardMethods.jl in README (ITensor#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman authored Jan 6, 2025
1 parent 1e7cd77 commit d194ece
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ This is a package for defining and deriving functionality for objects based arou
outside of the Julia type hierarchy.
It is heavily inspired by [Moshi.@derive](https://rogerluo.dev/Moshi.jl/start/derive), which itself is inspired by
[Rust's derive functionality](https://doc.rust-lang.org/rust-by-example/trait/derive.html), and the design of
[ArrayLayouts.jl](https://github.com/JuliaLinearAlgebra/ArrayLayouts.jl).
[ArrayLayouts.jl](https://github.com/JuliaLinearAlgebra/ArrayLayouts.jl). See also
[ForwardMethods.jl](https://github.com/curtd/ForwardMethods.jl).

The basic idea is to define implementations of a set of functions for a given interface, and types
can overload, or derive, those implementations by specifying the desired interface. This provides
Expand Down
3 changes: 2 additions & 1 deletion examples/README.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
# outside of the Julia type hierarchy.
# It is heavily inspired by [Moshi.@derive](https://rogerluo.dev/Moshi.jl/start/derive), which itself is inspired by
# [Rust's derive functionality](https://doc.rust-lang.org/rust-by-example/trait/derive.html), and the design of
# [ArrayLayouts.jl](https://github.com/JuliaLinearAlgebra/ArrayLayouts.jl).
# [ArrayLayouts.jl](https://github.com/JuliaLinearAlgebra/ArrayLayouts.jl). See also
# [ForwardMethods.jl](https://github.com/curtd/ForwardMethods.jl).
#
# The basic idea is to define implementations of a set of functions for a given interface, and types
# can overload, or derive, those implementations by specifying the desired interface. This provides
Expand Down

0 comments on commit d194ece

Please sign in to comment.