< Back

Hello World

Arguably, it might be a bit of overengineering for a simple blog to use Haskell. But at least I get programmer cred right?
But sadly it also has a bit of JS scripting bloat :(

Details:

Examples:

    
    () => { console.log(10);}
    

    

graph TD; A[Square Rect] -- Link text --> B((Circle)) A --> C(Round Rect) B --> D{Rhombus} C --> D