this post was submitted on 24 Aug 2025
456 points (98.9% liked)

Programmer Humor

25958 readers
903 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] LedgeDrop@lemmy.zip 11 points 2 days ago (1 children)

The handful of us have moved onto Crystal Lang. It's a statically type checked and compiled dialect of Ruby. Crystal is fun to write code, but the compiler is slower (compared to go-lang/rust)... because... well it's a ruby dialect (with DSL's)... and the 3rd party libraries are limited.

[–] marsza@lemmy.cafe 1 points 2 days ago (1 children)

This type checking, is it at run time?

[–] dreadbeef@lemmy.dbzer0.com 2 points 1 day ago

Its AOT compiled.