Ask HN: What are the nice feature you need in a programming language?
(ycombinator.com)
I'm developing a programming language, the keywords and features mostly based on Swift 5 but some additional features like, <p>1. async function will be called from no async function but no async/await keyword. If you want to block main thread then block_main() function will be used. block_main() /* operations */ unblock_main()<p>2. protocol can inherit another protocol(s) & protocol can confirm a class like swift.<p>3. no `let`. only `var`. compiler can optimize further.<p>4.
I'm developing a programming language, the keywords and features mostly based on Swift 5 but some additional features like, <p>1. async function will be called from no async function but no async/await keyword. If you want to block main thread then block_main() function will be used. block_main() /* operations */ unblock_main()<p>2. protocol can inherit another protocol(s) & protocol can confirm a class like swift.<p>3. no `let`. only `var`. compiler can optimize further.<p>4.