controversial programming languages take
@Felthry I'm one of the weirdos who wants people to start with lisp...
I think ruby is easier to get the hang of than python, and gives you a few more options.
although tbh, I'd prefer people learnt C as a first language than Java
controversial programming languages take
@lizardsquid Ew, not java as a first language, definitely not.
Lisp is a language I've heard good things about but never done anything with myself.
controversial programming languages take
@Felthry the thing that makes lisp relatively easy to learn - once you understand a function, everything builds on that. Unlike a procedural language, where you have to learn instructions and loops and functions and ...
controversial programming languages take
@lizardsquid If you want a functional language, though, why lisp as opposed to say Haskell?
controversial programming languages take
@Felthry I'd much prefer to teach people haskell! I just say lisp because I've had some really negative reactions (mostly from people who don't use haskell) when I've said "haskell is a good first language"
controversial programming languages take
@lizardsquid I have zero experience with either! Most of my coding is fairly low-level because I am an electrical engineer, not a computer engineer. I code DSPs and FPGAs and stuff.
controversial programming languages take
@Felthry neat!
if you're ever interested in learning haskell, I'm always happy to help if you get stuck!
controversial programming languages take
@lizardsquid It's very different, but it's easy to learn. Maybe lua would be better as a starting language? I've heard good things about Ruby's ease-of-learning too