From 511d410970406f2dcd10f01a9892f5d0f9e09476 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 23 Jun 2021 21:11:09 +0200 Subject: Add article about Cloogle --- .../articles/2021-07-26-cloogle-search-overview.pug | 18 ++++++++++++++++++ resources/pug/finals/articles/index.pug | 7 +++++++ 2 files changed, 25 insertions(+) create mode 100644 resources/pug/finals/articles/2021-07-26-cloogle-search-overview.pug (limited to 'resources/pug/finals/articles') diff --git a/resources/pug/finals/articles/2021-07-26-cloogle-search-overview.pug b/resources/pug/finals/articles/2021-07-26-cloogle-search-overview.pug new file mode 100644 index 0000000..859f11c --- /dev/null +++ b/resources/pug/finals/articles/2021-07-26-cloogle-search-overview.pug @@ -0,0 +1,18 @@ +extends /layout-articles.pug + +block prepend title + | Cloogle search overview - + +block prepend menu + - var page = '2021-07-26-cloogle-search-overview' + +block append breadcrumbs + +breadcrumb('Cloogle search overview') + +block subtitle + | Cloogle search overview +block subtitleDate + | 26 July 2021 + +block page + include:markdown ../../../md/2021-07-26-cloogle-search-overview.md diff --git a/resources/pug/finals/articles/index.pug b/resources/pug/finals/articles/index.pug index b3100dd..3a5264c 100644 --- a/resources/pug/finals/articles/index.pug +++ b/resources/pug/finals/articles/index.pug @@ -14,6 +14,13 @@ block page | Perhaps it will be larger than this one day. | You can also go back to my #[a(href='/') home page]. + h1 + a(href='2021-07-26-cloogle-search-overview.html'). + 26 July 2021: Cloogle search overview + blockquote. + Cloogle is a search engine for the pure, functional programming language 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. + h1 a(href='2021-06-23-compiling-clean-in-the-browser-with-webassembly-part-1-introduction.html'). 23 June 2021: Compiling Clean in the browser with WebAssembly -- cgit v1.2.3