2 Followers
3 Following
3 Posts
A statically-typed language enforcing ownership-based memory safety with a static borrow checker, move/copy semantics, and predictable resource management.

https://codeberg.org/rebolek/recoil/raw/branch/master/docs/release-notes-0.10.8.md

0.10.8 is here! Main focus was improving fsm! type (it's now mostly done), changing string! memory model (strings are now heap-allocated reference-counted pointers). There's also extend which allows adding actions for user types, so user defined types support is much better also.
Compiler got some cleanup and optimizations but the main improvement in infrastructure is in RUT (R* Unit Tester) - it can now run multiple tests in parallel. To make this possible, tests are now hashed which is another improvement by itself also.

#recoil #rebol #programming

This is first testing message send from client written in Recoil.