About the future #12657
jihaohaaaa
started this conversation in
General
About the future
#12657
Replies: 1 comment
-
|
Might it be AssemblyScript ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
An idea has been echoed in my mind for many years, that is, to release a language with the same syntax, but with script (dynamic) version and compiled (static) version. Until I met JavaScript and typescript, I thought such a language was finally born. But I found that typescript still needs to be compiled into JavaScript, so that there is no real typescript runtime
Maybe a new language will be born at some point in the future. It has two aspects: script as a glue language to bond the advantages of various languages (the speed of C / C + + and a wide variety of libraries of JavaScript), and static compilation as a non interpretative language with excellent performance (compiled into machine code or relying on a visual machine like JVM).
I hope it will be deno.
Beta Was this translation helpful? Give feedback.
All reactions