|
Re: Pakistan Earthquake - September 25, 2013 |
I don't necessarily mean to suggest XBasic, although I think it would be more than capable of handling the task. And I could help with the learning curve some since I already know it. But there's also C, and maybe some other languages as well. As for free, even C is free, it's just a matter of finding an editor/compiler/debugger that is free. Anyway, XBasic is dead only in the sense that there hasn't been much new development. There was talk about adding a bunch of stuff, 64 bit, unicode support, perhaps multithreading, compile to C... but... just didn't happen. There is an unofficial branch mostly to maintain linux compatibility (major change in the linux kernel some years back broke a bunch of stuff), but I've not used that branch as I only use Windows. There was also the Windows only offshoot XBLite which had a good start, but seems to have really died. Even though XB's last stable official release is over ten years old it's still very powerful and capable, as you've seen from some of the demo's I've sent you. It's far faster than both Perl and TB. The yahoo support group is still alive. Low activity, but when a question is posed it's answered quickly. I read daily, and participate on occasion. And, even though there hasn't been any official development, the source code is open and you can make modifications of your own. I myself have pulled code from the source and modified it for my own needs. The beauty is that the source code is written in XB, so once you learn to program in XB you can modify it. It would be like being able to modify the Perl (or TB) compiler yourself if it was written in Perl (or TB). And for advanced users, if there is a C library that does what you need, XB can import them (sometimes takes a little work, depends). I've done it (an image editing library).
> compiles to assembly/machine code, which will run much faster than those run-time interpreted language
> learning curve. XB is highly structured, strongly typed, and CASE SENSITIVE, which takes some getting used to (even I had fun with that) > no "introduction for beginners" manual - this would probably be the most frustrating part. There are plenty of reference docs, but not much in the way of step-by-step tutorials. There are example programs, but its up to you to read the code to figure out how it works. Personally this was my biggest frustration. You kinda have to just jump in and learn to swim while in the deep end. This is probably where I can help the most. I'm sure I could think of more... but this should suffice for the moment. Brian Follow Ups: ● Re: Pakistan Earthquake - September 25, 2013 - Roger Hunter 19:00:13 - 9/28/2013 (100930) (1) ● Re: Pakistan Earthquake - September 25, 2013 - Skywise 19:58:40 - 9/28/2013 (100931) (1) ● Re: Pakistan Earthquake - September 25, 2013 - EQF 22:06:31 - 9/29/2013 (100932) (1) ● Re: Pakistan Earthquake - September 25, 2013 - Skywise 00:28:00 - 10/1/2013 (100936) (1) ● Re: Pakistan Earthquake - September 25, 2013 - EQF 18:05:54 - 10/1/2013 (100945) (1) ● Re: Pakistan Earthquake - September 25, 2013 - Roger Hunter 18:50:16 - 10/1/2013 (100946) (0) |
|