Author Topic: Java on the TI-Nspire?  (Read 30872 times)

0 Members and 1 Guest are viewing this topic.

Offline qazz42

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1130
  • Rating: +30/-12
  • hiiiiiiiii
    • View Profile
Re: Java on the TI-Nspire?
« Reply #45 on: January 20, 2011, 08:59:32 pm »
It should be.... I hope... please?

Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: Java on the TI-Nspire?
« Reply #46 on: January 20, 2011, 09:02:13 pm »
C++ would be great to have(at least for me)

*ruler wonders if he has no interpreter
« Last Edit: January 20, 2011, 09:02:25 pm by ruler501 »
I currently don't do much, but I am a developer for a game you should totally try out called AssaultCube Reloaded download here https://assaultcuber.codeplex.com/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y

Offline qazz42

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1130
  • Rating: +30/-12
  • hiiiiiiiii
    • View Profile
Re: Java on the TI-Nspire?
« Reply #47 on: January 20, 2011, 09:03:18 pm »
C is already possible for the nspire, isnt that enough? :P

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: Java on the TI-Nspire?
« Reply #48 on: January 20, 2011, 09:03:33 pm »
Note: we should probably keep this topic related to Java, though. Maybe have a new topic for other language ideas? (I think there was one already, actually).
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: Java on the TI-Nspire?
« Reply #49 on: January 20, 2011, 09:04:54 pm »
C is possible? How do you use it on the calc?
(Sorry if this is a stupid question)
I currently don't do much, but I am a developer for a game you should totally try out called AssaultCube Reloaded download here https://assaultcuber.codeplex.com/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y

Offline qazz42

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1130
  • Rating: +30/-12
  • hiiiiiiiii
    • View Profile
Re: Java on the TI-Nspire?
« Reply #50 on: January 20, 2011, 09:08:49 pm »
err, there is a topic for that... anyone have a link?

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: Java on the TI-Nspire?
« Reply #51 on: January 20, 2011, 09:09:28 pm »
You might want to check the C sub-forum on the forums as it has some info on how to get started with C programming for the TI-Nspire. Hopefully that helps.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline renatose

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 209
  • Rating: +4/-0
  • watch out the power balls
    • View Profile
Re: Java on the TI-Nspire?
« Reply #52 on: December 08, 2011, 02:20:10 pm »
I'm wondering if anyone is thinking about doing this...

Necropost! :P

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: Java on the TI-Nspire?
« Reply #53 on: December 08, 2011, 02:32:31 pm »
renatose, I don't think anyone wants to invest the time necessary to get it to work. Jazelle is a good start, but it's nowhere near a functioning JVM and most of the hard stuff would still have to be written.
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

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: Java on the TI-Nspire?
« Reply #54 on: December 08, 2011, 02:33:18 pm »
Couldn't something like Khavi be done for the Nspire or is Khavi specifically designed with SH3/4 processors in mind?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

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: Java on the TI-Nspire?
« Reply #55 on: December 08, 2011, 02:34:45 pm »
Khavi is specifically for SH3/SH4 processors, although there's no reason you couldn't do something like it for ARM. However, Jazelle would be slightly faster because it has hardware support for opcode interpretation, which Khavi has to do manually.
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline renatose

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 209
  • Rating: +4/-0
  • watch out the power balls
    • View Profile
Re: Java on the TI-Nspire?
« Reply #56 on: December 08, 2011, 02:34:49 pm »
ok... cuz it'd be great to have all the .jar apps for J2ME working on the nspire.

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: Java on the TI-Nspire?
« Reply #57 on: December 08, 2011, 02:36:49 pm »
Ah ok. Well it looks like it would be a lot of work definitively. just Khavi has been worked on for half a year, I think, and from the progress I saw (publicly), it didn't seem to be close to have reached a fully functional state yet.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)