I was hesitant to post this because I think all the things I do are bad... but I wrote a blog post on how to Make a Snake game in F# 🐍 probably a cool read if you're a software developer and you've thought about using F# before but haven't yet.
Comments
Log in with your Bluesky account to leave a comment
Dunno, how many programming languages have you played with or worked in before and how many years coding do you have? Hard to say definitely for everyone but it's not harder than python, but some concepts will be new
If I dare to publish my nonsense...
I don't see why you wouldn't share this!
This is actually cool to read!
I love to see other folks' projects and experiments thank you for sharing this :)
Oh, I get you, TBH I prefer to just say I "micro-learned" something and leaving it there (I might pick it up later on) and just "formalize" what I did learn from that.
Somehow that helps me to push small things easier than "never because I haven't finished it"
It's... like Mental Gymnastics for me
I haven't gotten to read this yet but I just wanted to say 1) awesome! and 2) one thing I've learned about blogging over the years is that if it moves even one person forward, it's a net positive, and it's guaranteed to do at least that.
Es multiparadigma pero presenta inmutabilidad, un maravilloso sistema de tipos, coincidencia de patrones (lo siento, no sé cómo traducir "coincidencia de patrones" en español correctamente) y es conciso y expresivo.
Thank you, I was doing bit more research on it. Still to complicated for me. Then again the last thing I ever wrote was web pages before html5 took off 🤣
Hey, old school websites had a lot going for them before complicated frameworks and web components.
F# is traditionally thought of as a functional programming language (and it is that) but also, you don't need to care or know anything about that to write beautiful code with Fsharp.
Nope, just dotnet. Once you install latest dotnet just try running it on the command line and using one of the templates for a cool Fsharp project like a popular web framework (you can browse templates on the command line and you can also find some on GitHub). Then you run dotnet new and presto ✨
1. Your writing is a breath of fresh air. It’s the type of energy I needed today.
2. It showed me how to gently take the reader through your thought process without boring them.
3. It made me reconsider the mistake I was going to make for my advent submission. 😬
Comments
I don't see why you wouldn't share this!
This is actually cool to read!
I love to see other folks' projects and experiments thank you for sharing this :)
Somehow that helps me to push small things easier than "never because I haven't finished it"
It's... like Mental Gymnastics for me
https://es.m.wikipedia.org/wiki/F_Sharp
F# is traditionally thought of as a functional programming language (and it is that) but also, you don't need to care or know anything about that to write beautiful code with Fsharp.
1. Your writing is a breath of fresh air. It’s the type of energy I needed today.
2. It showed me how to gently take the reader through your thought process without boring them.
3. It made me reconsider the mistake I was going to make for my advent submission. 😬
🙏