Home | Reviews | GUIpedia | Forum | Fun500
aguma | \"Frontier\"It's going to be a side project - a programming language (yes, stack-based again) for the next version of Spark. Nothing particularly amazing about it; it's based on FORTH so it'll be easy to implement. Examples:
[code]
: helloworlddemo "Hello World!" . # ;
helloworlddemo
X
[/code]
[code]
: square dup * ;
30 square .
25 square .
#
X
[/code] | 2009-04-06 | 7:00 PM |
pharoah | Re:\"Frontier\"What does # do? | 2009-04-06 | 7:10 PM |
aguma | Re:\"Frontier\"right, I should've explained the commands :P
# waits for a keypress and then continues | 2009-04-06 | 7:11 PM |
pharoah | Re:\"Frontier\"Aguma, are you ever on AIM? I added the screen name in your profile to my GT list, but so far I've never seen you online. | 2009-04-06 | 7:21 PM |
aguma | Re:\"Frontier\"Hmm...if you didn't know my username on AIM is Aguma12345, not Aguma. (I wonder where "Aguma" came from in the first place...) But I can't come on right now cuz I gotta finish my math homework of doom!!! Similar triangles is so boring and easy and tedious! lol anyway almost done...
by the way, I'm usually on around 3:30 PST - whenever (varies a lot). | 2009-04-06 | 7:28 PM |
pharoah | Re:\"Frontier\"Well at least I know I have the sn right.
I was never very good at geometry for some reason :(. | 2009-04-06 | 7:32 PM |
aguma | Re:\"Frontier\"Well, I'm done, what's your username? | 2009-04-06 | 7:39 PM |
pharoah | Re:Well, my email is atlas soft [at] gmail [dot] com. I am not sure what it looks like in AIM, but I know I am logged in :).
You are in my contacts list, so if you come online I can message you. | 2009-04-06 | 7:44 PM |
Blog
2021 Brandon Cornell