O Boeretroos! β π€€
Min dinge so lekker soos 'n vars koppie koffie vanaf pas-gemaalde bone uit 'n Bialetti op die stoof.
| https://twitter.com/johanmynhardt | |
| Web | https://johan.akkoor.de |
| GitHub | https://github.com/johanmynhardt |
O Boeretroos! β π€€
Min dinge so lekker soos 'n vars koppie koffie vanaf pas-gemaalde bone uit 'n Bialetti op die stoof.
@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 ...
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/
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.
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,