https://terts.dev/blog/no-semicolons-needed/ #Roto #Ambiguity #Tech #Humor #Coding #HackerNews #ngated
New blog post!
I've been investigating out how various languages get away with not requiring semicolons.
I looked at 11 languages and found so many interesting cases I had to share!
La primera señal de que la vía de Adamuz se había roto apareció un día antes del accidente
La primera señal de que la vía de Adamuz se había roto... #la #primera #señal #de #que #vía #adamuz #se #había #roto #apareció #un #día #antes #del #accidente #ActualidadWe just migrated Roto to @Codeberg!
You can find the new repo here: https://codeberg.org/NLnetLabs/roto
And read the announcement here: https://community.nlnetlabs.nl/t/roto-has-moved-to-codeberg/79/1.
We'll migrate more projects soon!
cc @nlnetlabs
RE: https://social.tchncs.de/@partim/116096802757484741
We need to pick a behaviour for Roto! Help us out with your opinions!
cc @nlnetlabs
You can now learn how Roto's integration with Rust works under the hood from the comfort of your own home (instead of a very crowded campus), because my FOSDEM talk has been published!
Props to the @fosdem team for publishing the videos so quickly! It's very impressive!
https://fosdem.org/2026/schedule/event/DS7LFX-rust-roto-calling-jit-compiled-scripts/
2026 verjüngt sich die Traditions-Klasse der Sloepen. Gleichzeitig kommen robuste offene Boote aus Polyethylen auf den Markt. Was sie eint, ist ihre einfache Nutzung.
#3DTender #Interboat #Lowlander #Roto #Seastorm #Voog
https://floatmagazin.de/boote/premieren-2026-die-entdeckung-der-einfachheit/
We tagged version 0.10.0 of Roto!
For those who are unfamiliar: Roto is a statically-typed, compiled, embedded scripting language for Rust by @nlnetlabs.
You can view the full release notes on our forum: https://community.nlnetlabs.nl/t/release-roto-0-10-0/61.
I'll summarize the most important features in a thread!
1/8

We are happy to announce version 0.10.0 of Roto, the statically-typed, compiled, embedded scripting language! This release is packed with new features such as lists, for loops, type parameters and variant types. As always, you can find the release in the following places: crates.io GitHub Below is the full list of changes! Meta We now have a CONTRIBUTING.md, TESTING.md and SECURITY.md. (#333) Language Breaking changes Changed the type keyword to record. (#297) # Roto 0.9.0 type Vec2 { ...