Re: What is the best and accessible code language?

2020-04-02 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector


  


Re: What is the best and accessible code language?

@20, that's pretty much what I said in 17.

URL: https://forum.audiogames.net/post/515218/#p515218




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: What is the best and accessible code language?

2020-04-02 Thread AudioGames . net Forum — Developers room : Ty via Audiogames-reflector


  


Re: What is the best and accessible code language?

Compile pb extentions, yes, that is true. If you import source code however it should work fine.

URL: https://forum.audiogames.net/post/515205/#p515205




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: What is the best and accessible code language?

2020-04-02 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector


  


Re: What is the best and accessible code language?

@18, not of the syntax, no. But I've used -- or tried to use -- compiled PB extensions that don't work made by the very small PB community.

URL: https://forum.audiogames.net/post/515198/#p515198




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: What is the best and accessible code language?

2020-04-01 Thread AudioGames . net Forum — Developers room : Ty via Audiogames-reflector


  


Re: What is the best and accessible code language?

Np, pb does *not* break syntax across versions, at least from what I've seen. I have 5.44 code that works fine in 5.71. It is lacking some functions in 5.44 but, well, duh.

URL: https://forum.audiogames.net/post/515052/#p515052




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: What is the best and accessible code language?

2020-04-01 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector


  


Re: What is the best and accessible code language?

@16, I have absolutely no idea on how often -- ironically, there isn't much information on the language out there. (In fact, trying to find a book or anything about PB other than its website is painful.) But yes, they do. Some libraries come as actual language extensions, I suppose you could call them, and those usually don't work with the latest release. Source code ones have worked the ones I've tried anyway.

URL: https://forum.audiogames.net/post/515029/#p515029




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: What is the best and accessible code language?

2020-04-01 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector


  


Re: What is the best and accessible code language?

@15Wait wait wait.  I just have to clarify this.  They break programming language compatibility between releases?  how often?

URL: https://forum.audiogames.net/post/514996/#p514996




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: What is the best and accessible code language?

2020-04-01 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector


  


Re: What is the best and accessible code language?

@14, its not just the cost or the unpopularity of it that make PB bad. Its also the fact that there are very few libraries externally available for it. The communities that do exist are very small or completely inactive now, and the libraries that exist on those communities usually don't work in the latest version.

URL: https://forum.audiogames.net/post/514982/#p514982




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: What is the best and accessible code language?

2020-04-01 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector


  


Re: What is the best and accessible code language?

@13Paying for PureBasic isn't the problem.  The problem with PB is that it is literally C but you pay $90 or whatever for it, it's not using state of the art compiler technology (at least last I looked at it), and it's an entirely different syntax because people think that Basic syntax is easy for some reason.  The only thing it gives you, literally the only thing, is you don't have to bother learning how to install libraries (which, in at least 4 programming languages I can think of, is learning one shell command--this goes up to at least 7 if you're willing to do a little setup first).So the question you have to ask yourself is, is $90 and being in an unpopular language where not much help is available worth a few hours more of your time at most to figure out how to use insert-package-manager-here and go to insert-official-package-manager-documentation-site to find docs on the packages you might want to use? Convince enough sighted programmers that it is and you'll have a popular language, but even if it goes to $0 people demand more from their languages than PB offers nowadays anyway, like not having to do manual memory management or deal with pointers.

URL: https://forum.audiogames.net/post/514970/#p514970




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: What is the best and accessible code language?

2020-04-01 Thread AudioGames . net Forum — Developers room : Lucas1853 via Audiogames-reflector


  


Re: What is the best and accessible code language?

@7And the downside of Pure Basic is that you have to pay for it. I can't think of any other modern language which is like this. It also suffers from unpopularity because of this.

URL: https://forum.audiogames.net/post/514951/#p514951




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: What is the best and accessible code language?

2020-04-01 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector


  


Re: What is the best and accessible code language?

@11It's a scripting language.  Even Lua doesn't have built-ins.  There's an entire class of these that are intended to be embedded into other things.But unfortunately Angelscript is so ridiculously unpopular that the BGT docs say as much if not more than even the official manual on it has to say.

URL: https://forum.audiogames.net/post/514921/#p514921




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: What is the best and accessible code language?

2020-04-01 Thread AudioGames . net Forum — Developers room : Ty via Audiogames-reflector


  


Re: What is the best and accessible code language?

Yes, angelscript did make BGT accept for the fact that it really doesn't have any built-ins from what I could find. It's just a scripting library, not a language. It's made for people to build languages on top of.

URL: https://forum.audiogames.net/post/514907/#p514907




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: What is the best and accessible code language?

2020-04-01 Thread AudioGames . net Forum — Developers room : Jaidon Of the Caribbean via Audiogames-reflector


  


Re: What is the best and accessible code language?

Go google it. AngelScript made BGT BTW.

URL: https://forum.audiogames.net/post/514892/#p514892




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: What is the best and accessible code language?

2020-04-01 Thread AudioGames . net Forum — Developers room : komutan via Audiogames-reflector


  


Re: What is the best and accessible code language?

Can you talk about the Angelscript code language?Where can I learn?

URL: https://forum.audiogames.net/post/514878/#p514878




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: What is the best and accessible code language?

2020-04-01 Thread AudioGames . net Forum — Developers room : komutan via Audiogames-reflector


  


Re: What is the best and accessible code language?

With which code language can artificial intelligence or text-based question and answer chat application be made?

URL: https://forum.audiogames.net/post/514735/#p514735




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: What is the best and accessible code language?

2020-03-31 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector


  


Re: What is the best and accessible code language?

@5I would advise against Quorum because Quorum uses nonstandard terminology and semantics. Accessible yes, but very hard to ever leave.  In so much as I don't like BGT, it at least calls things what they are.Also I've looked into the research behind it and was very unimpressed: tiny sample sizes, only academic settings, etc. So I wouldn't be quick to buy their claims about research-backed ergonomics either.

URL: https://forum.audiogames.net/post/514482/#p514482




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: What is the best and accessible code language?

2020-03-31 Thread AudioGames . net Forum — Developers room : rory-games via Audiogames-reflector


  


Re: What is the best and accessible code language?

In my opinion, the best accessible language, overall is pure basic.But if you don't have the money for that, try Python. The upside to pure basic is that it comes with all the libraries and an easy to use IDE and a reference manual - whereas the upside to python is that, with a bit of searching, you can find an answer for almost any of your coding questions.

URL: https://forum.audiogames.net/post/514477/#p514477




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: What is the best and accessible code language?

2020-03-31 Thread AudioGames . net Forum — Developers room : Jaidon Of the Caribbean via Audiogames-reflector


  


Re: What is the best and accessible code language?

It seems like the original poster bases his asumptions on whether or not he understands. Call it old, slow, or limited, but don't call it trash. Manamon, STW, AAC: and many others were coded in BGT. And if you're saying, well their old? Well Manamon and STW are newer entries, so bleh. As said, there are about 50 to the 125TH power ways to answer this question. It depends on your skills, whether or not you're willing to put in the hours to figure out how to craft an audiogame, sometimes with zero resources. It depends on how you learn. It depends on the type of game you want to make. Don't come on here and expect us to tell you what shirt you should wear to the big interview in the morning. While we'll be happy to help or assist you, we're not gonna code your games or programmes from scratch. You've gotta figure that out yourself. And doing you're own individual research is the first step on becoming a developer.

URL: https://forum.audiogames.net/post/514465/#p514465




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: What is the best and accessible code language?

2020-03-31 Thread AudioGames . net Forum — Developers room : Ty via Audiogames-reflector


  


Re: What is the best and accessible code language?

Basically any language. IDE's and GUI libraries may be a different story but basically any language. A language that prides itself on being blind friendly however is quorum. And no, BGT is not trash. It's out dated, and gets flagged by virus checkers, but many good things were written in it.

URL: https://forum.audiogames.net/post/514459/#p514459




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: What is the best and accessible code language?

2020-03-31 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector


  


Re: What is the best and accessible code language?

This question is incredibly subjective. As such, you will receive varying answers. It’s best to do some of your own research and then ask much more specific questions pertaining to the language you are interested in. Also, BGT is not garbage. It may be old and outdated, or considered to be so buy some, but it’s far from trash.

URL: https://forum.audiogames.net/post/514429/#p514429




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: What is the best and accessible code language?

2020-03-31 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector


  


Re: What is the best and accessible code language?

Any of them. The only inaccessible languages are arguably Lisp (arguably because Emacspeak exists and some people can handle the nesting), arguably C# (depends how you feel on the 2010 fiasco, but it works at least for now), and some of the electronics stuff that has a visual component. Almost anything else is accessible. Pick any of them.

URL: https://forum.audiogames.net/post/514430/#p514430




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: What is the best and accessible code language?

2020-03-31 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector


  


Re: What is the best and accessible code language?

This question is incredibly subjective. As such, you will receive varying answers. It’s best to do some of your own research and then ask much more specific questions pertaining to the language you are interested in.

URL: https://forum.audiogames.net/post/514429/#p514429




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: What is the best and accessible code language?

2020-03-31 Thread AudioGames . net Forum — Developers room : makenan53 via Audiogames-reflector


  


Re: What is the best and accessible code language?

BGT isn't trash buddy, almost every game is written in BGT

URL: https://forum.audiogames.net/post/514427/#p514427




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: What is the best and accessible code language?

2020-03-31 Thread AudioGames . net Forum — Developers room : makenan53 via Audiogames-reflector


  


Re: What is the best and accessible code language?

BGT isn't a trash buddy, almost every game is written in BGT

URL: https://forum.audiogames.net/post/514427/#p514427




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector