nhexirc / nhex

A next-generation IRC client inspired by HexChat
https://nhexirc.com
11 stars 1 forks source link

Scripting languages #8

Open edfletcher opened 5 months ago

edfletcher commented 5 months ago

Originally posted by @terrablue in https://github.com/nhexirc/client/discussions/1#discussioncomment-8908792

edfletcher commented 5 months ago

we mentioned bash-like/python/JS; I'd personally be also 100% content with just JS, but I think supporting different ones is attractive

Yep I'm of exactly the same mind: I want JS to be the first implemented and if that's all we end up getting to, then so be it. But ideally I'd love to have Python and Bash-like if possible... really ideally would be able to support pre-existing HexChat scripts without modification but that's a big stretch (and may dictate design decisions we're not happy with, so may not be a good idea after all)

PantelicGR commented 5 months ago

I would also like Nhex to be scriptable and to have Nhex Python Interface and Nhex Javascript Interface too. Just as HexChat does. That's why it really is powerful and it customizes the behavior of the app. I like Python very much and I have used it successfully in the past.