Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
simonw
5mo ago
0 comments
Share
The big advantage of a language like JavaScript of Python for a CLI tool of this nature is that they naturally support adding extensions or plugins.
That's quite a bit harder if your tool is built using a compiled language like Go.
0 comments
default
newest
oldest
forrestthewoods
5mo ago
Ehhhh. In either case you have to define a neat clean plugin API. Whether it loads a DLL/SO or just some scripts isn’t that huge of a difference.
j
/
k
navigate · click thread line to collapse