|
It's be a long time and new technology could make this project invaluable. Did you know that Microthreading for C# does exist!
http://www.mono-project.com/Continuations
You DO NOT NEED the whole Mono framework just the Mono.Tasklets.dll and the C# script files from https://github.com/mono/mono-microthreads very easy and it gives you performance that is close to using raw threads.
Dynamic Language Runtime could be used to parse and compile Conscript to IL bytecode improving performance.
C# 4.0 has the Dynamic keyword which Conscript could use for dynamic types.
C# 4.0 also has some performance improvements in the compiler for optimizations and such.
This project seems dead.
|