Re: VB language extensions wishlist
- From: Robert Conley <robertsconley@xxxxxxxxx>
- Date: Mon, 18 Feb 2008 10:08:47 -0800 (PST)
On Feb 17, 8:43 am, "Schmidt" <s...@xxxxxxxxx> wrote:
Would appreciate it, if we could end up with a true, machine-
code-emitting compiler, able to link BreakPoints to
Basic-Code.
FreeBASIC is moving to using the backend the GCC compiler which is
somewhat language neutral. So FreeBASIC doesn't emit C++ code but
rather whatever intermediate codes/files needed by the GCC backend.
It has a downside in that "new" side of FreeBASIC reflects the
capabilities and limitations of the backend. For example the new
FreeBASIC doesn't have GOSUB RETURN. FreeBASIC preserve QuickBASIC
compatibility via a flag -lang qb and you get the ability to use
GOSUB..RETURN but not the new stuff. I advice checking out the forums.
The thing with the MONO runtime is that it may be easier to adapt that
to COM than with the GCC Backend. While .NET isn't backwards
compatible it not that different than how COM does things. Plus using
the MONO runtime will allow the option to ignore the limitations of
COM if a programmers decides to do so.
.
- Follow-Ups:
- Re: VB language extensions wishlist
- From: Schmidt
- Re: VB language extensions wishlist
- References:
- VB language extensions wishlist
- From: Pavel Minaev
- Re: VB language extensions wishlist
- From: Ulrich Korndoerfer
- Re: VB language extensions wishlist
- From: Steve Gerrard
- Re: VB language extensions wishlist
- From: Schmidt
- Re: VB language extensions wishlist
- From: Pavel Minaev
- Re: VB language extensions wishlist
- From: Schmidt
- VB language extensions wishlist
- Prev by Date: Re: How to tell where the selected line is on a listbox
- Next by Date: Re: Skinning apps
- Previous by thread: Re: VB language extensions wishlist
- Next by thread: Re: VB language extensions wishlist
- Index(es):
Relevant Pages
|