Y
Hacker News
new
|
ask
|
show
|
jobs
by
c-rack
2815 days ago
The name reminds me on the Rete algorithm, which is pretty cool, but unrelated:
https://en.wikipedia.org/wiki/Rete_algorithm
1 comments
hodgesrm
2815 days ago
I found the name confusing for exactly this reason. Rete is a big deal in rule-based systems.
link
kjhughes
2814 days ago
Agreed. It's such a unique name for a classic algorithm and is so thoroughly established in symbolic pattern matching for production systems that I'd seriously recommend against adopting it for any other purpose in CS.
link