Converting Coblock to Typescript/Python

Is there a way to automatically translate Coblock codes into Typescript/Python script? I am asking because I could use some advanced functions in Typescript/Python, but don’t want to go over the trouble of learning and writing every Cospace function from scratch. If I can convert and export Coblock codes as Typescript/Python script, I might just be able to edit based on the exported script.
Or alternatively, it would be also nice if I can use Typescript/Python as a complementary script only in the section where it is needed, while letting Coblock handling majority of the task.

1 Like

Hi @albright_ai,

You can have both CoBlocks and Typescript/Python scripts in your CoSpace.

There’s no automatic translation currently.

Hope that helps!

Geoff @ TechLeap

I see. Thanks for your reply!