Script
i heard rustacean is working on a new thing (inspired by htmx ) they are giving early access in discord i will post if i get it
[Topcoat] Here we go rust
GitHub
GitHub - tokio-rs/topcoat: A batteries-included framework for building web apps
A batteries-included framework for building web apps - tokio-rs/topcoat
π1
[issue]
Codeberg.org
introduce an actually memory safe (no escape hatches like in Rust) compilation mode inspired by Fil-C
Based on prior art: [Fil-C](https://fil-c.org/)
Currently Zig has:
```zig
pub const Optimize = enum {
/// Safety checks enabled. Optimize for bug detection, accurate debug info,
/// and compilation speed (in that order).
debug,
/// Safetyβ¦
Currently Zig has:
```zig
pub const Optimize = enum {
/// Safety checks enabled. Optimize for bug detection, accurate debug info,
/// and compilation speed (in that order).
debug,
/// Safetyβ¦
π1
Script
[issue]
~1-6x performance penalty (depending on prevalence of pointer chasing).
The bun rewrite effect
π1