~repos /plum
git clone https://pyrossh.dev/repos/plum.git
A statically typed, imperative programming language inspired by rust, python
test/LibC.plum
module LibC
include "include/libs/libc"
import std.(C)import std.(List, Map, Math)import std/encoding.(Base64)
extern sqrt(x: C.Double) -> C.Doubleextern pow(x: C.Double, y: C.Double) -> C.Doubleextern sqrt(x: C.Double) -> C.Double