Pure-the-Language / Pure

An interpreter for C# based on Roslyn implemented in Net 8. This repository is now maintenance-only. It's recommended for new projects to use Pure 2.
https://pure-the-language.github.io/Pure/
MIT License
1 stars 1 forks source link

[Proposal] Purer: C# on the Web #19

Open chaojian-zhang opened 10 months ago

chaojian-zhang commented 10 months ago

Make a separate repo for this.

Reference: https://yangzhongke8.medium.com/without-blazor-webassembly-develop-a-web-site-that-compiles-and-runs-c-code-on-browser-c381873f6d03

It's "purer" because it doesn't even require an operating system.

chaojian-zhang commented 8 months ago

As a reminder, as highlighted on https://github.com/Pure-the-Language/Pure/blob/main/docs/MigrationGuide.md, we should never add any ASP.Net Core or large framework dependency like such in Pure repo itself. So yes, it would be developed as a separate repo on top of Pure or as a separate development if ever.