C# fits the bill but you will need the CLR to run underneath that platform
as C# cannot work without it, so in essence you would really be creating
another .NET language. C# has support for concurrency and all the fun stuff
you will need. Performance will be an issue though as your new language will
have to call into C# and then call into the CLR. You can side - step these
issues if you build a .NET compliant language.
regards
--
-----------
Got TidBits?
Get it here:
www.networkip.net/tidbits
"pvp" <(E-Mail Removed)> wrote in message
news:0b1501c3aac6$e90e4960$(E-Mail Removed)...
> ... for implementing another, new, computer language that
> needs to have a concurrent runtime. IOW, I am creating a
> new language that needs runtime that supports multi-
> tasking. The language will need to schedule existing
> applications such as MS Office.
>
> Thanks.
>