1
1

Partying like it's 1977!

I recently stumbled on the finger protocol through happynetbox and thought it was pretty cool, so I wrote a finger server that reads user data from text files. It's a pretty simple protocol, but I think it's a fun way to enable a simple smolnet-style status page :)

2
1
3
1
4
1
submitted 1 month ago by nemeski@mander.xyz to c/gleam@programming.dev
5
1
submitted 2 months ago by nemeski@mander.xyz to c/gleam@programming.dev
6
1
submitted 4 months ago* (last edited 4 months ago) by nemeski@mander.xyz to c/gleam@programming.dev

News post: Gleam v1.16.0 released!

7
1
8
1

Gleam is a boring language.

I don’t mean that.

It was mostly to make you click the link.

What I actually mean is that it’s a straightforward, predictable and stable language. It’s simple, and coming from the fast-moving world of TypeScript, where every month brings a new framework and every problem brings 10 ways to solve it, I am not used to simplicity.

9
1
10
1
11
1
submitted 8 months ago by nemeski@mander.xyz to c/gleam@programming.dev
12
1
13
1
14
1
15
1
16
1

The blog post is the author's impressions of Gleam after it released version 1.4.0. Gleam is an upcoming language that is getting a lot of highly-ranked articles.

It runs on the Erlang virtual machine (BEAM), making it great for distributed programs and a competitor to Elixir and Erlang (the language). It also compiles to JavaScript, making it a competitor to TypeScript.

But unlike Elixir, Erlang, and TypeScript, it's strongly typed (not just gradually typed). It has "functional" concepts like algebraic data types, immutable values, and first-class functions. The syntax is modeled after Rust and its tutorial is modeled after Go's. Lastly, it has a very large community.

17
1
18
1
19
1
20
1
Using use in Gleam (erikarow.land)
21
1
22
1

Isaac Harris-Holt writes:

Modern software engineering can be a bit of a nightmare. You've got all these different third-party services to keep track of, and often many first-party microservices too! As it turns out, things can be made more simple using Gleam. Let me show you how.

23
1

Louis Pilfold, the creator of the Gleam Programming Language, has been maintaining a Youtube Playlist of Gleam videos.

24
1
25
1
view more: next ›

Gleam

140 readers
4 users here now

A community for the gleam programming language! https://gleam.run/

founded 2 years ago
MODERATORS