3 citations · 3 across the 3 of their papers we have counts for
3 papers
cs.PL2024
Omega: The Power of Visual Simplicity
Benoit Sonntag, Dominique Colnet
We are currently developing an innovative and visually-driven programming language called Omega.Although the Omega code is stored in text files, these files are not intended for ma…
cs.CL2023
Tips for making the most of 64-bit architectures in langage design, libraries or garbage collection
Benoît Sonntag, Dominique Colnet
The 64-bit architectures that have become standard today offer unprecedented low-level programming possibilities. For the first time in the history of computing, the size of addres…
cs.PL2023★ 3 cited
Exploiting array manipulation habits to optimize garbage collection and type flow analysis
Dominique Colnet, Benoît Sonntag
A widespread practice to implement a flexible array is to consider the storage area into two parts: the used area, which is already available for read/write operations, and the sup…