Home | Notifications | New Note | Local | Federated | Search | Logout
Paul SomeoneElse@pkw@snac.d34d.net
I like bicycles
I'm some form of socialist/anarchist and pro-labor / unions.
I like all of the programming languages and switch too often between them.
vi not vim, but emacs is ok too especially when doing lisp stuff.
I R Pedestrian
Pronouns: he/they
I follow/unfollow a lot. It typically is should not
be taken as personal. My attention span is not consistent.
My posts auto-delete after a few weeks.
Joined: 2026-06-26 06:24:37
1 notes, 0 following, 0 followers
Paul SomeoneElse@pkw@snac.d34d.net (2026-06-26 06:13:23)
Is this a terrible way to add an element to the
end of a list in scheme/lisp ?
(reverse (cons 3 (reverse '(1 2))))
#scheme #lisp