Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

List of Compilers/Langs without C dependency

Name: Anonymous 2016-01-07 10:34

FreePascal - Not even libC dependent
FASM - macro-assembler
Forth - various Forths written in assembler

Name: Anonymous 2016-01-12 8:21

>>30
Re-read >>29 you create a source loop:
Source A in Language A creates
Compiler B that compiles Source B
Used to create Compiler C which
compiles Source B to Compiler
You then remove Language A dependencies:
Source A(dependency on Language A) and
Compiler B(dependency on Language A).
What is left is Source B which
requires Compiler C, however
it depends on itself as a closed loop of
Source B->Compiler C->Source B.
Now if Compiler C doesn't work on your
platform(its binary), contains trojans
or is too compromised to use, what
happens to source B?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List