Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runtime targets? #1

Open
iamcarbon opened this issue Jan 22, 2017 · 1 comment
Open

Runtime targets? #1

iamcarbon opened this issue Jan 22, 2017 · 1 comment
Labels

Comments

@iamcarbon
Copy link

Have you given any thought to having this language be higher level and compile down to multiple runtimes (i.e. clr / webassembly/ llvm).

Also, curious what language you plan to start with to bootstrap things?

Looking forward to seeing this projects progress!

@xoofx
Copy link
Member

xoofx commented Jan 29, 2017

Sorry, completely missed the notification for this question.

Have you given any thought to having this language be higher level and compile down to multiple runtimes (i.e. clr / webassembly/ llvm).

The primary target is LLVM. Webassembly should be hopefully supported without too much trouble using Emscripten. For the CLR, that would not be really interesting, because it would have to work a bit like Emscripten: generating IL code that would contain the whole runtime of Stark - gc + handling of stark objects...etc. and allocate big chunk of unmanaged memory to represent the Stark runtime layout, without using a single managed object/Framework from .NET (meaning almost zero interop scenario with the .NET world). Like Emscripten that is in a different category, because its final purpose is to allow your program to run inside a browser (note: it is not really meant to expose your program as a library), while for .NET, there is nothing like this...

Also, curious what language you plan to start with to bootstrap things?

C#

Looking forward to seeing this projects progress!

👍

@xoofx xoofx added the question label Jan 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants