Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@magicMirror configuration sucks big time. I wrote some vim scripts for automating parenthesis for writing clojure. It was going good. After some time i copied some codes into the configuration and nothing works now. The code seems ok. Vim script is can be confusing alot unlike Emacs lisp which is readable and straightforward.
-
One of my finals required me to use VI. Professor said he would know if we didn't. I was a bit rusty and got stuck in VIM and ended up deleting my entire final when I was about 50% done. I had to restart, but I did everything in sublime. He never found out.
-
@tahnik I've been on the dark side too long. It's time I return to being Jedi Knight.
-
@jaaywags editors only matter for programmer. It's for our own sake to choose the editor we feel comfortable in.
-
QCat8368y@CSaratakij personally I gave up on multimode editors. I use 'ne' as a cli editor for everyday use. Less painful, cool learning curve. Lacks some extensibility but since I am coding a runtime for a generic byte code (aimed for lisp but well) I may add a real scripting interface to it
-
QCat8368y@theothergod I am not doing lisp, I am making lisp 😁 But Lisp is an easy language to parse and execute, with the only complicated point of variable arity of the procedures that is painful for a stack based VM
Related Rants
I'm done with Vim for good.
undefined
vim