Re: What editor do you use?
Posted: Wed Oct 05, 2022 7:30 am
I remember also using sublime in the past to learn some html.
The Place to Start for Operating System Developers
https://f.osdev.org/
I don't think elisp (Emacs Lisp) is very functional. It's commonly called "a bad Lisp," which, if I understand right, means it's more procedural than functional. Besides, Emacs is designed to be so customizable that I found I hardly needed to write any code when I used it. I spent more effort on learning the bindings for its internal multi-window system than on any configuration, I think. I guess I shouldn't be too certain about it since it's 20 years since I used it. Once I'd grasped some basics, I even found it fairly easy to read code despite all the parentheses. It's probably easier still now with modern highlighting schemes.nexos wrote:Good question. TBH, it's solely time constraints. Time I can spend on programming is at a premium, I don't want to learn a new editor and take a lot of time on it. I mean, I know the basics of Emacs, but I have settings changes I need in order to use it but don't want to learn a new language (Emacs Lisp), especially when I've never typed a line of FP code in my life.nullplan wrote:What's stopping you?
But I am going to switch eventually.
I tried reading its website, but couldn't finish it since my eyes started to water. Is it satire or earnest?linguofreak wrote:I discovered vigor a while a back and have been greatly impressed:
All of the graphical, point and click usability of vi, and it's just as free of EULAs and annoying paperclips as Word 97.
Poe's Law in perfection.nullplan wrote:I tried reading its website, but couldn't finish it since my eyes started to water. Is it satire or earnest?linguofreak wrote:I discovered vigor a while a back and have been greatly impressed:
All of the graphical, point and click usability of vi, and it's just as free of EULAs and annoying paperclips as Word 97.
vigor is a work of satire. My statement about vigor was just going along with the joke (so not satire per se, but very definitely humor).nullplan wrote:I tried reading its website, but couldn't finish it since my eyes started to water. Is it satire or earnest?linguofreak wrote:I discovered vigor a while a back and have been greatly impressed:
All of the graphical, point and click usability of vi, and it's just as free of EULAs and annoying paperclips as Word 97.
My favorite phrasing of Poe's law:Solar wrote:Poe's Law in perfection.
CLion user checking in. I got a full professional sub to the JetBrains suite from work and I like having the same IDE for almost everything I have to do (Rider for Unity, DataGrip for SQL, PyCharm for Python, CLion obviously). I also think it sits in a good mid-point for functionality and performance, not as heavy as Visual Studio, more user friendly than Eclipse and with more code analysis features than VSCode. It also has good Git integration which is important to me.Cyao wrote:Noone is using CLion here?
CLion is quite nice when I have everything configured autocomplete, templates, error checking and more. The only problem is that it doesn't have a good makefile support, it works but sometimes don't see new files as a source file while using wildcards, so need to reload the project.
I would like to switch to/learn vim one day, but don't have the time for it atm, have a lot of school stuff.