functional.cafe is one of the many independent Mastodon servers you can use to participate in the fediverse.
functional.cafe is an instance for people interested in functional programming and languages.

Server stats:

217
active users

#fp

4 posts4 participants0 posts today
Public

Found this #python snippet in my code

ret = [mydict for mydict in mylist if mydict.get('somekey') == 'somevalue']

I did not now about the == at the end of the list comprehension .

I am pretty sure I red a blogpost about list comprehension that day :)

Public

It's always sad when reading comments on #fp languages and people saying "I tried #ocaml, #haskell, #fsharp... and don't like because X", which shows they are interested but then also say "I looked at #scala and it looked complex so I didn't even try it and ran away" 🙃...

People, if you can do it in those languages, you can do it in scala. It's the most popular and used in production fp language in the world!

Thanks for coming to my teg talk :blobcatcoffee:

Public

A *gentle* reminder that, I have a funded #PhD position for UK students, available with myself and @bentnib

This project will be looking at developing new methods for asserting the resilience of existing communicating systems by developing new static analysis methods derived from advanced programming language research.

Deadline for getting in contact is: Thursday 20th March 2025

You will belong to @StrathCyber and @mspstrath, as well as gaining access to @spli

strath.ac.uk/studywithus/postg

www.strath.ac.ukTowards Type-Driven Assurance of Communicating Systems | University of Strathclyde
Public

@aeveltstra I refer you to my own book, which is several years less dated. :-)

leanpub.com/thinking-functiona

But Gina in another reply mostly has it. FP is a collection of practices that have benefits in terms of keeping the code self explanatory and eliminating classes of weird bugs through constraints. Pure functions and immutability in particular.

I had a blog series for AoC a while back, too. Links here:

peakd.com/hive-168588/@crell/a

LeanpubThinking Functionally in PHPFunctional programming in PHP 7.4, with a side of category theory and monads accessible to everyone.