-
The article does mention lldb as a future target.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
ghc
Mirror of the Glasgow Haskell Compiler. Please submit issues and patches to GHC's Gitlab instance (https://gitlab.haskell.org/ghc/ghc). First time contributors are encouraged to get started with the newcomers info (https://gitlab.haskell.org/ghc/ghc/wikis/contributing).
$ ghci -ghci-script=my-script.ghci GHCi, version 9.2.1: https://www.haskell.org/ghc/ :? for help [1 of 1] Compiling Example ( Example.hs, interpreted ) Ok, one module loaded. Breakpoint 0 activated at Example.hs:13:7-9 0 f 0 10 f 10 20 f 20 30 f 30 40 f 40 50 f 50 60 f 60 70 f 70 80 f 80 90 f 90 Loaded GHCi configuration from my-script.ghci ghci>