Collecting my attempts to improve at tech, art, and life

2025-10-25

Does any of this enlighten, entertain, or otherwise please you? Please consider a Tip. Every little bit helps!

I last updated this page

[2025-10-25 Sat 06:38] Rebol3 3.20.0

Installing Rebol3 to try out some things.

Oh hey and there was a recent update to 3.20.0:

Release Rebol v3.20.0 · Oldes/Rebol3 · GitHub

Key highlights include:

  • Enhanced Security: TLS v1.3 and advanced RSA encryption methods.
  • Vector Datatype Boost: New math, statistical queries, sorting, and manipulation functions.
  • UTF-8 Strings: A fundamental shift to UTF-8 for robust, modern text handling.
  • Struct Overhaul: A complete reimplementation of the struct! datatype.

[2025-10-25 Sat 11:47]

ClojureScript

Code Sample
    clj -M --main cljs.main --port 12345 --compile hello-world.core --repl