framapiaf.org est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Un service Mastodon fourni par l'association d’éducation populaire Framasoft.

Administré par :

Statistiques du serveur :

1,4K
comptes actifs

#m1

0 message0 participant0 message aujourd’hui

It's sad to see what's happening on @AsahiLinux , but the project has never made sense to me, apart from the developers having fun of doing it.

#Apple doesn't deserve that effort, it's too close of a company.

My opinion is the best the community does is not support Apple at all, and if someone wants to use Linux, let that person support a company that supports Linux somehow.

I have an #AppleSilicon #M1 and definitely my next hardware will not be Apple's anymore, I'm leaving the ecosystem to support other initiatives.

@mntmn is on my radar... I'm open to suggestions and opinions!

Thanks!

A répondu dans un fil de discussion

@Reiddragon @mdhughes
I really can't see how
(let* ((sequence '(1 2 3)) ; or #(1 2 3)
(series (scan sequence))
(transformed (#m1+ series)))
(alter series transformed)
(values sequence))
doesn't indicate that you only cons when you're allocating something and you just change it in place if you're not. If you want to allocate something additional, it's inevitable that you allocate it one way or another.