Tag c

11 bookmarks have this tag.

Interactive Programming in C

nullprogram.com/blog/2014/12/23
c

lynn/chibicc

github.com/lynn/chibicc

A small C compiler… for uxn.

c,uxn

Why Does "=" Mean Assignment?

hillelwayne.com/post/equals-as-assignment

Why in C = means assignment

c

Re: Редактор acme: пишем почтовый клиент

club.hugeping.ru/HUVDXENYzA56RsIsqnSt#HUVDXENYzA56RsIsqnSt
c,forth,lisp,programming

Евгений Степанищев: тег sectorc

bolknote.ru/tags/sectorc

Прикольный сабсет C, который вмещается в бут-сектор. Евгений хороший цикл заметок написал.

c

SDL2 common mistakes and how to avoid them

nullprogram.com/blog/2023/01/08

Initially, I did not want to save this article, but 4 months later I wanted to share it. I guess it only makes sense to save it here, for the next 4 months.

c,sdl2

There is no 64-bit type in C89 - the sporks space

sporks.space/2021/07/02/there-is-no-64-bit-type-in-c89

long long does not exist there! It is all extensions.

c

Compiling stack-based assembly to C

wimvanderbauwhede.github.io/articles/uxntal-to-C

What does it take to bring functional programming to a stack-based assembly language?

About nito, 181.

c,uxntal

nito

codeberg.org/wimvanderbauwhede/nito

nito, a proof-of-concept compiler from Uxntal to C

It is written in Raku!

c,raku,uxntal

HolyC

templeos.holyc.xyz/Wb/Doc/HolyC.html

An overview of Holy C, the programming language for Temple OS.

c,temple_os

duskos: 32-bit Forth OS mixed with C

sr.ht/~vdupras/duskos

Dusk OS is a 32-bit Forth and big brother to Collapse OS. It does everything Collapse OS does, has the same laser sharp focus on simplicity, but has a widened scope

c,forth,operating_system,smol