8a6588eac3
PR: ports/164505 Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
6 lines
301 B
Text
6 lines
301 B
Text
Clay is a programming language designed for Generic Programming.
|
|
It provides whole program type propagation and efficient type-specialized
|
|
code generation. Let you write generic programs less verbose and
|
|
have the same memory footprint and runtime overhead as C.
|
|
|
|
WWW: https://github.com/jckarter/clay
|