Home
dantb
Cancel

My Effects Bibliography

In the spirit of this bibliography of resources on effect systems and programming languages, I thought I’d compile a list of my personal favourites. These tended to be the ones that made certain th...

MSc Dissertation: Comprehending Pure Functional Effect Systems

After quite a marathon, I recently completed a part-time MSc in Software Engineering. This involved choosing a thesis project based on a theory, process, or implementation relating to software deve...

{snippet}', noResultsText: '

Oops! No results found.', templateMiddleware: function(prop, value, template) { if (prop === 'categories') { if (value === '') { return `${value}`; } else { return `

${value}`; } } if (prop === 'tags') { if (value === '') { return `${value}`; } else { return `
${value}`; } } } });