Name: Anonymous 2015-03-25 17:57
https://github.com/tomhrr/dale
Dale is a system (no GC) programming language that uses S-expressions for syntax and supports syntactic macros. The basic language is similar to C, with the following additional features:
local type deduction;
overloaded functions;
anonymous functions;
function structs;
reference parameters;
initialisers and destructors;
namespaces;
modules;
concepts; and
compiler introspection.
Dale is a system (no GC) programming language that uses S-expressions for syntax and supports syntactic macros. The basic language is similar to C, with the following additional features:
local type deduction;
overloaded functions;
anonymous functions;
function structs;
reference parameters;
initialisers and destructors;
namespaces;
modules;
concepts; and
compiler introspection.