[DiscordArchive] who the hell cares if a program is cross platform if it's a server app that you develop for your com
[DiscordArchive] who the hell cares if a program is cross platform if it's a server app that you develop for your com
Archived author: Azarchius • Posted: 2018-02-04T10:59:45.201000+00:00
Original source
the way you execute your project will define whether it is interpreted or compiled. any language can be programmed.
Archived author: Azarchius • Posted: 2018-02-04T10:59:53.880000+00:00
Original source
implementations
Archived author: Azarchius • Posted: 2018-02-04T10:59:58.953000+00:00
Original source
that is to say, code. people who implement the language.
Archived author: Azarchius • Posted: 2018-02-04T11:00:05.980000+00:00
Original source
the language _itself_ is not interpreted.
Archived author: Skarn • Posted: 2018-02-04T11:00:12.498000+00:00
Original source
yeah, I know
Archived author: Skarn • Posted: 2018-02-04T11:00:19.994000+00:00
Original source
I worked with Cython before
Archived author: Skarn • Posted: 2018-02-04T11:00:25.582000+00:00
Original source
which is compilable python e.g.
Archived author: Azarchius • Posted: 2018-02-04T11:00:37.314000+00:00
Original source
thus you are entirely capable of compilg Python into--I am not familair with Cpython--pyc files for example using various libraries.
Archived author: Azarchius • Posted: 2018-02-04T11:00:41.076000+00:00
Original source
similarly for PHP, and Ruby, etc
Archived author: Skarn • Posted: 2018-02-04T11:00:49.818000+00:00
Original source
.pyc is just bytecode