Hacker News new | ask | show | jobs
Show HN: Script1 – a meta language that can be translated to JS/PY/Dart (github.com)
3 points by austin362667 1380 days ago
2 comments

ScriptOne is a source-to-source code transpiler in C.

s1 gives you the best developer experience for building any applications over a variety of script languages/platforms.

If you write code in script1, you may use s1 to translate your code into JavaScript for web, Python for machine learning, and Dart for mobile app.

It would be great if you include some sample code snippet of script1 in the readme
Can't Dart do both the mobile app and web on its own?
Of course it can.