Message Board


Message Board > Programming > Esperanto for the programming community

March 1, 2006, 15:23
PEader
お前はもう死んでいる
1486 posts

What is the most common language for programmers do you think?
Is there a common language?

I mean if you were going to write an article about programming what language should you examples use and what APIs/SDKs do reach the largest audience possible.

Or do you think you should use any language you like as long as you explain the process in detail so it can be adapted by anyone using the tutorial?

Maybe provide the article in several versions with several languages?

I know I used to read gamedev's articles and adapt them to Div but sometimes it is cool to be able to download, compile and run sample code without any hassle.

So I'm of the use any language you like as long as the methodology is explained. Unlike step by step tutorials you also learn something! YAY.

I tend to prefer learing to doing sometimes. Like when you make your first hello world program everyone except you thinks it is shit.
____________
I see 57,005 people.
#
March 1, 2006, 16:42
Eckolin
Quite Whiskered
388 posts

Pseudocode.
____________
Maker of Games...
Wisdom is supreme; therefore get wisdom.
Need help with coding? I probably wrote something similar.
#
March 1, 2006, 18:54
PEader
お前はもう死んでいる
1486 posts

Quoting Eckolin:
Pseudocode.

Psuedocode sucks and you still need to follow along with a language unless you want to make up your own one.
____________
I see 57,005 people.
#
March 1, 2006, 18:57
Deadmaster
Where is Johnny?
458 posts
I know it's shit when I make my first Hello World program, but it's HELLO WORLD, ffs. The most profound coding tradition.


In my book, anyway...
____________
My site still needs updating and redesigning. My last.fm page.

GO TO TEXTUAL ANARCHY II YOU FISHDOG YOU
#
March 11, 2006, 04:22
Rhovanion
Exterminated
666 posts
I read some UML books with Java examples. One of Craig Larman (Applying UML and patterns) and one of Alan Shalloway (design patterns). This last one was based on a book called "Gang of Four" which uses C++ examples. Shalloway's version was less complicated and easier to understand. I think most business programmers documentate snippets in Java or .NET (preferably C#)
____________
#
March 11, 2006, 10:55
PEader
お前はもう死んでいる
1486 posts

What is your point or are you just saying tht you read thesebooks? What about Z Schemeas then?
____________
I see 57,005 people.
#
March 13, 2006, 15:11
Rhovanion
Exterminated
666 posts
I mean it doesn't matter if you have a general, common language because everyone uses one of his own preference anyway. And I'm ashamed that I was ordered to read those books because the subject doesn't care me a lot.
____________
#
March 13, 2006, 15:47
PEader
お前はもう死んでいる
1486 posts

Quoting Rhovanion:
I mean it doesn't matter if you have a general, common language because everyone uses one of his own preference anyway.


This is precisely the reason why you need a common way to design i.e. UML and Z-Schemas. I wasn't asking for a common language just what would be most understood. I mean if you wanted to do it properly you would write using Z Schemas then everyone would be able to understand the code/way it works.
Allegedlly.
____________
I see 57,005 people.
#
March 13, 2006, 16:22
Eckolin
Quite Whiskered
388 posts

Quoting PEader:
Quoting Eckolin:
Pseudocode.
Psuedocode sucks and you still need to follow along with a language unless you want to make up your own one.



Well, it is used in my various study books as far as common language goes. Whether or not it is the best choice is a different matter.

[Edited on March 13, 2006 by Eckolin]
____________
Maker of Games...
Wisdom is supreme; therefore get wisdom.
Need help with coding? I probably wrote something similar.
#
March 13, 2006, 17:11
Deadmaster
Where is Johnny?
458 posts
Agreed. Although psuedo code is not really a language as such, it's important for building up a concept of how an althogrim works, and it's compatible with all languages as a prorgamming aid :D
____________
My site still needs updating and redesigning. My last.fm page.

GO TO TEXTUAL ANARCHY II YOU FISHDOG YOU
#
March 18, 2006, 12:31
Caspah
Gladiator
203 posts
*hates having to write pseudo code*
____________
"clowns to the left of me, jokers to the right. here i am, stuck in the middle with you." ~Stealers Wheel
#
March 18, 2006, 20:28
PB
Defender of the faith
630 posts

Not sure if this is what is asked, but on my school they teached me UML, so obviously that would be my choice to use for design...
____________
#
March 21, 2006, 22:25
Rhovanion
Exterminated
666 posts
pseudo code as a new syntax is unnecessary but it can be useful to write short snippets in C to test certain things. Or else create interfaces for java that have been fully tested and work independantly (encapsulated stront).

By interfaces I also mean those "include" things you use in fenix, so you don't have to reinvent every line code all over all the time.

[Edited on March 21, 2006 by Rhovanion]
____________
#
December 23, 2009, 10:42
Dennis
どこかにいる
2092 posts

Now that I think of it again, why would you need an esperanto? It's like real languages. There is no universal language so they just picked one to be the universal one, coincidentically English.

People do not use standard code for examples but rather schemes and diagrams with process flows or object relations. There is no actual code written in a language that does not exist, and if there is it is very company-dependant which one they use.

Stff like:

read the csv and loop through records.
update clients
set status = column3
If updated rows = 0
insert client
set status = thirdColumn
endif

That's not code, they just write whatever they want.

So basic answer:

Quoting PEader:
1) What is the most common language for programmers do you think?
2) Is there a common language?


1) Depends what kind of programmer (business, graphical, ...)
2) No, not a universal one

Edit: Company-dependant instead of independant

[Edited on December 23, 2009 by Dennis]
____________
Kwakkel
#
December 23, 2009, 15:44
Mezzmer
Square-theorist
792 posts

If it's an object oriented languages, you would commonly use UML and class diagrams.

But PEader as usual I find your post a rather discussional start to a thread rather than a question?

As for explaining a program (which is what I think you mean) there are many types of approach, and there is not a universal language for this.

As for Bennu/Fenix, I would say unfortunately spanish? LOL
____________
#

Message Board > Programming > Esperanto for the programming community

Quick reply


You must log in or register to post.
Copyright © 2005 Booleansoup.com
Questions? Comments? Bug reports? Contact us!