haskman

joined 8 months ago
MODERATOR OF
[–] [email protected] 5 points 1 month ago

Others have listed a bunch of good resources. If you are more of a visual learner, I have heard good things about the Easy Rust videos - https://www.youtube.com/watch?v=-lYeJeQ11OI&list=PLfllocyHVgsRwLkTAhG0E-2QxCf-ozBkk

[–] [email protected] 3 points 7 months ago

RSS link so you can add it to your preferred podcast client (I use AntennaPod) -

ChinaTalk https://chinatalk.substack.com/

RSS address: https://feeds.megaphone.fm/CHTAL4990341033

[–] [email protected] 1 points 7 months ago

There are plenty of both really, too many perhaps

[–] [email protected] 1 points 7 months ago (2 children)

Hey! We have buff, and plenty of local pubs! The other things are true though, can't help you with those

 

The next #FPIndia Learn #Haskell meetup is going to be this Saturday 24 Feb in #Gurgaon.

We'll do a quick recap of basics of Haskell, and then learn some tricks on how to write real world code. This is a great time to jump in if you have not attended the previous sessions.

Do drop by if you are around!

#FunctionalProgramming #Meetup #Delhi #India

[–] [email protected] 3 points 7 months ago

Yes, my thoughts exactly.

This problem is not solved by monads, but by higher kinded types in general in languages like Haskell. They give you a uniform way to be generic over effects like async (Async) vs sync (Identity). Both of these can be treated as (F) for all A. So a generic Into would look like the following, and no special syntax or semantics would be needed. The type system (if sound) would prevent you from misusing a trait like this.

trait Into {
   def into(self): F;
}
[–] [email protected] 1 points 8 months ago

Great! Yes an icon for PureScript would be great as well

[–] [email protected] 7 points 8 months ago

This seems to have many similar ideas as Dhall Lang - https://dhall-lang.org/

[–] [email protected] 2 points 8 months ago

These are woman bikers from various armed forces. This sort of a bike show happens every year on Republic day and it's always fun to watch

[–] [email protected] 1 points 8 months ago (2 children)

I’m a long time functional programming enthusiast and work with Haskell and PureScript professionally. I recently created the PureScript community on this instance and would be happy to to moderate the Haskell community as well.