Re: Programming language with easy syntax?

2017-07-29 Thread AudioGames . net Forum — Developers room : Orko via Audiogames-reflector
Re: Programming language with easy syntax? Very true, programming is something you pretty much have to learn by doing. A book may tell you everything you might want to know about a language and the theory or programming, but when you are done reading you'll find you still just as clueless

Re: Programming language with easy syntax?

2017-07-28 Thread AudioGames . net Forum — Developers room : Hektor via Audiogames-reflector
Re: Programming language with easy syntax? If you are learning to program in your first computer language, even writing easy programs will be difficult. A good tutorial should familiarize you with the language and teach you some things about programming--but the only way to become good

Re: Programming language with easy syntax?

2017-07-26 Thread AudioGames . net Forum — Developers room : blindncool via Audiogames-reflector
Re: Programming language with easy syntax? That's one programming language I won't use if I don't have to. I'll stick to _javascript_ (or even better, CoffeeScript) for my web development needs. As for windows development, I'll stick to VB6. URL: http://forum.audiogames.net/viewtopic.php

Re: Programming language with easy syntax?

2017-07-26 Thread AudioGames . net Forum — Developers room : hammer via Audiogames-reflector
Re: Programming language with easy syntax? Php is especially annoying in my recent experience since it treats empty strings, 0, and false as the same thing.If you don't take some care, you could have seriously messed up code. Luckily in php7 they added types (which you can optionally use

Re: Programming language with easy syntax?

2017-07-25 Thread AudioGames . net Forum — Developers room : Orko via Audiogames-reflector
Re: Programming language with easy syntax? God it's been so long, but I do remember that now, and that I was always annoying people by leaving it turned on when most people turned it off.Wasn't it not only a compile time switch that you could put in your code, but also an option you could

Re: Programming language with easy syntax?

2017-07-25 Thread AudioGames . net Forum — Developers room : Aprone via Audiogames-reflector
Re: Programming language with easy syntax? VB6 has a similar switch.  Actually that switch is enabled by default, and you have to specifically turn it off if you no longer want to define everything in advance.The functions automatically changing to the correct type is part

Re: Programming language with easy syntax?

2017-07-25 Thread AudioGames . net Forum — Developers room : Orko via Audiogames-reflector
Re: Programming language with easy syntax? That was one of the things I hated about Visual Basic and PHP, no types.Sure, Visual Basic had types, but all it did with them was determine how to store the variable in memory. If a function called for a parameter of type A, but you provided

Re: Programming language with easy syntax?

2017-07-25 Thread AudioGames . net Forum — Developers room : hammer via Audiogames-reflector
Re: Programming language with easy syntax? I like python.It isn't complicated to start I just wish it had types.I find also java is not too bad and it has types. URL: http://forum.audiogames.net/viewtopic.php?pid=320942#p320942

Re: Programming language with easy syntax?

2017-07-25 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: Programming language with easy syntax? I'd just like to say, once again, that BGT is *** not *** a 'programming language'. You asked for a programming language that was easy. If you want to use a programming language that is fun to use, and, of course, that is easy, then use PureBASIC

Re: Programming language with easy syntax?

2017-07-25 Thread AudioGames . net Forum — Developers room : Donavin . Liebgott via Audiogames-reflector
Re: Programming language with easy syntax? thanks for the responses, I greatly appreciate it, I guess I'll stick with BGT for now though. URL: http://forum.audiogames.net/viewtopic.php?pid=320914#p320914 ___ Audiogames-reflector mailing

Re: Programming language with easy syntax?

2017-07-24 Thread AudioGames . net Forum — Developers room : Orko via Audiogames-reflector
Re: Programming language with easy syntax? For me it's Pure Basic. Not only is its syntax easy to read as you would expect with the Basic language. The compiled programs compare very favorably against the best C/C++ compilers for size and speed. It has a rather extensive library

Re: Programming language with easy syntax?

2017-07-24 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: Programming language with easy syntax? Hi my friend, i think that you are  a little impatient,I my self, am stil strugling with bgt and python, but it is for sure the best languageWell, for me. it might differ from people to peoplejust give it a few more trys, and i am sure that you

Programming language with easy syntax?

2017-07-24 Thread AudioGames . net Forum — Developers room : Donavin . Liebgott via Audiogames-reflector
Programming language with easy syntax? Hi guys and girls, so this has been asked a lot before I guess, but I just thought I would post here and maybe get the help that I need.So I've been playing around in BGT trying to make very simple games like a dice game or what ever and also trying