Search Results

1
vote

What programming language should be taught in Computer Science 101?

As long as the student learns what a pointer is and how to approach problems mathematically the language doesn't matter much. Those two fundamentals are very important basic steps. Even in langua …
1
vote

What are the things Java got wrong?

GC While GC is incredibly convenient, an unpredictable GC is not suitable for certain applications. One such example would be hard real time systems. In a hard real time …