Johan Mynhardt πŸ‡ΏπŸ‡¦

@johanmynhardt
77 Followers
77 Following
271 Posts
(map (partial str (name :love) \: \ )
'(:tech :cats :coffee :java :linux :clojure))
;; I can decode HTML :-P
Twitterhttps://twitter.com/johanmynhardt
Webhttps://johan.akkoor.de
GitHubhttps://github.com/johanmynhardt
... en anysbeskuit!

O Boeretroos! β˜• 🀀

Min dinge so lekker soos 'n vars koppie koffie vanaf pas-gemaalde bone uit 'n Bialetti op die stoof.

Stroking my grey beard, muttering "we should have just kept IRC instead of reinventing the wheel but with 4 corners, you matrix and discourse or discord or whatever young ones" while I make another mailing list. #SarcasmButOnlyHalf

@Ardubal @jackdaniel @samebchase @carlozancanaro @cage @sigue @lispm

;; continue ...

First tried an `ALIST` and that didn't do what I expected. Tried what the description says (list of even number of elements) and voila! Happy days πŸ€“

@Ardubal @jackdaniel @samebchase @carlozancanaro @cage @sigue @lispm

After all the input, it lead me to https://www.lispworks.com/documentation/HyperSpec/Body/26_glo_p.htm#property_list

---
property list n. 1. a list containing an even number of elements that are alternating names (sometimes called indicators or keys) and values (sometimes called properties).
---

`describe` didn't work on a list (or rather a result row) so I used `type-of` and it could only tell me it's a `CONS`. That didn't lead me anywhere at the time.

;; cont'd ...

CLHS: Glossary-Section P

Thank you to each participant! That's a lot more participation than I expected... it feels a bit like a lonely road πŸ˜…

Every response was helpful and gave me a better picture. I appreciate it. _tips hat_

@Ardubal @jackdaniel @samebchase @carlozancanaro @cage @sigue @lispm

In list `'(id 1 name :name)`, `(getf list 'name)` returns `:NAME`.

In list `'(:id 1 :name :foo)` I can get the value for `:id` using `(getf list :id)`.

But I can't figure out how to do or represent the `:|abc|`-symbol.

Any #commonlisp wizards out there?

I'm on a journey to explore the Common Lisp ecosystem and so far so good.

While figuring out which SQL/MySQL system to use, I stumbled across the testsuite for `cl-dbi` where it uses `:|some_string|` to retrieve the value from a result row.

I have run out of ideas on what to search for to find the meaning of `:|somestring|`.

`:a-keyword` is a keyword.
`|a-symbol` is a symbol.

Update TypeScript using ClojureScript and nbb

Just for kicks, what if you could process TypeScript files using ClojureScript and have the power of a REPL at your fingertips while figuring out what you want to do?

https://johan.akkoor.de/noem/plasings/2024-10-27-update-typescript-using-clojurescript-and-nbb/

#nbb #ClojureScript #TypeScript #nodejs

Update TypeScript using ClojureScript and nbb

Just for kicks, what if you could process TypeScript files using ClojureScript and have the power of a REPL at your fingertips while figuring out what you want to do?Painting the picture

Via X [1], Jeff Barr of AWS announcing the eventual sunsetting (I mean, when you stop onboarding of new customers, you will eventually sunset that product) of a bunch of services, namely: S3 Select, CloudSearch, Cloud9, SimpleDB, Forecast, Data Pipeline, and CodeCommit.

1: https://x.com/jeffbarr/status/1818461689920344321

#AWS

Jeff Barr ☁️ (@jeffbarr) on X

After giving it a lot of thought, we made the decision to discontinue new access to a small number of services, including AWS CodeCommit. While we are no longer onboarding new customers to these services, there are no plans to change the features or experience you get today,

X (formerly Twitter)