Skip to content

Commit d194ece

Browse files
authored
Add link to ForwardMethods.jl in README (#20)
1 parent 1e7cd77 commit d194ece

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ This is a package for defining and deriving functionality for objects based arou
1313
outside of the Julia type hierarchy.
1414
It is heavily inspired by [Moshi.@derive](https://rogerluo.dev/Moshi.jl/start/derive), which itself is inspired by
1515
[Rust's derive functionality](https://doc.rust-lang.org/rust-by-example/trait/derive.html), and the design of
16-
[ArrayLayouts.jl](https://github.com/JuliaLinearAlgebra/ArrayLayouts.jl).
16+
[ArrayLayouts.jl](https://github.com/JuliaLinearAlgebra/ArrayLayouts.jl). See also
17+
[ForwardMethods.jl](https://github.com/curtd/ForwardMethods.jl).
1718

1819
The basic idea is to define implementations of a set of functions for a given interface, and types
1920
can overload, or derive, those implementations by specifying the desired interface. This provides

examples/README.jl

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

0 commit comments

Comments
 (0)