⇐ DEVELOPMENT-INDEX
QUORA - my answered Questions
QUORA - my answered Questions
- Q001: There are too many programming languages out there. If you had to choose only 5, which languages will you choose?
- Q002: Which technique do programming language parsers and interpreters use?
- Q003: Why is OO programming considered bad by some people?
- Q004: Is there a programming language small enough to fit on a postcard?
- Q005: Which programming language would you choose to build a new programming language that?s faster than C?
- Q006: Which language would you use to build a critical real-time system like an aircraft autopilot and why? C? I'm a Java developer. It is fast for most kind of applications but it sounds like this specific niche requires less overhead and more speed
- Q007: What must be done in order to use Smalltalk legacy codes if they are not compatible with modern VM? Will everything have to be rewritten?
- Q008: What is the true essence of programming?
- Q009: Do programmers judge each other by their primary language chosen?
- Q010: Is C the programming language best suited for writing drivers?
- Q011: How do I build a game engine from scratch?
- Q012: What is the meaning and implementation of a stack-oriented programming language?
- Q013: How does one create a programming language?
- Q014: "Programming is all about managing complexity." Do you agree with that statement?
- Q015: For some reason, the solutions to some programming problems are never obvious to me, no matter how hard I try to proffer a solution. Why is this?
- Q016: What makes Forth more powerful than Lisp?
- Q017: Is Forth as powerful as Lisp?
- Q018: Why do people write desktop GUI applications when they have browsers?
- Q019: What concretely makes a good code? (For example: logging, tests, correct password handling?)
- Q020: As a programmer, what is your favorite motto?
- Q021: What's the best age to teach children programming, and what's a good first programming language for them?
- Q022: How does one create a programming language?
- Q023:Who is the most important software developer in the world, and why?
- Q024: Can I make a Windows application in C?
- Q025: How bad is using malloc and free in C? For example, is it recommended to use malloc and free 300,000 times in an application if I am allocating and freeing approximately 30 bytes? How is this dangerous?
- Q026: Can we develop web applications using C?
- Q027: What is the best coding language for creating software that can run on all operating systems?
- Q028: What is the most valuable programming skill right now?
- Q029: What is the easiest programming language to learn and why?
- Q030: How do function pointers work in C and C++, and what are some examples?
- Q031: Are there still people out there, who write programs in FORTH, the most powerful language in the history of programming?
- Q032: What unpopular opinions do you have about software development?
- Q033: What is it like to be a C programmer?
- Q036: Where should I start if I want to make a simple compiler (Prolog, C, or C++)?
- Q037: Why are games written in C++ and not C anymore?