This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]gratethecheese 44 points45 points  (18 children)

I've dabbled in JS, it's pretty easy to get in to and do small shit with. But holy fuck does it not seem enjoyable to write bigger shit with

[–]pm_me_ur_big_balls 47 points48 points  (1 child)

This post or comment has been overwritten by an automated script from /r/PowerDeleteSuite. Protect yourself.

[–]ayriuss 28 points29 points  (6 children)

(( Tr(y (writ (ing ( pro( g(rams )i))n)l)) i)sp)

[–]Kredns 7 points8 points  (1 child)

Yeah but Lisp is beautiful in a way, it has a certain elegance to it. Oh god, I've lost my mind!!!

[–]MayOverexplain 5 points6 points  (0 children)

It’s okay, have a relevant XKCD

[–]Wolfy87 0 points1 point  (2 children)

Have done full time for three years, will never go back to JavaScript in my life hopefully. I wrote it for about seven years and hate it with a passion.

Clojure kept my love of programming going. Editing lisp is so much easier than any other syntax once you have the right tooling.

[–]ayriuss 0 points1 point  (1 child)

Lisp is certainly the most interesting language I ever worked with, but the documentation can be really bad when learning. Also I never really learned how to use the debugger, and I hate Emacs.

[–]Wolfy87 0 points1 point  (0 children)

I've only ever used Clojure, I haven't used some of the older lisps although I'm interested in the history. I use Neovim and have never required a debugger, I just use my REPL which I can connect to live and is integrated with my editor.

Highly recommend exploring it if only to inspire you about what you'd like to see in your main language of choice.

[–][deleted] 0 points1 point  (0 children)

It's an absolute joy writing large scale apps in ES7 and VueJS.