Author Topic: yaCAS - xCAS for nspire blue  (Read 16393 times)

0 Members and 1 Guest are viewing this topic.

Offline kyllopardiun

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 178
  • Rating: +14/-4
  • Kyllopardiun over 2000 results in google.
    • View Profile
    • Kyllo's blog (a blog about poetry, videos and computing)
yaCAS - xCAS for nspire blue
« on: August 30, 2010, 07:42:11 pm »
i was just wondering, how hard is to re-code

http://yacas.sourceforge.net/ or

http://sourceforge.net/projects/xcas/

to N-Spire (non CAS obviously)

Because I heard, so much people trying to hack it, (with some lucky in 1.1 but not in newer versions)
And it would be a great help for those whom want CAS in their calculator.

PS: that is some work done in this area, as you can see:
miniCAS,
Constants and Unit Conversion,
Systems of Equations and Equations of 2nd Degree,
Nspire symbolic library
That's a lot of work already done, but, sure it still missing a lot of stuff,
and they probably can be found in a open source CAS.
and implement it there.

I feel bad, about asking you all for someone go for it,
without myself being able to do it, but the first guy who came with a full CAS for the nspire nonCAS will be like our GOD,
seriously, everyone will love what he done like everyone still loving what calc84maniac done, even without trying the TI 89 emulator in the nspire ...

but, please, post and share every beta for don't lose your work as he did.

Offline apcalc

  • The Game
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1393
  • Rating: +120/-2
  • VGhlIEdhbWUh (Base 64 :))
    • View Profile
Re: yaCAS - xCAS for nspire blue
« Reply #1 on: August 30, 2010, 07:48:07 pm »
Well, I looked at the code, and it seems to be in C/C++, so I guess it would be possible, like many other free, open source CASs.

I have thought about porting a CAS to the Nspire myself, but, personally, I think it would be more worthwhile to write a TI-89/HP 49 Series Emulator for the Nspire, as that would not only give us CAS functions, but also the ability to run the programs compatible with those calculators.

I have several major projects that I am working on now, and I am not in the position to start another project right now.  I am confident that we will eventunally see a CAS program for the Nspire. :)


Offline bwang

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 634
  • Rating: +30/-11
    • View Profile
Re: yaCAS - xCAS for nspire blue
« Reply #2 on: August 30, 2010, 07:48:50 pm »
Hard. We have neither a stdlib nor a program loader, making porting anything nearly impossible.

Offline qazz42

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1130
  • Rating: +30/-12
  • hiiiiiiiii
    • View Profile
Re: yaCAS - xCAS for nspire blue
« Reply #3 on: August 30, 2010, 07:56:04 pm »
not yet, wait for ndless 2.0

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: yaCAS - xCAS for nspire blue
« Reply #4 on: August 31, 2010, 04:00:07 am »
For now there is mCAS, found on TI-BANK website, but it's in French and I think some operations are extremly slow, since it's written in TI-BASIC.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline qazz42

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1130
  • Rating: +30/-12
  • hiiiiiiiii
    • View Profile
Re: yaCAS - xCAS for nspire blue
« Reply #5 on: August 31, 2010, 09:10:33 am »
hmm, I never heard of that, can I have a link?

Offline Lionel Debroux

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2135
  • Rating: +290/-45
    • View Profile
    • TI-Chess Team
Re: yaCAS - xCAS for nspire blue
« Reply #6 on: August 31, 2010, 09:18:49 am »
Even with the next version of Ndless, it wouldn't be trivial to port another CAS, and it would be much harder (a thorough, time-consuming reverse-engineering effort) to integrate it to the rest of the calculator.

qazz42: http://ti.bank.free.fr/index.php?mod=archives&ac=voir&id=1884
« Last Edit: August 31, 2010, 09:20:55 am by Lionel Debroux »
Member of the TI-Chess Team.
Co-maintainer of GCC4TI (GCC4TI online documentation), TILP and TIEmu.
Co-admin of TI-Planet.

Offline qazz42

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1130
  • Rating: +30/-12
  • hiiiiiiiii
    • View Profile
Re: yaCAS - xCAS for nspire blue
« Reply #7 on: August 31, 2010, 09:23:00 am »
feh, if we get runOS out in the open, it will be trivial :P


and thanks Debroux (Lionel?)

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: yaCAS - xCAS for nspire blue
« Reply #8 on: August 31, 2010, 11:43:50 am »
Well, if we port one, it won't work with the regular TI-OS until we get the keys, then we could write our own.

Offline bwang

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 634
  • Rating: +30/-11
    • View Profile
Re: yaCAS - xCAS for nspire blue
« Reply #9 on: August 31, 2010, 12:00:32 pm »
Eigenmath is a good candidate for porting.

Offline kyllopardiun

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 178
  • Rating: +14/-4
  • Kyllopardiun over 2000 results in google.
    • View Profile
    • Kyllo's blog (a blog about poetry, videos and computing)
Re: yaCAS - xCAS for nspire blue
« Reply #10 on: August 31, 2010, 12:13:43 pm »
Well, for me an emulator would be even more great than only CAS, but I am saying about port CAS,
because I think it would be much easier than write a complete emulator of another calc.

For people who don't know about the libs that I told which are out there:
Constants and Unit Conversion
Systems of Equations and Equations of 2nd Degree
Chemestry Lib
Nspire symbolic library

somethings are common in many of these libs,
others not..

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: yaCAS - xCAS for nspire blue
« Reply #11 on: August 31, 2010, 04:14:35 pm »
feh, if we get runOS out in the open, it will be trivial :P
And illegal
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline kyllopardiun

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 178
  • Rating: +14/-4
  • Kyllopardiun over 2000 results in google.
    • View Profile
    • Kyllo's blog (a blog about poetry, videos and computing)
Re: yaCAS - xCAS for nspire blue
« Reply #12 on: August 31, 2010, 04:31:24 pm »
feh, if we get runOS out in the open, it will be trivial :P
And illegal

I know some people may care about legal stuff, but, as far as I know
if you release it as torrent or another form which isn't hosted by a website (in sites s TI will get links down quickly) everyone who doesn't care about this legal issues will be very happy, and won't care also because TI, more likely won't be able to find out who is using it in the calculator or not.

So, it's a great thing if it gets released, but still hard to do something like that. I mean harder than just porting CAS.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: yaCAS - xCAS for nspire blue
« Reply #13 on: August 31, 2010, 04:35:42 pm »
Yeah true. The thing is that we wouldn 't be allowed to post links to the torrent itself nor the tracker. People who want to download it would need to search by their own means.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

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: yaCAS - xCAS for nspire blue
« Reply #14 on: August 31, 2010, 05:40:58 pm »
couldn't you use the 84 emu and Cabamap?

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>