To view parent comment, click here.
To read all comments associated with this story, please click here.
Hours of laughter for you then: http://en.wikipedia.org/wiki/Non-English-based_programming_language...
:)
Regrettably, ctrl+f of all major and some minor (Sami especially always seems one nice little language & people) Finno-Ugric languages in http://en.wikipedia.org/wiki/Non-English-based_programming_language... didn't come up with anything. :/
However, you might be even more interested in 丙正正 (Chinese C++), Farsi.NET, HPL, Dolittle (some Japanese edu language, charming name
...personal note here: Fjölnir name sounds kinda epic), or var'aq (Klingon...)
And that's even before getting into "Languages based on symbols instead of keywords" or "Modifiable parser syntax" ...Klingon Perl? As if Perl alone wasn't enough?
PS. Generally, quite many French ones, what about that? ;p
And OMZ, GOTO++?! If that's what I think it is, it could be... brilliant
But seriously, with relative prevalence of Chinese on that list, one might wonder if that's not a song of things to come in ~computing...
Edited 2012-11-07 22:30 UTC





Member since:
2006-05-09
:O really?
That is a severe design issue!!! Similar to the translated commands in Excel. That madness does not make any sense!
I cannot imagine a program written in a Spanish-translated C. It would be something like:
#incluir <esest.e> //stdio.h [translated to Spanish] -> .e from 'encabezado'
ent principal() //int = integer; ent = entero
{
car const* cad = "Hola mundo";
imprimirf("%c\n", cad); //%c writes 'cadenas', i.e. 'strings';
retornar 0;
}
Very spooky, actually!