diff options
Diffstat (limited to 'content/posts/2023-11-25-roc.md')
-rw-r--r-- | content/posts/2023-11-25-roc.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/posts/2023-11-25-roc.md b/content/posts/2023-11-25-roc.md index 32d0e15..9028ca6 100644 --- a/content/posts/2023-11-25-roc.md +++ b/content/posts/2023-11-25-roc.md @@ -2,6 +2,8 @@ title: "Roc" date: 2023-11-25T21:19:27Z draft: false +params: + comments: true --- I had a go at [writing some code](https://code.mfashby.net/roctorrent/tree/main.roc) in the [Roc](https://www.roc-lang.org/) programming language. It's a functional programming language, which is statically typed, and compiled to a standalone executable. I first heard about it after listening to an interview with it's author on the [Legacy Code Rocks](https://legacycode.rocks/) podcast, and later thought about it again after seeing a comment about it on [hacker news](https://news.ycombinator.com/). |