1 Matching Annotations
  1. Oct 2021
    1. This little list of examples of borrowing was mentioned in the forum by Andreas: Macro system inspired by Lisp. Export marker taken from Oberon. Argument passing semantics taken from Ada. distinct types inspired by Ada. Syntax also heavily influenced by Python. Generics inspired by C++. The 3 pointer like types ptr, ref, var taken from Modula 3. async / await stolen from C#. let taken from ML.