Homepage of simendsjo
Table of Contents
About
I'm a self taught programmer currently working as a software consultant. My
nickname is simendsjo
most places online, and you can reach me at
simendsjo+homepage@gmail.com
or @simendsjo@fosstodon.org
Public stuff
My very limited publically available work:
- (library, 2021) EmacsDotNet - Leverage the .NET ecosystem from Emacs
- Calling dotnet code from emacs, returning the result.
- (article, 2020) A Functional Architecture Demo (main repo/article), A Functional Architecture Demo (Functional Christmas)
- Two demo applications
- (article, 2019) Open ≠ Free ≠ Gratis (Open Source Christmas)
- Software licenses
- (article, 2019) Map and bind - A hidden functional concept in C# (Functional Christmas)
- FP in C#
- (article, 2019) Iteration without for, foreach or while (Functional Christmas)
- Recursion and fold
- (article, 2019) The F of FP (Functional Christmas)
- Functions and composition
- (article, 2017) F# introduction for my coworkers
- F# tutorial
- (game, 2013) MeteorApocalypse
- Small game for Android created with Monogame.
- (library, 2012) mysql-native
- MySQL connector for the D programming language. Refactored from prototype to production code in 2012, ref commits. I’m not not a current maintainer nor a user.
Sitemap
- (2022-10-14) Homepage of simendsjo
- blog/
- (2022-08-15) A quick peek at lisp macros
- (2022-08-09) A simple diff for date/time duration changes
- (2022-08-08) Mutating functions and effects in Common Lisp
- (2019-11-21) Gather, Aggregate, Decide, Act
- fsharp-intro/
- (2017-10-16) F# introduction for my coworkers