Jump to content

native C# program?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
11 replies to this topic

#1
danieltm64

danieltm64

    Newbie

  • Members
  • PipPip
  • 10 posts
Is C# only for developing .net programs or can it be used to develop a native program?

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
As far as I know, C# is strictly a .NET language.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,717 posts
I think this is what you might need.
http://projects.prab...CookieSupport=1

There are operating systems written in C#, so I would imagine that there exists a native compiler. Somewhere.
sudo rm -rf /

#4
danieltm64

danieltm64

    Newbie

  • Members
  • PipPip
  • 10 posts
I went to the above URL but I'm getting a message saying that the page isn't redirecting properly.

#5
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,717 posts
Odd...works for me. Are you using Internet Explorer?
sudo rm -rf /

#6
danieltm64

danieltm64

    Newbie

  • Members
  • PipPip
  • 10 posts
No, Firefox.

#7
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,717 posts
Ok, I've attached a complete saved version of the webpage. The links to other parts of the site should still work.

Attached Files


sudo rm -rf /

#8
danieltm64

danieltm64

    Newbie

  • Members
  • PipPip
  • 10 posts
Thanks! It worked, I'll take a look.

#9
PGP_Protector

PGP_Protector

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 253 posts

dargueta said:

I think this is what you might need.
http://projects.prab...CookieSupport=1

There are operating systems written in C#, so I would imagine that there exists a native compiler. Somewhere.

danieltm64 said:

I went to the above URL but I'm getting a message saying that the page isn't redirecting properly.

Just drop the last bit & it works in firefox also

http://projects.prab.../compiler/wiki/

#10
danieltm64

danieltm64

    Newbie

  • Members
  • PipPip
  • 10 posts
@PGP_Protector
Confirmed.

#11
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,717 posts
After doing a bit of digging yesterday, I came across an article that said that the operating systems written in C# are actually compiled into bytecode that runs on top of a native virtual machine. I don't know if that's what you wanted to hear, but that's what I've read.
sudo rm -rf /

#12
Groogy

Groogy

    Programmer

  • Members
  • PipPipPipPip
  • 183 posts
Don't know if it's native, but I think parts of gnome is done in C# which is in linux. In other words, not .NET :P