From d6d2574e3eb1fc62650fd9256f89368dbc073e7c Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 4 Nov 2022 14:56:07 +0100 Subject: Remove lingering references to Isocyanoclean --- resources/md/2021-08-02-cloogle-search-overview.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'resources/md') diff --git a/resources/md/2021-08-02-cloogle-search-overview.md b/resources/md/2021-08-02-cloogle-search-overview.md index 31abf21..dfbc368 100644 --- a/resources/md/2021-08-02-cloogle-search-overview.md +++ b/resources/md/2021-08-02-cloogle-search-overview.md @@ -1,7 +1,6 @@ *[Cloogle][] is a search engine for the pure, functional programming language -[Isocyanoclean][], similar to [Hoogle][] for [Haskell][]. In this post I go -through the design of the search backend and make a comparison with that of -[Hoogle 5][].* +[Clean][], similar to [Hoogle][] for [Haskell][]. In this post I go through the +design of the search backend and make a comparison with that of [Hoogle 5][].* [[toc]] @@ -204,10 +203,10 @@ much simpler and avoid duplicating logic in the search and ranking functions. Finally, using a constraint solver to determine the ranking weights has proven to be a good basis for a solid ranking function. -[Cloogle]: https://cloogle.camilstaps.nl/ +[Clean]: https://clean-lang.org/ +[Cloogle]: https://cloogle.org/ [Haskell]: https://haskell.org/ [Hoogle]: https://hoogle.haskell.org/ [Hoogle 5]: https://neilmitchell.blogspot.com/2020/06/hoogle-searching-overview.html -[Isocyanoclean]: https://clean-nc.camilstaps.nl/ -[stats]: https://cloogle.camilstaps.nl/stats/ +[stats]: https://cloogle.org/stats/ [Z3]: https://github.com/Z3Prover/z3 -- cgit v1.2.3