diff options
Diffstat (limited to 'content/posts/2023-11-25-roc.md')
-rw-r--r-- | content/posts/2023-11-25-roc.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/content/posts/2023-11-25-roc.md b/content/posts/2023-11-25-roc.md index 9028ca6..56b8b99 100644 --- a/content/posts/2023-11-25-roc.md +++ b/content/posts/2023-11-25-roc.md @@ -1,9 +1,9 @@ --- -title: "Roc" -date: 2023-11-25T21:19:27Z -draft: false -params: - comments: true +.title = "Roc", +.author = "Martin Ashby", +.date = @date("2023-11-25T21:19:27Z"), +.layout = "single.html", +.custom = {"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/). |