diff options
| author | Camil Staps | 2021-06-23 21:11:09 +0200 | 
|---|---|---|
| committer | Camil Staps | 2021-07-09 15:13:48 +0200 | 
| commit | 511d410970406f2dcd10f01a9892f5d0f9e09476 (patch) | |
| tree | 9b8820f0222effa4dfd376498a589a67a0cd9050 /resources/pug/finals/articles | |
| parent | Add note about assistantships to Teaching section (diff) | |
Add article about Cloogle
Diffstat (limited to 'resources/pug/finals/articles')
| -rw-r--r-- | resources/pug/finals/articles/2021-07-26-cloogle-search-overview.pug | 18 | ||||
| -rw-r--r-- | resources/pug/finals/articles/index.pug | 7 | 
2 files changed, 25 insertions, 0 deletions
| 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 @@ -15,6 +15,13 @@ block page  		| 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  	blockquote. | 
