DEV Community

Cover image for Dev.to Review #8: Top 7 Of The Week, Discussed

Dev.to Review #8: Top 7 Of The Week, Discussed

Daniel Golant on November 14, 2018

We have a packed discussion about a set of really outstanding pieces this week, as Malik and I get together again to chat about this week's Top 7 A...
Collapse
 
stealthmusic profile image
Jan Wedel • Edited

Thanks for having my post discussed in your podcast! It’s an interesting feeling, actually listening to two people talking about yourself... a bit like evesdropping on my parents door when I was young 🀫
It’s interesting how you think about the title, I didn’t thought that it could be received in such a negative way... next time I’ll think about the title a little longer.
And yes, you got my first name right πŸ˜‰

Collapse
 
dangolant profile image
Daniel Golant

Hey, thanks for the thought provoking post! I hope you don't take me too seriously on the title thing, it's just my own weird idiosyncrasy. If I've learned one thing from reading all these posts, it's that the community is better off if people put things out how they want to, and don't worry too much about reactions.

Collapse
 
stealthmusic profile image
Jan Wedel

Well said! πŸ‘
And kudos to the idea for the pocdast. I always wanted to record a podcast but couldn’t figure out about what topic it could be.
This should be on iTunes!

Thread Thread
 
dangolant profile image
Daniel Golant

@milkstarz had that idea too, we're going to look into it.

Thread Thread
 
dangolant profile image
Daniel Golant

Just an update: turns out getting onto iTunes is pretty simple. Our submission is in review, when it's up we'll let you know. Hope you give us another listen sometime :)

Thread Thread
 
stealthmusic profile image
Jan Wedel

Great news! Sure I will!

Collapse
 
vintharas profile image
Jaime GonzΓ‘lez GarcΓ­a • Edited

This was really cool! :D Thank you very much for taking the time to comment on my article and for the great feedback!

Collapse
 
milkstarz profile image
malik

We should be saying thank you, you put a lot of work into that article and it shows! I'd definitely say my proficiency with vim has grown from reading it.

Like Dan I also decided to check out your vim config post too. Cheers :)

Collapse
 
vintharas profile image
Jaime GonzΓ‘lez GarcΓ­a • Edited

Thank you Malik 😊 I really enjoy writing and it helps me to learn as much as it does you and all of the readers :D That's awesome to hear!! 😊

Collapse
 
dangolant profile image
Daniel Golant

Really enjoyed your post, I have the one on basic config bookmarked for later :)

Collapse
 
vintharas profile image
Jaime GonzΓ‘lez GarcΓ­a

Thank you! Hope you like it too! :D

Collapse
 
stereobooster profile image
stereobooster

Thanks for reading. I didn't know this is not the first time you mention my posts.

Not to confuse you more, but Scheme is not necessary "the" functional approach. There is like the long-standing confusion that LISP is functional programming from the 60s and we just now starting to grasp functional paradigm (I also believed it). But before Sussman, who in 1975 wrote Scheme, LISP was pretty far from functional programming, for example, it had goto.

I would say that Scheme shows one of the sides of functional programming (it at least has first-class functions). And Haskell shows a different side of functional programming - it is more closely modeled after Lambda calculus, it has lazy evaluation, same binding, Monads to use IO and keep functions clear.

If you want to read more about the history of functional programming I recommend to read this.

If you want to dive into Scheme I would recommend reading SICP, also you can watch lectures by the author.

Collapse
 
dangolant profile image
Daniel Golant

Hey! Yea, I think you had a piece in either our first or second conversation.

Thanks for the history lesson; the historical approach is one of my preferred learning/teaching methods because it becomes much clearer why certain ideas and methods stuck (even though much of the time the answer is "just because"). I have my reading list pretty full just from doing this stuff and recording, but I have been meaning to put something a bit denser and... longer-term on my list, so thanks for the material.

Collapse
 
biros profile image
Boris Jamot ✊ /

Your podcast is really understandable for me who speaks very bad english. Your flow is low which helps a lot.
Thank you guys !

Collapse
 
milkstarz profile image
malik

Happy to hear that you liked it Boris!

I personally am a fan of posts which collect great things together, as it's something I do personally so thank you for sharing this post with everyone on dev.to :)

Collapse
 
dangolant profile image
Daniel Golant

Glad you enjoyed it! I read your CLI tools post last week, enjoyed that one as well!