freebasic / fbc

FreeBASIC is a completely free, open-source, multi-platform BASIC compiler, with syntax similar to MS-QuickBASIC, that adds new features such as pointers, object orientation, unsigned data types, inline assembly, and many others.
https://www.freebasic.net
905 stars 139 forks source link

Golang and FreeBasic #391

Closed verholom closed 2 years ago

verholom commented 2 years ago

I propose to consider adding golang-backend in FreeBasic. The main advantage, it seems to me, is the scheduler and goroutines. The addition of such functionality, it seems to me, would be beneficial FreeBasic

jayrm commented 2 years ago

Thank-you for the proposition. There are no plans to add new backends to fbc compiler at this time, sorry. Closing this issue.

It is probably a misconception that a different backend would auto-magically give new features and capabilities to the fb user. This is not the case. The backends currently used are only intended to utilize the backend's capabilities on the lowest level possible with any features or constructs fully implemented in the front end.