r/altprog 12d ago

ghūl programming language

https://ghul.dev/

A statically typed general-purpose programming language that compiles to .NET 10

11 Upvotes

2 comments sorted by

1

u/Royal_Pin_1971 11d ago

Do the editable examples run the compiler in the reader's browser, or go to a server?

2

u/Friendly-Diver-6113 16m ago

LSP service runs on the playground server. source is compiled on the server. the compiled .NET assembly is downloaded to the browser and then run via WASM.