Star InactiveStar InactiveStar InactiveStar InactiveStar Inactive
 
Wie lernt man eine Progammiersprache? Indem man sich in die Syntax und Semantik einliest und parallel dazu auch gleich kleine Beispiele in dieser neuen Programmiersprache schreibt.
How do you learn a new programming language the most efficient way? Read about the syntax and semantik and write in parallel small programs in the new language. I wrote the following small Javascript program for this purpose. It scrambles characters of words according some rules. The interesting point is, that you still can read the text. I implemented the same logic here with Python and CGI. You also will find there additional backgroundinfo about the used algorithm. It's written to support German and English. If the browser language is German all Text will be in German. All other visitors will get the text in English.
 
Add comment

*** Note ***

Comments are welcome. But in order to reject spam posts please consider following rules:
  1. Comments with string http are rejected with message You have no rights to use this tag
  2. All comments are reviewed by hand and thus it usually takes one day until a comment will be published.