the devs yearn for zig
seen from United States

seen from United States
seen from Canada

seen from Germany
seen from China
seen from South Korea
seen from United States

seen from Malaysia
seen from Russia
seen from United States
seen from United States
seen from Argentina
seen from United States

seen from Philippines
seen from Russia
seen from United States
seen from United States

seen from Norway
seen from Germany

seen from United States
the devs yearn for zig
What today
Today i'm showing y'all how i'm create myself games in the different's languages! Look!
The original REDGRAM language concept used dash-case, which microGRAM has inherited.
Dash-case is also know as lisp-case, as it's the case most commonly associated with lisp programs.
I swear, neither REDGRAM, nor microGRAM, are related to lisp! They don't directly borrow from lisp. They aren't connected in any way! They are destinct languages!
Apparently, John McCarthy is sending me ideas from beyond the grave. Please, send help.
Of all the language designs that I've toyed with, microGRAM is probably the most normal, yet it's still goofy as hell.
Want to generate a sublist of specific indexes, in a specific order, from an existing named list? You can do that.
list(0, 2, 1, 1)
Want to go the other way, and use a named list to generate a sublist from a constant list? You can do that too!
(1, 1, 2, 3, 5)list
Want to perform an integer operation across the characters of a string? No problem.
xor "string"
It seems that, the simpler you try to make things, the weirder they get.
How US Startups Hire Freelancers in 2026 (Without Using Agencies)
American startups are changing the way they hire freelancers in 2026. Instead of paying large agencies or outsourcing firms, many founders now prefer direct relationships with independent freelancers. Discussions across LinkedIn, startup Slack groups, Reddit communities, and Quora threads reveal that startups increasingly want faster execution, lower operational costs, and flexible project-based hiring. read full article via this link : https://www.basma-job.com/2026/05/how-us-startups-hire-freelancers-in.html
vote me for benevolent dictator and this will be the new if statement:
for (;condition(); break) { ... }
The limits of Rust, or why you should probably not follow Amazon, Cloudflare and Discord
The latest Intel processors, Core Ultra Series 3 a.k.a. Panther Lake, look awesome. They are fast in benchmarks, can consume very little pow
Some good reasons to not use rust (anemic standard library & very fragmented and constantly changing library landscape, language churn,...), and where it shines.