this post was submitted on 24 May 2024
3 points (100.0% liked)

Python

6337 readers
11 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

๐Ÿ“… Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

๐Ÿ Python project:
๐Ÿ’“ Python Community:
โœจ Python Ecosystem:
๐ŸŒŒ Fediverse
Communities
Projects
Feeds

founded 1 year ago
MODERATORS
 

Neato

you are viewing a single comment's thread
view the rest of the comments
[โ€“] FizzyOrange@programming.dev 0 points 5 months ago (1 children)

foo isn't a function, it's a bool. But in any case, as you can see the answer is "with terrible hacks". Python is not a functional language. It is imperative.

[โ€“] nxdefiant@startrek.website 0 points 5 months ago

Yeah, never said it was, just that if you really want to emulate that style you mostly can.