Page 1 of 4

Faster language than BASIC

Posted: Sun 21 Aug, 2005 5:43 am
by Loki
Y'know, I'd like to see a new faster language than BASIC thats not either insanely complicated, confusing, and/or using reverse-polish notion. And one that'd actually work. I tried some of these, and no matter what I did, none of the programs I did worked. Even the ones they gave the sourcecode for..If anyone can tell me wheres to get such a thing, tell me plz...else i could just use BASIC and become a wizard like Kevin <worships kevin>

Posted: Sun 21 Aug, 2005 6:59 am
by CoBB
Assembly is a simple, straightforward and efficient language. If you want a high level language that's universal and non-bloated at the same time, you'll be waiting for eternity.

Posted: Sun 21 Aug, 2005 7:40 am
by Kozak
I started waiting 10,000 years ago and I still can't find one. Though they atleast have programming languages right now.

Posted: Sun 21 Aug, 2005 7:52 am
by DarkAuron
*cough*EZASM*cough*

Posted: Sun 21 Aug, 2005 5:57 pm
by DarkerLine
A much much faster language than Basic is Basic when you know how to do it right.

Posted: Sun 21 Aug, 2005 7:07 pm
by threefingeredguy
What no plug from anybody? What about those 2 languages that you can use on Casios and TIs that isnt assembly, but is faster than BASIC?

Posted: Sun 21 Aug, 2005 7:25 pm
by DarkerLine
What about TIGCC?

Posted: Sun 21 Aug, 2005 9:06 pm
by Loki
<waits for eternity> still nothing..DAMNIT! oh well...<becomes a BASIC guru>

Posted: Sun 21 Aug, 2005 9:53 pm
by DarkerLine
It's been less than a day, you could still wait. Especially since it takes far longer to become a Basic guru anyway.

Posted: Sun 21 Aug, 2005 11:36 pm
by Loki
Yeah, I know. I actually havent programmed much for my calc since summer...i imagine i'll get back into it once the school years goes on. I need some inspiration...and some help with xLib >.< apparently you cant use it with this one getkey program i found, osgetkey...it crashes the calc when you do. And you cant use (or have) Omnicalc installed while using xLib, can you? I mean, wouldnt the real('s conflict and crash, or give errors?

Posted: Mon 22 Aug, 2005 2:45 am
by threefingeredguy
xLib doesnt use real's, it uses lists stored in the Ans variable, I think.

Posted: Mon 22 Aug, 2005 3:43 am
by MissingIntellect
threefingeredguy wrote:xLib doesnt use real's, it uses lists stored in the Ans variable, I think.
The old[er] versions, yes, but the shiny new app version, no, it does use real, just as Omnicalc does.

Posted: Mon 22 Aug, 2005 3:15 pm
by threefingeredguy
Ah, I see.

Right, the language I was talking about that is cross platform is Fast RPL and also another I cant remember at the moment. They had great demos, I think I might download them.

Posted: Mon 22 Aug, 2005 3:47 pm
by DarkerLine
Loki doesn't appear to like reverse polish notation (dunno why... it's simpler than anything), so FastRPL is out.

Posted: Mon 22 Aug, 2005 10:14 pm
by lloydkirk1989
DarkAuron wrote:*cough*EZASM*cough*
Out of curiosity, can EZASM compile pure C code? Or do you have to use BASIC and VB too? Or maybe there is a tigCC equivalent for the z80 calcs.