You are here |
siderite.dev | ||
| | | |
blog.bloomca.me
|
|
| | | | The blog of Seva Zaikov | |
| | | |
codewithstyle.info
|
|
| | | | This is the second post in the series. Click here to see the previous part. In the previous post I covered the basics of Scala syntax as well as some | |
| | | |
citizen428.net
|
|
| | | | I recently got quite interested in a relatively new programming language called Uiua (pronounced "wee-wuh"), which its creator Kai Schmidt describes as follows: Uiua is a general purpose, stack-based, array-oriented programming language with a focus on simplicity, beauty, and tacit code. I've long been fascinated by array languages (like APL, J, or BQN), as well as stack languages like FORTH and Factor. Combining these two paradigms leads to very interesting and - in my opinion at least - beautiful code,... | |
| | | |
blog.gopheracademy.com
|
|
| | In this post, I will tell a story of how I had to build a custom JSON unmarshaler for the needs of a GraphQL client library in Go. |