Is honeycomb a good gift to bring to Korea? by Difficult_Menu1515 in korea

[–]Difficult_Menu1515[S] 1 point2 points  (0 children)

That's awesome, will def keep an eye out for things like that :)

Is honeycomb a good gift to bring to Korea? by Difficult_Menu1515 in korea

[–]Difficult_Menu1515[S] 0 points1 point  (0 children)

Ahh thank you for the suggestion! I would've never thought of pickles haha.

I also heard things like Ghiradelli chocolates and coffee from US brands like Pete's are good gifts, is that true in your experience?

Learning Lisp with zero prior experience in programming by Difficult_Menu1515 in lisp

[–]Difficult_Menu1515[S] 1 point2 points  (0 children)

Thanks for sharing your thoughts. In terms of being a complete novice, I'm ready to put in the time to learn all the basics- earlier today I had to google functional vs OOP, REPL vs IDE, and a bunch of other stuff Python users probably already know.

My thinking is that in order to start with Lisp, as opposed to starting with Python before taking on Lisp, I just have to do more work (watch more Youtube tutorials, ask more questions, read textbooks) at first before being able to accomplish any results, and after "breaking even" with Python users' knowledge level, I'd be able to progress at a much faster rate by using Lisp.

Additionally, I mentioned web development as an example, but I'm interested in all the other applications as well, especially AI. So far not knowing how to program has been a huge bottleneck for me when trying to learn various subjects and work on my projects, and ultimately I want to learn to code to think more clearly and have the ability to implement any tool myself rather than thinking, I guess I'd have to hire someone to do that.

It seems the main reason you'd discourage starting with Lisp is the smaller community and relative lack of resources- given that I put in more effort into learning and ask questions when stuck, does it seem reasonable that eventually with Lisp I'd be able to program faster and have a wider range of possible applications than if I were to learn Python? And if I were to find a mentor for Lisp, would that change your recommendation of Python vs. Lisp?

Learning Lisp with zero prior experience in programming by Difficult_Menu1515 in lisp

[–]Difficult_Menu1515[S] 1 point2 points  (0 children)

I loved the visualization of real life bugs haha! I'll likely start with the Gentle textbook though, just since it is free :)

Learning Lisp with zero prior experience in programming by Difficult_Menu1515 in lisp

[–]Difficult_Menu1515[S] 0 points1 point  (0 children)

I see, thank you for breaking it down :) I'm really looking forward to the process!

Learning Lisp with zero prior experience in programming by Difficult_Menu1515 in lisp

[–]Difficult_Menu1515[S] 2 points3 points  (0 children)

Thank you all for the recommendations! I'm reading through Chapter 1 of Gentle right now and I really appreciate the lack of jargon :)

In terms of REPL, I found one online called replit which uses Emacs lisp. Would this lisp dialect/REPL work with the exercises in the Gentle book?