Fast-RPL version 0.6

A forum where you can announce your awesome project(s).

Moderator: MaxCoderz Staff

User avatar
DJ_O
Calc King
Posts: 2324
Joined: Mon 20 Dec, 2004 6:47 pm
Location: Quebec (Canada)
Contact:

Post by DJ_O »

Spengo wrote::O I can't find it :(

You meant this place right? http://paxl.org:2080/~tift/archives.php
Is there another place I can dl it from?
Try to learn french, it's harder than z80 assembly... ah here is the link; :lol:

http://paxl.org:2080/~tift/archives/Fas ... avpong.8xp
Image Image Image Now active at https://discord.gg/cuZcfcF (CodeWalrus server)
kuda
New Member
Posts: 48
Joined: Tue 28 Dec, 2004 12:23 am
Location: France, Lyon

Post by kuda »

More precisely :
http://paxl.org:2080/~tift/archives/Fast_RPL/

EDIT: Hum, didn't see your last messsage Kevin...
I think this is the most original of my RPLgames...

Me and McBeach are working on the next Version of FastRPL:
- Totally new editor as an apps
- Executor in the same apps to easy test it
- A debugger !!! ( with breakpoint, step by step execution where you can toogle between the code screen, the stack and variable screen, and the sreen of your game)
- Some new functionnality (maybe greyscale, or Link, but many other for sure)

And all of your ideas that we think we can implement of course !
+---------------------------+
|__THANK _YOU FOR__|
|__USING FAST RPL___|
|_____________Done |
User avatar
DJ_O
Calc King
Posts: 2324
Joined: Mon 20 Dec, 2004 6:47 pm
Location: Quebec (Canada)
Contact:

Post by DJ_O »

Cool, so now that the editor/prgm executor is an app game can be a bit larger?

Question though: will it be possible to edit/protect programs?
Image Image Image Now active at https://discord.gg/cuZcfcF (CodeWalrus server)
kuda
New Member
Posts: 48
Joined: Tue 28 Dec, 2004 12:23 am
Location: France, Lyon

Post by kuda »

Not really now... it might take one or two month i think...

About protecting programs, well I thought of that...
But I think that for the moment, there is not enough game in fastRPL (only mines and McBeach one's :p) so they might be usefull samples for new programmers in fastRPL...
In the next version, why not... But I prefer the idea of OpenSource :D


Kuda
+---------------------------+
|__THANK _YOU FOR__|
|__USING FAST RPL___|
|_____________Done |
Comikal
New Member
Posts: 54
Joined: Mon 03 Jan, 2005 1:10 am
Contact:

Post by Comikal »

Ideas for your next version:
I heard that you will make in more stable, thank you so much. I have already had 4 ram clears against my will, and now it is acting up again.

-List functions, maybe the same way as matrix
-Working lib->editor thing, unless im just rpl-illiterate
-Run indicator switch

If i think of any more, I'll post them. Also, thanks much kuda for bring this to us.
Working on my FastRPL physics sim.
Game in planning stages.
necro
Calc King
Posts: 1619
Joined: Sat 26 Mar, 2005 2:45 am
Location: your shadow

Post by necro »

while this language sounds very neat...a basic user is not going to understand stacks and such...I tired and I can't (then again maybe I am just dumb :cry: )it would be nice if their was a MUCH more simplified instruction set for it (it also would be neat if the editor displayed commands like basic does and then wrote them into the correct format)
DarkerLine
Calc Wizard
Posts: 526
Joined: Tue 08 Mar, 2005 1:37 am
Location: who wants to know?
Contact:

Post by DarkerLine »

necro wrote:while this language sounds very neat...a basic user is not going to understand stacks and such...I tired and I can't (then again maybe I am just dumb :cry: )it would be nice if their was a MUCH more simplified instruction set for it (it also would be neat if the editor displayed commands like basic does and then wrote them into the correct format)
they don't have to understand stacks, they just have to know that oyu have to write 2,2+ to add two and two... :lol:
just try to be nice to people.
_________________
My TI Blog - http://mpl.unitedti.org/
User avatar
DJ_O
Calc King
Posts: 2324
Joined: Mon 20 Dec, 2004 6:47 pm
Location: Quebec (Canada)
Contact:

Post by DJ_O »

necro wrote:while this language sounds very neat...a basic user is not going to understand stacks and such...I tired and I can't (then again maybe I am just dumb :cry: )it would be nice if their was a MUCH more simplified instruction set for it (it also would be neat if the editor displayed commands like basic does and then wrote them into the correct format)
What would be cool is a language that EXACLTY have the same command/syntax than TI-83+ BASIC, but with the few following features added:
-much more faster
-LCD shouldnt be updated everytime you disp^lay stuff
-Sprites
-allowing running archived sub routines
Image Image Image Now active at https://discord.gg/cuZcfcF (CodeWalrus server)
DarkerLine
Calc Wizard
Posts: 526
Joined: Tue 08 Mar, 2005 1:37 am
Location: who wants to know?
Contact:

Post by DarkerLine »

*cough* TI-89 Basic *cough* :wink:
just try to be nice to people.
_________________
My TI Blog - http://mpl.unitedti.org/
User avatar
DJ_O
Calc King
Posts: 2324
Joined: Mon 20 Dec, 2004 6:47 pm
Location: Quebec (Canada)
Contact:

Post by DJ_O »

DarkerLine wrote:*cough* TI-89 Basic *cough* :wink:
Hmm, might be an idea, altough it's still different from TI-83+ BASIC and I heard on a french forum that 68k basic was slower than TI-83+/86 basic, but having TI-89 BASIC like language on a 83+ (with a better interpreter would be cool too)
Image Image Image Now active at https://discord.gg/cuZcfcF (CodeWalrus server)
kuda
New Member
Posts: 48
Joined: Tue 28 Dec, 2004 12:23 am
Location: France, Lyon

Post by kuda »

How do you know libs are not working ???
It's true in fact, they might an uncompatibility with some apps,because the firsttime onmy calc it crash, but after it worked fine...
+---------------------------+
|__THANK _YOU FOR__|
|__USING FAST RPL___|
|_____________Done |
User avatar
dysfunction
Calc Master
Posts: 1454
Joined: Wed 22 Dec, 2004 3:07 am
Location: Through the Aura

Post by dysfunction »

68k BASIC is nearly an OOP- it has error-handling, local variables, and the ability to pass variables to subroutines. In fact, whereas there is simply prgmA on z80, on 68k there can be prgmA(2,1). Kinda reminds me of public A(int a, int b).
Image


"You're very clever, young man, but it's turtles all the way down!"
User avatar
DJ_O
Calc King
Posts: 2324
Joined: Mon 20 Dec, 2004 6:47 pm
Location: Quebec (Canada)
Contact:

Post by DJ_O »

dysfunction wrote:68k BASIC is nearly an OOP- it has error-handling, local variables, and the ability to pass variables to subroutines. In fact, whereas there is simply prgmA on z80, on 68k there can be prgmA(2,1). Kinda reminds me of public A(int a, int b).
much like functuions in Javascript, but easier maybe?
Image Image Image Now active at https://discord.gg/cuZcfcF (CodeWalrus server)
Comikal
New Member
Posts: 54
Joined: Mon 03 Jan, 2005 1:10 am
Contact:

Post by Comikal »

kuda wrote:How do you know libs are not working ???
It's true in fact, they might an uncompatibility with some apps,because the firsttime onmy calc it crash, but after it worked fine...
can you list which libs are compatible?
Working on my FastRPL physics sim.
Game in planning stages.
CoBB
MCF Legend
Posts: 1601
Joined: Mon 20 Dec, 2004 8:45 am
Location: Budapest, Absurdistan
Contact:

Post by CoBB »

It would be OO only if the subroutines had persistent local variables for each instance.
Post Reply