Other language's code integration in Solidity or serpent

dissoudissou Member Posts: 3
edited February 2017 in Solidity
Hello,
Is there any way to integrate another language code within solidity or serpent or to make a call for another compiler (such as in BASH or R).
Thank you

Answers

  • o0ragman0oo0ragman0o Member, Moderator Posts: 1,291 mod
    No. Solidity compiles EVM bytecode and the EVM has no awareness of anything outside itself. EVM bytecode can be linked however and so, theoretically, output from other languages compiling to EVM bytecode can be used also.
Sign In or Register to comment.