evhub / coconut

Simple, elegant, Pythonic functional programming.
http://coconut-lang.org
Apache License 2.0
4.06k stars 120 forks source link

Code Formatter and Linter Support #539

Open zhenyulin opened 4 years ago

zhenyulin commented 4 years ago

Currently, code highlighter in Sublime Text has been available, but code formatter (black) and linter (flake8) are not compatible with coconut, as it introduces new syntax

rtbs-dev commented 3 years ago

I wish I knew how to help with this! If there are any crash-course places to learn how to contribute on this front, this is a big reason I keep getting pulled back to python when I would much rather be writing coconut!

Similarly for #537 , I use emacs with the new/nicer pyright lsp. No idea how to start but will help if I can.