Cory Smith
Cory Smith
I have to agree with @VBAndCs here. If, as in the example provided, it is possible to cast the enumerated result into the resulting type within the loop... specifying that...
I was going to write a long reply... decided against it. I'll just make it clear that I'm very interested and *ACTIVE* with regards to VB being cross-platform. ;-) I'm...
Just a quick note for those that may be interested... please check out https://github.com/DualBrain/Community.VisualBasic regarding the subject of a cross-platform VB runtime.
I'm experimenting with a project right now which is a (sort of) forked version of the VisualBasic runtime. I'm frustrated by the fact that I have "full access" to the...
I see two approaches to this. One, as you say, have a new .NET Runtime that targets IoT devices and add support for the VB runtime to optionally be utilized...
In other words, I'd like to see a model between VB.NET and B4R (or something similar) where we could share more code between the two platforms... in the end, I...
I think a lot of this work might have already been done... does anyone remember the Netduino (https://www.wildernesslabs.co/Netduino)? Let's not forget about "SPOT". By the way, anyone looking for some...
@josesimoes What class libraries would be needed?
It is my guess that all that would be *needed* is the work that was done initially in .NET Core 2.0 called **VB.Core**; I wonder if that could be leveraged...
> It's probably missing some of the new stuff we've been adding to the C# mscorlib but, nevertheless, functional. Are you referring to a custom mscorlib? If so, where could...