Page 5 of 5
Posted: Sun Aug 17, 2008 9:49 am
by thanos
Thank you for your reply.
I will check the above tutorial.
Regards.
Thanos
Posted: Sun Aug 17, 2008 8:42 pm
by thanos
By the way, what means
Off topic.
Was it turn of from the moderator?
And why this topic is off? We are continue to post in this.
I am confused...
Regards.
Thanos
Posted: Sun Aug 17, 2008 8:53 pm
by LuCiFeR[SD]
thanos wrote:By the way, what means
Off topic.
Was it turn of from the moderator?
And why this topic is off? We are continue to post in this.
I am confused...
Regards.
Thanos
OFF Topic means anything which isn't purebasic related. so as long as you aren't breaking the forum rules you can talk here about anything you like

Posted: Sun Aug 17, 2008 9:26 pm
by thanos
LuCiFeR[SD] wrote:
OFF Topic means anything which isn't purebasic related. so as long as you aren't breaking the forum rules you can talk here about anything you like

Thank you very much for the explanation.
Regards.
Thanos
Posted: Mon Aug 18, 2008 7:25 am
by bembulak
Common Language Infrastructure with a python inspired syntax and a special focus on language and compiler extensibility as its creator say.
Did you have use any of them? How are they comparing to Python?
Boo is too young, only for the CLR (AFAIK), not as well documented as Python and IMHO a niche product. There are no (are maybe 1 or 2) books for it, not as much modules, ...
Python is the ultimate choice. It's clean, availiable on (nearly) every platform (I even got it running on my cellphone for programming and running programs), well documented.
Lots of ppl are using it, even to teach children the art of programming:
http://showmedo.com/videos/python
http://showmedo.com/videos/series?name= ... KidsSeries
http://ada.rg16.asn-wien.ac.at/~python/ (german, official "python 4 kis" site)
Summa Summarum: you'll find more python related stuff, than any other. You even can use Visual Studio (Iron Python) for development. It will run on nearly every plattform.
Only catch: interpreted.
Posted: Mon Aug 18, 2008 4:23 pm
by thanos
@bembulak
Thank you for the reply.
I downloaded the Python and the tutorial that the.weavster suggested to me.
The tutorial is great and the language is very interesting.
And what about Lua? Did you know anything about it?
It seems to be easier than Python?
Regards.
Thanos
Posted: Mon Aug 18, 2008 9:44 pm
by bembulak
AFAIK Lua is designed to be embeeded (e.g. for game logic). I don't know much about it.
But Python already has everything. If you have a W32-Standardinstallation you have (nearly) everyting - the batteries are included.

And what can be easier than Python? It supports a multiparadigm design, has just a few keywords, is easy to read (even if you gotta get used to it) and very clear.
Besides Ruby it seems to be one of the most upcoming so called "Scripting Languages" for the web.
But it depends on your taste - I fell in love with it and use it quite often (for admin stuff).
Even M$ is supporting Python now. With Iron-Python you have a .NET Implementation that works on Mono too. So you can use the Windows-Forms-Classes to build up GUIs (but I'd prefer wxPython, which has a huge widgetset).
More Pythonic stuff:
www.python.org
www.pygame.org
http://www.pythonchallenge.com/
http://www.awaretek.com/plf.html
http://www.tiobe.com/index.php/content/ ... index.html
And with e.g. DrPython (written in Python with the wxPython Toolkit which is very powerfull) you have a great IDE, that runs on Win, Linux, BSD and Mac.
Posted: Tue Aug 19, 2008 7:05 pm
by thanos
@bembulak
Thank you very much for your posts.
You help me a lot and i really appreciate your help.
I already began to play with Python.
I don't want to write a book for example "Beginning programming with XXX language".
I want to make my book more "global", thus i decided to use at least two languages (and maybe one more like Html or Php for web programming).
I had in my mind to use the Purebasic as the main language of the book and a scripting language like AutoIt, thinBASIC, d-Lib etc. as the second language.
I think that the Python is more useful than my other script languages option and finally maybe is better to cover in my book a real strong basic (Purebasic) and a second language with much different syntax than the first.
Regards.
Thanos