Originally published at deepu.tech.
In this multi-part series, I aim to demystify the concepts behind memory management and take a deeper look at ...
For further actions, you may consider blocking this person and/or reporting abuse
Hello Deepu K Sasidharan, thank you for the great article!
I would like to ask you for permission to translate this article into Korean and publish it on a company run blog (ui.toast.com/weekly-pick/ko/). I will quote the original source and in no way use it to gain any monetary value.
Please let me know what you think, and hope you have a great day :)
No worries. Feel free to translate it. It's fine as long as you provide proper attribution. Please attribute the original source at deepu.tech
Let me know when you publish and I'll tweet it as well
Thank you for your reply. 🙏
I really appreciate your permission to translate your articles.
Here is the translated article, and if you have a problem, please comment.
I hope you have a great day!
Cool. Looks fine
Does deno actually run typescript? I keep seeing that it uses a "typescript runtime". Does that mean it can run typescript without transpiled to Javascript?
Technically it still uses V8 which runs JavaScript and hence internally it still transpiles into JS, but it's in the background and hence user doesn't have to worry about it. It like Python or Ruby which still gets interpreted into C before being executed.
Great article man!
Thanks man
Love reading this
Thank you
This is really a great write up Deepu. Thank you.
Thank you. Glad you liked it