Author Topic: C# for the nspire  (Read 10890 times)

0 Members and 1 Guest are viewing this topic.

Offline Juju

  • Incredibly sexy mare
  • Coder Of Tomorrow
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 5730
  • Rating: +500/-19
  • Weird programmer
    • View Profile
    • juju2143's shed
Re: C# for the nspire
« Reply #30 on: September 14, 2010, 07:05:26 pm »
Well, the resulting .exe's are so well integrated in Windows you can mistake them for actual binaries. .NET is interpreted because you can run the same binary on all OSes with mono, much like Java. But sometimes, some executables uses Windows .dll's so you can't run it in mono.

Remember the day the walrus started to fly...

I finally cleared my sig after 4 years you're happy now?
THEGAME
This signature is ridiculously large you've been warned.

The cute mare that used to be in my avatar is Yuki Kagayaki, you can follow her on Facebook and Tumblr.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: C# for the nspire
« Reply #31 on: September 14, 2010, 10:49:45 pm »
Is mono something like Wine? I remember certain programs like RPG Maker VX database editor would not work in it.

Offline Juju

  • Incredibly sexy mare
  • Coder Of Tomorrow
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 5730
  • Rating: +500/-19
  • Weird programmer
    • View Profile
    • juju2143's shed
Re: C# for the nspire
« Reply #32 on: September 14, 2010, 11:50:11 pm »
No, Wine emulates the whole Windows while Mono is only the open source version of .NET Framework.

Remember the day the walrus started to fly...

I finally cleared my sig after 4 years you're happy now?
THEGAME
This signature is ridiculously large you've been warned.

The cute mare that used to be in my avatar is Yuki Kagayaki, you can follow her on Facebook and Tumblr.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: C# for the nspire
« Reply #33 on: September 15, 2010, 12:26:15 am »
Ah ok thanks for the info :)

Offline bwang

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 634
  • Rating: +30/-11
    • View Profile
Re: C# for the nspire
« Reply #34 on: September 15, 2010, 12:41:03 am »
Wine Is Not an Emulator.
Just had to point that out :D

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: C# for the nspire
« Reply #35 on: September 15, 2010, 12:50:00 am »
What is it, then? X.x

Offline bwang

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 634
  • Rating: +30/-11
    • View Profile
Re: C# for the nspire
« Reply #36 on: September 15, 2010, 02:33:19 am »
It's a compatibility layer that tricks Windows programs into thinking they are on Windows - a re-implementation of the Windows API, essentially.

Offline Netham45

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2103
  • Rating: +213/-4
  • *explodes*
    • View Profile
Re: C# for the nspire
« Reply #37 on: September 15, 2010, 02:50:54 am »
Wine is more of a plug that converts a north american outlet into a european outlet. The european device thinks it's on a european outlet, when it's actually on a north american one.


Does that make any sense? My mind is shutting off for the day.
Omnimaga Admin

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: C# for the nspire
« Reply #38 on: September 15, 2010, 02:54:05 am »
Ah ok I see, thanks for the clarification :)

Offline Lionel Debroux

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2135
  • Rating: +290/-45
    • View Profile
    • TI-Chess Team
Re: C# for the nspire
« Reply #39 on: September 15, 2010, 08:31:50 am »
Quote
Mono is only the open source version of .NET Framework.
Well, technically speaking, there's no open source version of the .NET framework ;)
Mono is a reimplementation of the .NET Virtual Machine and of many classes that form the C#/VB.Net/whatever CLI-based language.

I don't know whether Mozilla contributors have fixed the causes of the fact that Windows Firefox running under Wine under Linux is faster than Linux Firefox on Linux. It's not a matter of the compiler used for compiling the respective versions, it's a testimony to the lesser optimization of Firefox on non-Windows (because 1) the Linux memory management is better than Windows' and 2) the Wine infrastructure adds a bit of weight on top of Linux, too).
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: C# for the nspire
« Reply #40 on: September 15, 2010, 02:42:14 pm »
O_O

I leave this topic for a while, and ow I dont understand what is going on... 0x5

Offline Jonius7

  • python! Lua!
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1918
  • Rating: +82/-18
  • Still bringing new dimensions to the TI-nspire...
    • View Profile
    • TI Stadium
Re: C# for the nspire
« Reply #41 on: October 06, 2010, 03:30:32 am »
i just came back to it, i think they're moving into the details of .net framework or something, qazz 42. so now it's more like .NET framework for the nspire, not just C#. btw any progress? im confused also.
« Last Edit: October 06, 2010, 03:34:35 am by jhgenius01 »
Programmed some CASIO Basic in the past
DJ Omnimaga Music Discographist ;)
DJ Omnimaga Discography
My Own Music!
My Released Projects (Updated 2015/05/08)
TI-nspire BASIC
TI-nspire Hold 'em
Health Bar
Scissors Paper Rock
TI-nspire Lua
Numstrat
TI-nspire Hold 'em Lua
Transport Chooser
Secret Project (at v0.08.2 - 2015/05/08)
Spoiler For Extra To-Be-Sorted Clutter:

Spoiler For Relegated Projects:
TI-nspire BASIC
Battle of 16s (stalled) | sTIck RPG (stalled) | Monopoly (stalled) | Cosmic Legions (stalled)
Axe Parser
Doodle God (stalled while I go and learn some Axe)

Offline qazz42

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1130
  • Rating: +30/-12
  • hiiiiiiiii
    • View Profile
Re: C# for the nspire
« Reply #42 on: October 06, 2010, 02:52:45 pm »
ah, ok, I get it

anywho, Nah, this is more about if it is possible, there is no physical work done YET