You are here |
www.daveabrock.com | ||
| | | |
dusty.phillips.codes
|
|
| | | | Introduction This is the second in a series of articles exploring the Gleam programming language. The first article explored some of the most basic features of Gleam; just enough to say hello. Hello is basically the first thing we learn in any language (whether human or programming). This article explores looping in Gleam. More specifically, it explores the fact that Gleam doesnt have any looping constructs. Thats right: none. Patreon If you find my content valuable, please do consider sponsoring me on P... | |
| | | |
lukemerrett.com
|
|
| | | | What are Record Types? Record Types are a popular feature of F# [https://docs.microsoft.com/en-us/dotnet/fsharp/language-reference/records], also commonly found in other functional languages, that have recently been introduced to C# in version 9.0 [https://devblogs.microsoft.com/dotnet/c-9-0-on-the-record/] (released alongside .Net 5). On | |
| | | |
blog.submain.com
|
|
| | | | This post is about C# classes. Have you ever wanted to know why you should keep a class member private? Find out the answer and more! | |
| | | |
simonharling.blog
|
|
| | By their very nature, if they are not shared but owned by one, then they are likely to be selfish. I know I've done it and as I sit watching the Olympics, I can't help but wonder how many of those athletes have fallen into the same trap. If I win (except in a race), |