Author Topic: Correlation Not Far From Testing Stage  (Read 12446 times)

0 Members and 1 Guest are viewing this topic.

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Correlation Not Far From Testing Stage
« Reply #30 on: February 13, 2011, 07:53:57 pm »
I've seen it used in Hybrid BASIC, come to think of it. Oh well, it'll still be fun.
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Correlation Not Far From Testing Stage
« Reply #31 on: February 13, 2011, 07:59:29 pm »
okay... 'cause I used it with Celtic 3 so that I could do things like make sprite sets and Omnicalc fontsets/editors... Which is how I think it is meant to be used in Correlation... It is a tool I find very useful because it lets you work directly with pure data. It is almost a direct integration of assembly data in BASIC so it is used where speed is desired.

(by the way, I know you know all of that Qwerty, I just figured I would include it for others :D)

It isn't as easy to work with as BASIC data, but it is much faster for Assembly programs to interpret.

Offline Hot_Dog

  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Correlation Not Far From Testing Stage
« Reply #32 on: February 13, 2011, 09:42:03 pm »
Just to recap, Abs( is indeed a faster replacement for sub(.  It is meant for strings that contain only 1 byte tokens or else "funky results will occur".  It's not in the old manual because I thought about it afterwards.  This is part of the reason I want everyone to read the new manual to the letter.

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Correlation Not Far From Testing Stage
« Reply #33 on: February 14, 2011, 12:05:26 am »
So abs( will NOT work with strings with two-byte tokens or a mix of one and two? Just to make that clear. Will it possibly be implemented later or not so much?
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline Hot_Dog

  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Correlation Not Far From Testing Stage
« Reply #34 on: February 14, 2011, 12:10:23 am »
So abs( will NOT work with strings with two-byte tokens or a mix of one and two? Just to make that clear. Will it possibly be implemented later or not so much?

Abs( will work with two-byte tokens, but will produce an incorrect result.  Unfortunately two-byte token support will not be implemented later because Correlation is aimed at one-byte token strings.

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: Correlation Not Far From Testing Stage
« Reply #35 on: February 14, 2011, 12:16:20 am »
Of course, there are a lot of one byte tokens, way more than you'd need for most games.

Offline Hot_Dog

  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Correlation Not Far From Testing Stage
« Reply #36 on: February 14, 2011, 12:17:54 am »
Of course, there are a lot of one byte tokens, way more than you'd need for most games.

Correlation doesn't let you display strings with 2-byte tokens anyways.  I think meishe91 was hoping to use Abs( for strings not displayed with Correlation ln( and e^(

Offline Hot_Dog

  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Correlation Not Far From Testing Stage
« Reply #37 on: February 14, 2011, 12:28:05 am »
I've put a partial list of "who's throughly testing what" on the first post of this topic.  I'm missing two spots still, but I did this early because there are many "eager beavers" who want to start

Offline Geekboy1011

  • The Oneironaut
  • Donator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2031
  • Rating: +119/-2
  • Dream that Awakening dream
    • View Profile
Re: Correlation Not Far From Testing Stage
« Reply #38 on: February 14, 2011, 12:29:18 am »
cant wait to start got a great idea in the works already now wahoo

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Correlation Not Far From Testing Stage
« Reply #39 on: February 14, 2011, 11:44:55 am »
Hehe, I get to use abs(
I bet I can make some hacks by splitting 2 byte tokens. Think about this... if I take the first byte of Str1, and then I concatenate that with another string, I can make hacked string tokens! Hehe, I can has fun?! Plus, I prefer working with bytes as opposed to tokens, anyway. I'll try to make some fun stuff with this !

Offline Hot_Dog

  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Correlation Not Far From Testing Stage
« Reply #40 on: February 14, 2011, 01:12:25 pm »
* The Universe Explodes *

Okay, who divided by zero?
Okay, who found a real solution to a^3 + b^3 = c^3?
Okay, who tried to fool around with abs( ?
« Last Edit: February 14, 2011, 01:14:53 pm by Hot_Dog »

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Correlation Not Far From Testing Stage
« Reply #41 on: February 14, 2011, 01:16:29 pm »
You know, you could probably do something vaguely resembling Self modifying code with abs(, if you were so inclined.
« Last Edit: February 14, 2011, 01:17:11 pm by Qwerty.55 »
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Correlation Not Far From Testing Stage
« Reply #42 on: February 14, 2011, 04:21:20 pm »
Nah, I was just asking because just in case, for some weird reason, someone ran out of one byte tokens to use and had to resort to using two-byte :P
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline Raylin

  • Godslayer
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1392
  • Rating: +83/-25
  • I am a certifiable squirrel ninja.
    • View Profile
    • Ray M. Perry
Re: Correlation Not Far From Testing Stage
« Reply #43 on: February 14, 2011, 05:10:06 pm »
JESUS.

I thought I called dibs on something before.
Now, I got short straws. :c

Depressing.

I'll take what's left. 1 or whatever.
Bug me about my book.

Sarah: TI-83 Plus Silver Edition [OS 1.19]
Cassie: TI-86 [OS 1.XX]
Elizabeth: TI-81 [OS 1.XX]
Jehuty: TI-83 Plus Silver Edition [OS 1.19]
Tesla: CASIO Prizm







Offline yunhua98

  • You won't this read sentence right.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2718
  • Rating: +214/-12
  • Go take a dive in the River Lethe.
    • View Profile
Re: Correlation Not Far From Testing Stage
« Reply #44 on: February 14, 2011, 05:15:11 pm »
Can I test, or am I too late?
I've been knocked out with the flu for the past several days. ;)

Spoiler For =====My Projects=====:
Minor setback due to code messing up.  On hold for Contest.
<hr>
On hold for Contest.


Spoiler For ===Staff Memberships===:






Have you seen any good news-worthy programs/events?  If so, PM me with an article to be included in the next issue of CGPN!
The Game is only a demo, the code that allows one to win hasn't been done.
To paraphrase Oedipus, Hamlet, Lear, and all those guys, "I wish I had known this some time ago."
Signature Last Updated: 12/26/11
<hr>