First time here? Check out the FAQ!
1

Can Wing Pro be configured to support Coconut?

Coconut is a functional programming language that compiles to Python. It's fully compatible with Python ; meaning that Python code is also Coconut code.

wpCurious's avatar
61
wpCurious
asked 2020-03-18 17:52:56 -0500
Wingware Support's avatar
4k
Wingware Support
updated 2020-03-18 19:23:59 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Wing could be used as an editor for .coco files by setting the file type for .coco to python, though you'll probably want to turn code warnings off. For debugging, a build command could be set up to run coconut to translate the .coco files to .py files before debugging the .py file.

Wingware Support's avatar
4k
Wingware Support
answered 2020-03-19 10:27:01 -0500
edit flag offensive 0 remove flag delete link

Comments

Ah, ok. Thanks.

wpCurious's avatar wpCurious (2020-03-19 14:58:28 -0500) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer