Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - parisse

Pages: [1]
1
Calculator C / Re: lua native extension failure on 3.6
« on: June 16, 2014, 07:09:35 am »
Thanks to Adriweb and critor, the 0.1 version of Khicas (Khi like the greek letter, looks like the X of Xcas, pronounce it like kick-ass) for TI Nspire all models OS 3.6 is now available here:
http://www-fourier.ujf-grenoble.fr/~parisse/calc/khicas.zip
I'm now going to learn a little lua, I believe there is room to improve menus, online help, etc.

[Edit]: warning, running khicas during an exam where CAS calculators are banned is of course forbidden.

2
Calculator C / Re: lua native extension failure on 3.6
« on: June 15, 2014, 02:40:42 pm »
Also Parisse ? Any relation with Bernard Parisse the author of Xcas ?
Yes, it's me. The giac CAS kernel is already ported to the TI nspire, but it lacks a UI. I believe the easiest is to write the UI in lua, and Adriweb already wrote a lua script using the lua module that demonstrate it works, unfortunately only on OS 3.1, not 3.6. I hope it's easy to fix, otherwise I'll have to write a C(++) UI, probably based on nSDL, so that the code base can be shared with the web interface of giac (using emscripten to convert SDL to javascript). SDL could also enable embedded 2-d graphics in a CAS calculation screen.

3
Calculator C / lua native extension failure on 3.6
« on: June 15, 2014, 02:53:31 am »
The native lua extension example from ndless/_samples fails to load on OS 3.6. Any idea why and how to fix it? Thanks!

Pages: [1]