C# To Go (v. 1.2) Разработано Greg Shackles |
Do you love C# so much that you wish you could use it all the time? With C# To Go you'll have a mini C# compiler in your pocket, always ready to go. Impress your friends with some LINQ statements. Eyeing someone at the bar? Win them over with your ninja-like knowledge of the .NET framework ("Is that a C# compiler in your pocket or are you just happy to see me?"). Get creative!
C# To Go provides very basic code completion support whenever you type in the "." key. Import the namespaces you want through the menu and start entering some code. Declared variables are available for the lifetime of that session. The compiler exposed by C# To Go mostly lines up with that of Silverlight. Any errors and warnings encountered are displayed after code is executed, along with any output captured from Console.Out. You can tap on any code after it runs to copy it back to the input box. Pressing and holding on any error or warning message will allow you to copy the text or search the internet for help.
|
[2012-02-03] rOBOTbOB: Problems Only supports console output...but not console INPUT! Almost defeats the purpose. Also, it would be cool if we could save our code. And the "double-press Enter to run" doesn't seem to work with the Hacker's Keyboard app. |
|
[2012-01-20] Omar: Code anytime!!! Excellent C# REPL based on Mono's C# compiler service. Thanks to LINQ C# is actually a reasonable choice for writing quick programs on your phone. You currently cannot define new classes but (1) Mono's REPL does allow so I wouldn't be surprised if C# To Go got the capability in an update, (2) if you just want to define functions you can, even recursive ones (for example, "Func<int,int> f; f = n => n==0 ? 1 : n*f(n-1);"). Finally, note that the app does have multiline input now! |
|
[2012-01-13] Techdread: Genius Wish I had paid attention to this great application before. tried to evaluate some LINQ and it worked perfectly. I like how it uses the LISP paradigm of writing code, makes it usable on a phone. |
|
[2012-01-12] Varshard: great and convenient app now I can solve some problem easily, but the content assist function doesn't work or maybe too slow for me |
|
[2011-12-26] nagesha: Good one thanks,but it only line compiler ......nt bad |
|
[2011-11-24] csleech: Almost Awesome This is a sweet little ape if it added two things. Multi–line functions so I can write code on the go and ability to save the code for reuse. |
|
[2011-11-16] Dan: Excellent Very cool little app |
|
[2011-11-04] Jeremi: Too simple Only a single line of code:-( |
|
[2011-10-23] Wayne: Cool!!! It totally works save would make it a 5. for (int i = 0; i < 10; i++){Console.WriteLine(i);} |
|
[2011-09-13] Jeremy: Works I agree with the multi line function... also being able to actually run the code would be awesome! |
|
[2011-09-03] Abdullah: Great.. but it lacks basic features. Like multi line (I know its not necessary, but gives a better overview) also a save function! Maybe let it compile a file |
|
[2011-08-26] nret: Want multiple lines? That's what ; is for, code is ; terminated not newline terminated, we arn't in python here. |
|
[2011-08-25] compustic: Like it...would love it if i have multiply lines instead of single line per execution. |
|
[2011-08-01] modosansreves: wonderful, but... ... please make an option "execute after double enter" This is really a tiny fix, yet very!!! important. |
|
[2011-07-29] rob: This is what I've been looking for... but need multiline as its a bit limited! Also need to sort the closing, as app gets destroyed at prematurely! |
|
[2011-07-26] michyprima: Nice but... we need at least multiline text box. please. |
|
[2011-07-22] Roy: great, love it |
|
[2011-07-21] kullapat: only 1 line??? or i dunno how to use it. |
|
[2011-07-21] Cuneyt: I like it |
|
[2011-07-19] SentientPC: Awesome! Thanks! |
|
|