Logo

Programming-Idioms

This language bar is your friend. Select your favorite languages!
  • Clojure
(vector-of :double x y)

Creates a vector containing the values x and y, unboxed internally
[x y]
type Point is
   record
      X : Float;
      Y : Float;
   end record;

New implementation...
< >
programming-idioms.org