Posts Tagged ‘programming’

Event based programming

Let’s write a simple tcp server/terminal. Usually my way of thinking must be adapted to the programming language being used. This is my small attempt to modify how the language works to my thinking. I call it event based problem solving.

Language resource experiment

The comparison was between C# and Java, C was just there as a reference.