An important facet I constantly find myself evaluating is: "can it be compiled to run in a browser?", Meaning, whether it can be compiled to JS or WASM.
Plus:
- does it have meta-programming/reflection abilities?
- does it have proper support in a modern IDE/editor?
Comments
An important facet I constantly find myself evaluating is: "can it be compiled to run in a browser?", Meaning, whether it can be compiled to JS or WASM.
Plus:
- does it have meta-programming/reflection abilities?
- does it have proper support in a modern IDE/editor?
- ...