This commit is contained in:
eli 2022-09-11 10:42:16 -04:00
parent f8d4594024
commit f0dd203213
7 changed files with 21 additions and 6 deletions

3
src/9c.gmi Normal file
View File

@ -0,0 +1,3 @@
# 9c
9c is the flavor of [[c]] used by [[plan9]].

9
src/c.gmi Normal file
View File

@ -0,0 +1,9 @@
# c
compilers
* [[clang]]
* [[gcc]]
* [[9c]] ([[plan9]]'s c)
* [[chibicc]]

3
src/chibicc.gmi Normal file
View File

@ -0,0 +1,3 @@
# chibicc
Not to be confused with [[chibi]]-scheme.

1
src/clang.gmi Normal file
View File

@ -0,0 +1 @@
# clang

1
src/gcc.gmi Normal file
View File

@ -0,0 +1 @@
# gnu c compiler

View File

@ -15,26 +15,23 @@ The idea here is to give you enough to get started, and provide some wayfinding
## concatenative stacks of pancakes
* gforth
* retroforth
* lbforth (minimal)
* [[forth]]
* uxntal (uxnasm/uxncli)
* ufx
* brainfuck
## are you at the beach, because that sure looks like c
* clang
* [[c]]
* go
* dmd (d programming language)
* [[javascript]]
* chibicc
## Is that really a language or is that a tool?
* fish shell
* bash shell
* zsh shell
* rc shell
* awk
* bc
* inform6 (inform)

1
src/plan9.gmi Normal file
View File

@ -0,0 +1 @@
# plan9