Discover

Topics

C# Shell (Compiler REPL) Free

C# Shell (Compiler REPL) Free APK

C# Shell (Compiler REPL) Free APK

2.0 FreeOne Connection Media ⇣ Download APK (35.58 MB)

What's C# Shell (Compiler REPL) Free APK?

C# Shell (Compiler REPL) Free is a app for Android, It's developed by One Connection Media author.
First released on google play in 9 years ago and latest version released in 8 years ago.
This app has 0 download times on Google play and rated as 3.90 stars with 921 rated times.
This product is an app in Tools category. More infomartion of C# Shell (Compiler REPL) Free on google play
C#Shell is an offline C# compiler that lets you dynamically compile and execute C# code on your Android device.

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

Note: A high-end device 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