Y
Hacker News
new
|
ask
|
show
|
jobs
by
hk__2
4269 days ago
Why make a Vim plugin instead of a standalone program since it’s read-only?
5 comments
cowsandmilk
4269 days ago
As a Vim plugin, you get a lot of features of Vim for free (e.g. search, familiar bindings). And the code is only 56 lines. A stand-alone program would likely have less features and be much longer.
link
daGrevis
4269 days ago
Not everything has to be useful or even sane. Especially on _Hacker_ News.
Edit: To clarify, I think this shows what hacking is all about. Playful cleverness and curiosity.
link
DougBTX
4269 days ago
Most of the functionality is in the xlrd library, think of this as just a frontend.
link
bcj
4269 days ago
It's possible they eventually plan adding write support using xlwt.
link
mattxxx
4269 days ago
because.... vim!
link