SMALL! You can compile and execute C code everywhere, for example on rescue disks (about 100KB for x86 TCC executable, including C preprocessor, C compiler, assembler and linker). FAST! tcc generates x86 code. No byte code overhead. Compile, assembl
Pro Objective-C The Objective-C programming language continues to grow in popularity and usage because of the power and ease-of-use of the language itself, along with the numerous features that continue to be added to the platform. If you have a bas
dynamic 可在反射、json反序列化时使用、已达到减少代码量的效果。看代码
using System;
namespace ConsoleApp2
{
class Program
{
static void Main(string[] args)
{
System.Type t = typeof(Person);
var obj = Activator.CreateInstance(t, null);
t.InvokeMembe