+ 1
Styling Programming languages
Hello fellow subjects, is it possible to style programming languages like Python, C#, C++, Java, PHP etc. [To make it more colorful and stylish the way we use CSS to Style Html Documents =(Ipang)]
3 Answers
+ 1
â˘ď¸ Darth Vader â˘ď¸
What kind of styling are we talking about please? didn't get the question clearly ...
0
there are in the other way the programming paradigms, the programming idioms and all that stuff
0
â˘ď¸ Darth Vader â˘ď¸
Yes it is possible. But I would guess there will be difference in how it is done, and maybe also depend on project type. For example, how one style a desktop app, mobile or a web app will be different.
For desktop app it differs on which GUI framework/library used.
But in general, *presumably*, web app or web project uses CSS to define styles, disregarding which language was used in back-end development.
TBH I think it's also different how it is done for console programs.