Disclaimer: The opinions expressed by our writers are their own and do not represent the views of U.Today. The financial and market information provided on U.Today is intended for informational purposes only. U.Today is not liable for any financial losses incurred while trading cryptocurrencies. Conduct your own research by contacting financial experts before making any investment decisions. We believe that all content is accurate as of the date of publication, but certain offers mentioned may no longer be available.
Cardano founder Charles Hoskinson has shared "the first-ever Untyped Plutus Core Program entirely generated and serialized using only Typescript." This new milestone might imply that developers might be able to write smart contracts on Cardano using TypeScript in the near future.
Pretty cool https://t.co/t7gUPSpJlf
— Charles Hoskinson (@IOHK_Charles) July 25, 2022
TypeScript is a programming language created and maintained by Microsoft that is based on JavaScript. It is a rigorous superset of JavaScript in terms of syntax and gives the language optional static typing. It is made for the creation of large apps as it claims to provide better tooling at any scale.
It means that one day developers will be able to write smart contracts on Cardano using Typescript.
— Michele | Harmonic (@MicheleHarmonic) July 25, 2022Advertisement
The Cardano blockchain was built using the Haskell functional programming language. Plutus, Cardano's programming language for smart contracts, and Marlowe, Cardano's domain-specific language for financial smart contracts, are both based on Haskell. Both off-chain and on-chain codes for Cardano are also written in Haskell.
Haskell is not the best-known programming language, though; that distinction belongs to Python and Java. Cardano justifies its decision to use Haskell by pointing out that it is ideal to write code that is robust and correct, especially when combined with formal methods.
Project proposal still in early stages
According to Michele Harmonic, the Plu-ts project aims to allow smart contracts and transaction creation using only TypeScript, enabling developers to create decentralized apps while maintaining the benefits of Cardano smart contracts.
He explains that right now, only the Haskell programming language is used to generate smart contracts, which limits their potential for use in situations where they must be created instantly. The proposed Plu-ts would allow developers to write Cardano-related, on-chain and off-chain code entirely in TypeScript. Without the requirement for a server, it would be feasible to create smart contracts depending on user inputs.
However, whether Cardano will relinquish its proclaimed Haskell programming language for TypeScript remains unknown.