Vulwsztyn

joined 2 years ago
[–] Vulwsztyn@programming.dev 2 points 1 day ago

Your post is my introduction to gleam and I already love it. Thank you

[–] Vulwsztyn@programming.dev 6 points 3 days ago

coming from a language with consistent pronunciation I pronounce it "aur" like other comments said, like "aurum" or like in Portuguese - how it is written)

[–] Vulwsztyn@programming.dev 0 points 4 days ago

That's not a good idea

[–] Vulwsztyn@programming.dev 1 points 1 week ago

lower resource usage for users

[–] Vulwsztyn@programming.dev 3 points 2 weeks ago* (last edited 2 weeks ago)

I know it's not the point of this comment, but I'll check harlequin out

[–] Vulwsztyn@programming.dev 1 points 3 weeks ago* (last edited 3 weeks ago)

Stop using ~~floats and cents for money~~ medium ffs

[–] Vulwsztyn@programming.dev 1 points 3 weeks ago

"stop using medium"

[–] Vulwsztyn@programming.dev 1 points 1 month ago* (last edited 1 month ago)

it's as easy as the code you're maintaining is.

it has fewer guardrails than most languages, that would prevent you from writing shit code

[–] Vulwsztyn@programming.dev 1 points 1 month ago

syntax is bad for list operations, also there are situations where you need to count the number of parentheses you closed, which wouldn't happen of you were able to use fluent interfaces

[–] Vulwsztyn@programming.dev 1 points 2 months ago

"don't maintain a social media presence" covers not having any social medium account

[–] Vulwsztyn@programming.dev 1 points 2 months ago

I mean mainly list manipulation, with explicit filter, map, reduce mathods.

I've also never had a problem with not knowing if I closed enough parentheses in Ruby.

 

Hi, I recently realised one can use immutable default arguments to avoid a chain of:

def append_to(element, to=None):
    if to is None:
        to = []

at the beginning of each function with default argument for set, list, or dict.

view more: next ›