Tcl 9.0.0 Released

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Redis

    Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.

    Curious as well. The only time I've seen it used in the wild is Redis' test suite. https://github.com/redis/redis/tree/unstable/tests/integrati...

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • regex-benchmark

    It's just a simple regex benchmark of different programming languages.

  • tdk

    Tcl Dev Kit (TDK) (by bandoti)

    I’ve recently discovered Tcl and absolutely love it! It’s such a fun language.

    The starpacks/starkits for packaging apps together are really nice.

    For anyone interested there’s a fork of the Tcl Dev Kit at: https://github.com/bandoti/tdk

    This allows one to package applications with shared libraries and all bundled together.

  • JDK

    JDK main-line development https://openjdk.org/projects/jdk

    A handler for treating .zip (and .jar and .tar ...) files as if they were a volume mounted at /home/user/foo.zip - e.g. https://github.com/openjdk/jdk/blob/jdk-21-ga/src/java.base/...

    It may be easier to reason about when thinking of the way $(mount -o loop) works with .iso files -- a file that is a container for other files that one can mount as if it were a filesystem

    I was expecting pathlib in Python <https://docs.python.org/3/library/pathlib.html> to have one since a lot of Python distributions ship the standard library in .zip files but evidently not. Python gonna Python in that way

    Firefox actually used to ship with that same "jar:" protocol handler, too, and I made good use of it for reading the javadoc html which was shipped inside zip files and was indescribably easier than trying to manage all the .html files in a Java 8 SDK distribution

  • openocd

    Official OpenOCD Read-Only Mirror (no pull requests)

    Also useful if you want to do microprocessor debugging.

    OpenOCD is scriptable/configurable using a small variant of TCL called JimTcl.

    https://openocd.org

  • archivemount

    A fuse filesystem for mounting archives in formats supported by libarchive.

    Emacs implements something like this too! It’s pretty useful to be able to just enter a tarball and work with the files in it.

    It looks like https://github.com/cybernoid/archivemount provides a similar experience in the shell, although one would have to mount the file first.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • HammerDB

    HammerDB Database Load Testing and Benchmarking Tool

    I got to work with a lot of tcl while working on TPC benchmarks for Citus

    https://github.com/TPC-Council/HammerDB/blob/master/src/post...

    tcl would've made an alright shell

  • starlark-go

    Starlark in Go: the Starlark configuration language, implemented in Go

    The python-esque sandboxed language is Starlark: https://github.com/google/starlark-go#documentation

  • tcl9-migrate

    Utilities to help migration from Tcl 8 to Tcl 9

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Mariadb - CCX33 vs AX41-NVMe performance difference

    1 project | /r/hetzner | 8 Dec 2023
  • Using Redis for Caching in Laravel: A Step-by-Step Guide

    4 projects | dev.to | 29 Sep 2024
  • 3 Best Next.js ORM

    2 projects | dev.to | 10 Sep 2024
  • DbGate - a fast cross-database client

    1 project | dev.to | 14 Aug 2024
  • Required Database Management Tools for Web Development

    4 projects | dev.to | 8 Jun 2024

Did you konow that C is
the 7th most popular programming language
based on number of metions?