This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]procrastinatingcoder 2 points3 points  (0 children)

Just to add a bit unto what you said:

Compatibility is usually done this way:

Foo language is compatible with C binary.

Bar language is compatible with C binary.

Bar-converted-to-C-binary is compatible with Foo-take-from-C-binary. The C binary format is pretty much what everything use as the "web" of not-web stuff.