C# Shell (Compiler REPL) v1.7

C# Shell (Compiler REPL) v1.7

Rating: 8
C# Shell (Compiler REPL) v1.7


C#Shell is a C# compiler that lets you dynamically compile and execute C# code on your Android device.

NOTE: Only high end devices are supported, please don't download if you don't know what C# is.

Write programs on the go, test algorithms, explore the features of C# programming language or practice your C# skills.

Note: A high-end device running ICS is recommended for optimal performance.

The C#Shell compiler uses Mono Compiler Service.

Most of the .NET Base Class Library is available and you can use such features as LINQ and Task Parallel Library (TPL), function programming is recommended.

---IMPORTANT---
Methods must be declared as parts of classes or structs, meaning a you cannot compile a 'void Main()...' directly, either make it a part of an object, or use anonymous methods or functions.

e.g. Action myCoolMethod = new Action(()=>{ Console.WriteLine("Hello there!"); });

---Features---
• Full-featured C# 4.0 Compiler
• Draw graphics using CanvasUI
• Native Android API
• Load and execute compiled .NET assemblies (*.exe/*.dll) (cs.LoadAssembly)
• Console IO
• Support for saving / opening sessions.
• View object properties
• Visually construct methods
• IO support
• Network support
• Multi-threading support
• ARM , ARMv7 and x86 support.

C#Shell is actively developed, and more features will be added in the near future, we're taking requests too.
Contact us through our support site, as there is no way for me to respond to comments on Google Play.

Icon by Michael Crabtree

https://cshell.uservoice.com/
Add a comment