top | item 41909683

(no title)

marcofiset | 1 year ago

The industry has deemed those languages completely unnecessary when we migrated away from coffeescript.

Syntactic sugar can’t be the only thing that makes a programming language.

discuss

order

boredtofears|1 year ago

C is syntactic sugar on top of assembly

jmull|1 year ago

That’s part of what C does, but it’s not the only thing.

Assembly adds mnemonics and a logical structure to machine code.

C largely does the same, but adds a cross-platform abstraction, mechanisms for organizing and sharing source code, a standard library, and various other things.

voidUpdate|1 year ago

Assembly is syntactic sugar on top of Machine Code

082349872349872|1 year ago

C++ was, for a long time, syntactic sugar on top of C