Sign inSign up

wtnb75/dale

By wtnb75

•Updated over 8 years ago

dale compiler

Image
0

1.0K

wtnb75/dale repository overview

⁠dale compiler

dale⁠ is "Lisp-flavoured C"

⁠Usage

[local]# docker pull wtnb75/dale
[local]# cat hello.dt
(import cstdio)

(def main (fn extern-c int ((argc int) (argv (p (p char))))
  (printf "hello, world\n")))

[local]# docker run --rm -v $PWD:/c -w /c wtnb75/dale dalec hello.dt
[local]# docker run --rm -v $PWD:/c -w /c wtnb75/dale ./a.out
hello, world

Tag summary

Content type

Image

Digest

Size

251.8 MB

Last updated

over 8 years ago

docker pull wtnb75/dale