tpetricek / tomasp.net

Source code for my web site and blog - yet another remake!
26 stars 19 forks source link

Move cheese fractal code to .net core #42

Closed michaelsamoilenko closed 1 year ago

michaelsamoilenko commented 1 year ago

Hi Tomas! First of all I want to say thank you for all your contributions to F#. Thank you for all your articles, I'm really keen on F#. This language inspires me, its syntax, its concepts.You have a pretty old article where you're implementing Cheese Fractal. I decided to move the source code of it to .net core. I was able to do that, now I'm able to run it on .net core 7. I'm also able to run it in FSI but with some restrictions. I need to run a net framework based FSI. That's because .net core FSI isn't able to resolve some WPF DLLs.